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": "2020-08-01T02:10:06.675+0000",
"id": 204000000053573,
"message": "Config :59RKS gen:199RKS :2751\nNevada :9101PAC :10071",
"progressPct": 100,
"startTime": "2020-08-01T02:09:41.700+0000",
"status": "FAILED"
},
{
"comment": "Dynamic domain resolution changes",
"deployedBy": "alfulani",
"endTime": "2020-08-02T02:26:32.167+0000",
"id": 204000000054020,
"message": "Config :52RKS gen:180RKS :2849\nNevada :9820PAC :10285",
"progressPct": 100,
"startTime": "2020-08-02T02:26:15.833+0000",
"status": "FAILED"
},
{
"comment": "Dynamic domain resolution changes",
"deployedBy": "jkowalski",
"endTime": "2020-08-02T22:42:39.248+0000",
"id": 204000000054219,
"message": "Config :56RKS gen:220RKS :16039\nNevada :21407PAC :22244",
"progressPct": 100,
"startTime": "2020-08-02T22:41:22.041+0000",
"status": "FAILED"
},
{
"comment": "Changes in this deployment: 4 Locations 1 Policies 1 Custom Lists",
"deployedBy": "mrossi@sia.com",
"endTime": "2020-07-31T11:59:53.640+0000",
"id": 204000000053186,
"message": "Config :1063RKS gen:6000RKS :8186\nNevada :16126PAC :17946",
"progressPct": 100,
"startTime": "2020-07-31T11:59:34.373+0000",
"status": "COMPLETED"
},
{
"comment": "Changes in this deployment: 1 Policies",
"deployedBy": "jdupont@sia.com",
"endTime": "2020-08-06T20:34:04.748+0000",
"id": 204000000056344,
"message": "Config :857RKS gen:1020RKS :3546\nNevada :6183PAC :8848",
"progressPct": 100,
"startTime": "2020-08-06T20:33:54.630+0000",
"status": "COMPLETED"
}
] |
ENDPOINTS