Get a sublocation
GET https://{{host}}/etp-config/v3/configs/:configId/sites/:siteId/sub-locations/:subLocationId
Returns a sublocation detail.
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
{
"accessConfig": {
"configurable": true,
"delegatedAdmins": [],
"readable": true
},
"clientOverridePolicyId": 32987,
"clientOverridePolicyInfo": {
"id": 32987,
"name": "Policy_corp"
},
"createdBy": "jperez",
"createdDate": "2022-03-04T12:21:12.299+00:00",
"dynamicIpEnabled": true,
"exitPoints": [
{
"addrType": "ADDR_TYPE_IPV4",
"ipAddr": "192.0.2.96"
},
{
"addrType": "ADDR_TYPE_IPV4",
"ipAddr": "192.0.2.13"
},
{
"addrType": "ADDR_TYPE_IPV4",
"ipAddr": "192.0.2.86"
},
{
"addrType": "ADDR_TYPE_IPV6",
"ipAddr": "2001:db8:aa0f:e1e1:b3b1:d223:11d2:3730"
}
],
"id": 10959874,
"ipsecOnrampcredential": {
"dynamicIp": false,
"metadataType": "IPSEC_CRED",
"username": "adevi@ipsec.akasia.net"
},
"ipsecOverDNSEnabled": false,
"isOffnetworkLocation": false,
"modifiedBy": "jkowalski",
"modifiedDate": "2022-11-23T15:17:28.337+00:00",
"name": "IPsec Ubuntu",
"policyId": 32986,
"policyInfo": {
"id": 32986,
"name": "IPSec staging Setup"
},
"subLocations": [
{
"accessConfig": {
"configurable": true,
"delegatedAdmins": [],
"readable": true
},
"createdBy": "jkowalski",
"createdDate": "2022-03-04T13:24:53.150+00:00",
"exitPoints": [
{
"addrType": "ADDR_TYPE_IPV4",
"ipAddr": "192.0.2.176/24"
}
],
"id": 9563,
"isOffnetworkLocation": false,
"modifiedBy": "jperez",
"modifiedDate": "2022-11-23T06:24:37.000+00:00",
"name": "subloc1",
"policyId": 70801,
"policyInfo": {
"id": 70801,
"name": "offnet policy for bglore team -remya"
},
"subLocations": []
}
],
"useInternalIpPrivacyMask": true
} |
ENDPOINTS