Get notification configuration
GET https://{{host}}/etp-config/v3/configs/:configId/notifications-config
Provides all notification configurations.
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
[
{
"attributes": [
{
"category": "scheduledReport",
"contentType": "text/html",
"enabled": false
},
{
"category": "system",
"contentType": "text/html",
"enabled": false
},
{
"category": "upgrade",
"contentType": "text/html",
"enabled": false
},
{
"category": "vmUpgrade",
"contentType": "text/html",
"enabled": false
},
{
"category": "alert",
"contentType": "text/html",
"enabled": true
}
],
"createdBy": "jperez",
"createdDate": "2017-08-22T19:39:17.408+0000",
"id": 85,
"modifiedBy": "tyamada",
"modifiedDate": "2019-10-17T13:28:42.792+0000",
"siteMappings": [
{
"siteId": 1234,
"siteName": "SampleSite"
}
],
"siteSelectionStrategy": "ALL",
"type": "email",
"value": "mchantor@akamai.com"
},
{
"attributes": [
{
"category": "scheduledReport",
"contentType": "text/html",
"enabled": false
},
{
"category": "system",
"contentType": "text/html",
"enabled": false
},
{
"category": "upgrade",
"contentType": "text/html",
"enabled": false
},
{
"category": "vmUpgrade",
"contentType": "text/html",
"enabled": false
},
{
"category": "alert",
"contentType": "text/html",
"enabled": true
}
],
"createdBy": "adevi",
"createdDate": "2017-08-09T19:28:06.966+0000",
"id": 120,
"modifiedBy": "jsmith",
"modifiedDate": "2019-10-17T13:28:42.801+0000",
"siteMappings": [
{
"siteId": 1234,
"siteName": "SampleSite"
}
],
"siteSelectionStrategy": "ALL",
"type": "email",
"value": "jyeung@akamai.com"
},
{
"attributes": [
{
"category": "vmUpgrade",
"contentType": "text/html",
"enabled": true
},
{
"category": "scheduledReport",
"contentType": "text/html",
"enabled": false
},
{
"category": "system",
"contentType": "text/html",
"enabled": true
},
{
"category": "upgrade",
"contentType": "text/html",
"enabled": true
},
{
"category": "alert",
"contentType": "text/html",
"enabled": true
}
],
"createdBy": "tyamada",
"createdDate": "2017-11-22T06:33:54.572+0000",
"id": 941,
"modifiedBy": "tyamada",
"modifiedDate": "2019-10-17T13:28:42.842+0000",
"siteMappings": [
{
"siteId": 1234,
"siteName": "SampleSite"
}
],
"siteSelectionStrategy": "ALL",
"type": "email",
"value": "rannadan@akamai.com"
}
] |
ENDPOINTS