List configuration deployments
GET https://{{host}}/etp-config/v3/configs/:configId/deployments
Returns all deployment history that the user has access to for the current configuration.
Body
PARAM
Key | Datatype | Required | Description |
deploymentStatuses
|
string | (Optional) __Enum__ The deployment status to query. You can provide several comma-separated values. | |
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
[
{
"comment": "Dynamic domain resolution changes",
"deployedBy": "jperez",
"endTime": "2020-08-03T03:07:21.308+0000",
"id": 204000000054669,
"message": "Config :51RKS gen:185RKS :2076\nNevada :9117PAC :9959",
"progressPct": 100,
"startTime": "2020-08-03T03:07:01.617+0000",
"status": "FAILED"
},
{
"comment": "Changes in this deployment: 1 Identity Providers",
"deployedBy": "mrossi",
"endTime": "2020-07-21T16:15:07.106+0000",
"id": 204000000048367,
"message": "Config :571RKS gen:698RKS :809\nNevada :4514PAC :7828",
"progressPct": 100,
"startTime": "2020-07-21T16:14:57.994+0000",
"status": "COMPLETED"
},
{
"comment": "Dynamic domain resolution changes",
"deployedBy": "afero",
"endTime": "2020-08-04T23:53:14.992+0000",
"id": 204000000055152,
"message": "Config :80RKS gen:238RKS :2737\nNevada :7052PAC :7504",
"progressPct": 100,
"startTime": "2020-08-04T23:53:02.263+0000",
"status": "FAILED"
},
{
"comment": "Dynamic domain resolution changes",
"deployedBy": "alfulani",
"endTime": "2020-08-01T01:39:41.429+0000",
"id": 204000000053510,
"message": "Config :50RKS gen:507RKS :2098\nNevada :5154PAC :5729",
"progressPct": 100,
"startTime": "2020-08-01T01:39:28.053+0000",
"status": "FAILED"
},
{
"comment": "Dynamic domain resolution changes",
"deployedBy": "hgildong",
"endTime Curl curl -X GET 'https://host/etp-config/v3/configs/:configId/deployments?deploymentStatuses=&accountSwitchKey=' -H 'Accept: application/json' ENDPOINTS |