List recent changes
GET https://{{host}}/etp-config/v3/configs/:configId/recentChanges
Returns a list of all changes made since the last configuration deployment.
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
{
"changes": [
{
"changes": [
{
"changeType": "Modified",
"changes": [
{
"changeType": "Modified",
"changes": [
{
"changeType": "Added",
"detail": {
"name": "192.0.2.125"
}
},
{
"changeType": "Removed",
"detail": {
"name": "192.0.2.193"
}
}
],
"detail": {
"name": "Exit Point"
}
}
],
"detail": {
"id": 5782867,
"modifiedBy": "adevi@sia.com",
"modifiedDate": "2021-05-24T14:42:12.360+00:00",
"name": "SITE 1"
}
},
{
"changeType": "Added",
"detail": {
"id": 6840081,
"modifiedBy": "jsmith@sia.com",
"modifiedDate": "2021-07-22T09:56:01.083+00:00",
"name": "New Site"
}
}
],
"deltaType": "sites"
},
{
"changes": [
{
"changeType": "Modified",
"changes": [
{
"changeType": "Modified",
"detail": {
"name": "Sublocation 1",
"newValue": "Site 1 > Sublocation 1",
"oldValue": "Site 1 > Old Name"
}
},
{
"changeType": "Added",
"detail": {
"name": "Sub Location Description",
"newValue": "sub"
}
}
],
"detail": {
"id": 540,
"modifiedBy": "szhang@sia.com",
"modifiedDate": "2021-07-21T17:09:51.863+00:00",
"name": "Site 1 > Sublocation 1"
}
}
],
"deltaType": "subLocations"
},
{
"changes": [
{
"changeType": "Added",
"detail": {
"id": 170460,
"modifiedBy": "hgildong@sia.com",
"modifiedDate": "2021-07-22T12:28:34.456+00:00",
"name": "List 1"
}
}
],
"deltaType": "customlists"
},
{
"changeType": "Modified",
"changes": [
{
"changeType": "Modified",
"detail": {
"name": "Block Roaming Traffic",
"newValue": "false",
"oldValue": "true"
}
}
],
"deltaType": "global_settings",
"detail": {
"id": 1,
"modifiedBy": "jsmith@sia.com",
"modifiedDate": "2021-07-23T19:36:23.414+00:00"
}
}
]
} |
ENDPOINTS