Skip to content
Start here

Settings

Get the current settings for the active account
client.networkInterconnects.settings.get(SettingGetParams { account_id } params, RequestOptionsoptions?): SettingGetResponse { default_asn }
GET/accounts/{account_id}/cni/settings
Update the current settings for the active account
client.networkInterconnects.settings.update(SettingUpdateParams { account_id, default_asn } params, RequestOptionsoptions?): SettingUpdateResponse { default_asn }
PUT/accounts/{account_id}/cni/settings
ModelsExpand Collapse
SettingGetResponse { default_asn }
default_asn: number
formatint32
minimum0
SettingUpdateResponse { default_asn }
default_asn: number
formatint32
minimum0