Get a security connector
GET https://{{host}}/etp-config/v3/configs/:configId/akamai-sinkholes/:sinkholeId
Returns the details of a specific security connector.
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
{
"aliases": [
"abcd.com"
],
"createdBy": "alfulani",
"createdDate": "2017-11-30T06:25:21.315+0000",
"deleted": false,
"description": "Akamai Sinkhole",
"id": 2140,
"ipv4Addrs": [
"192.0.2.112"
],
"ipv6Addrs": [
"2001:db8:65af:243e:1446:5bc0:7a93:fdd"
],
"lastCommunication": 1512109949000,
"modifiedBy": "hgildong",
"modifiedDate": "2017-11-30T06:25:21.315+0000",
"name": "AKAconnector",
"policies": [
{
"id": 2250,
"name": "APAC Policy"
}
],
"status": {
"availableSoftwareVersion": "2.5.0",
"connectionStatus": "DISCONNECTED",
"status": "ACTIVE"
},
"supportedUntil": 1572998400000,
"uuid": "4e627653-086e-454f-9821-0dbdd8500035",
"version": "192.0.2.241"
} |
ENDPOINTS