Logo
Akamai APIs API Documentation

Get the network configuration

GET https://{{host}}/etp-config/v3/configs/:configId/network-configuration

Provides network configuration details.

 

Body PARAM

Key Datatype Required Description 
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

{ "bypassURLs": [ " https://linktobypassLocation" ], "corporateNetworkDNSSuffixes": [ "asdf.324.3444-3-3-3.com" ], "corporateNetworkInternalIPsv4": [ "192.0.2.250/24", "192.0.2.65/24" ], "corporateNetworkInternalIPsv6": [ "2019:D30::88/124", "2021:D32::88/124" ], "createdBy": "jsmith", "createdDate": "2018-08-20T18:11:36.911+0000", "locations": [ { "IPsv4": [ "192.0.2.140", "192.0.2.224" ], "IPsv6": [ "2019:D40::88/124", "2021:D42::88/124" ], "locationId": "2162" }, { "IPsv4": [ "192.0.2.225" ], "IPsv6": [ "2019:D50::88/124" ], "locationId": "5004" } ], "modifiedBy": "szhang@sia.com", "modifiedDate": "2020-08-06T23:30:59.861+0000", "networkConfigId": 624 }



Curl
curl -X GET 'https://undefined/etp-config/v3/configs/:configId/network-configuration?accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS