Logo
Akamai APIs API Documentation

Get the security connector's latest available version

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

Provides the latest available version for the 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

[ { "entitlementCode": "4f5715cd-4f96-4748-9d2f-fa9d9d6b9838", "packageLocation": "https://dnsclient.sia.akamai.com/security-connector/vm/la/akamai-security-connector.zip?token=st=1596837469~exp=1596841069~acl=%2F%2A~hmac=7f1b4ab6d659cdeef88a1245a5b532aa1278757c7f655bdd34238dc562e001d3", "type": "MICROSOFT", "version": "SC-2.6.8" }, { "entitlementCode": "4f5715cd-4f96-4748-9d2f-fa9d9d6b9838", "packageLocation": "https://dnsclient.sia.akamai.com/security-connector/vm/la/akamai-security-connector.ova?token=st=1596837470~exp=1596841070~acl=%2F%2A~hmac=40d9a9076365e12072dab29aed5a90d648cdf9d1a1602f1557fea0a32936e23a", "type": "VMWARE", "version": "SC-2.6.8" } ]



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

ENDPOINTS