deployments.read
curl --location --request GET 'https://Example-Server.com/be/v1/deployments/' \ --header 'x-rockit-beauth-token: eyjhvcIhvds;huVODV...' \ --header 'x-rockit-orgname: ExampleOrg' \ --header 'x-rockit-username: adminPrincipal' \ --header 'x-rockit-api-key: {{_adminPrincipal_apiKey}}'
{ "status": "success", "deployment": { "name": "testAkamaiDeployment", "label": "testAkamaiDeployment", "origin": { "netstorage": { "hostname": "rockit-edge-test-nsu.akamaihd.net", "uploadAccount": "exampleAccount", "cpCode": 555, "prefix": "examplePrefix" } }, "dlAuth": { "akamai": { "hostname": "rockit-edge-test.akamaized.net", "prefix": "examplePrefix" } } } }