Logo
Akamai APIs API Documentation

List properties by group

GET https://{{host}}/datastream-config-api/v2/log/groups/:groupId/properties

Returns properties that are active on the production and staging network and available within a specific group. Run this operation to get and store the propertyId values for the Create a stream and Edit a stream operations.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "groupId": 32145, "properties": [ { "contractId": "C-0N7RAC71", "hostnames": [ "customp.akamaize.net", "customp.akamaized-staging.net" ], "productId": "Ion_Standard", "productName": "Ion Standard", "propertyId": 382631, "propertyName": "customp.akamai.com" }, { "contractId": "K-0N7RAK7", "hostnames": [ "example.edgekey.net" ], "productId": "Dynamic_Site_Accelerator", "productName": "Dynamic Site Accelerator", "propertyId": 347459, "propertyName": "example.com" }, { "contractId": "K-0N7RAK7", "hostnames": [ "eip.yjeong.akamaized.net" ], "productId": "Adaptive_Media_Delivery", "productName": "Adaptive Media Delivery", "propertyId": 389150, "propertyName": "eip.yjeong.com" }, { "contractId": "C-0N7RAC7", "hostnames": [ "eip.yjeong3.akamaized.net" ], "productId": "Adaptive_Media_Delivery", "productName": "Adaptive Media Delivery", "propertyId": 389178, "propertyName": "eip.yjeong3.com" }, { "contractId": "K-0N7RAK71", "hostnames": [ "gomez-vh.akamaihd.net", "gomez-vh.akamaihd-staging.net" ], "productId": "Adaptive_Media_Delivery", "productName": "Adaptive Media Delivery", "propertyId": 398541, "propertyName": "gomez-eip" }, { "contractId": "C-0N7RAC71", "hostnames": [ "eip1.akamaihd.net", "eip1.akamaihd-staging.net" ], "productId": "Download_Delivery", "productName": "Download Delivery", "propertyId": 349773, "propertyName": "eip1.com" } ] }



Curl
curl -X GET 'https://undefined/datastream-config-api/v2/log/groups/:groupId/properties' -H 'Accept: application/json'

ENDPOINTS