Logo
Akamai APIs API Documentation

List the current security connector versions

GET https://{{host}}/etp-config/v3/configs/:configId/akamai-sinkholes/latest-version

Provides the current version of the security connectors.

 

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

{ "entitlementCode": "4f5715cd-4f96-4748-9d2f-fa9d9d6b9838", "packageLocation": "https://dnsclient.sia.akamai.com/vm/PLEASE READ - Beta Expiration.txt?token=st=1597088278~exp=1597091878~acl=%2F%2A~hmac=801c68d7a08c7ab36cf5d98cf62aad143de62323feb2568352e91d4028bb9891", "version": "192.0.2.129" }



Curl
curl -X GET 'https://undefined/etp-config/v3/configs/:configId/akamai-sinkholes/latest-version?accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS