Logo
Akamai APIs API Documentation

List global settings

GET https://{{host}}/etp-config/v3/configs/:configId/global-settings

Provides global settings details.

 

Body PARAM

Key Datatype Required Description 
includeSourceIpCidrs
string (Optional) Includes source IP binding CIDRs in the result set.
contractId
string (Optional) Identifies each contract.
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "asnExceptions": [ 20, 10, 30 ], "blockRoamingTraffic": true, "createdBy": "alfulani", "createdDate": "2018-03-05T17:10:33.849+0000", "enableSourceIpBind": true, "modifiedBy": "mrossi@sia.com", "modifiedDate": "2020-08-06T23:23:22.014+0000", "quicklistMigrated": true, "sourceIpBindCidrs": [ "192.0.2.28" ] }



Curl
curl -X GET 'https://undefined/etp-config/v3/configs/:configId/global-settings?includeSourceIpCidrs=&contractId=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS