put https://{hostname}/etp-report/v3/configs//schedules/
Updates the configuration of a specified report schedule.
Responses
Updates the configuration of a specified report schedule.
xxxxxxxxxx
10curl --request PUT \
--url https://hostname/etp-report/v3/configs/configId/schedules/scheduleId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"recurrence": "DAILY",
"reportTemplate": "THREAT_EVENTS_BY_LOCATION_AND_DOMAIN"
}
'
xxxxxxxxxx
31}
{
"createdBy": "alfulani",
"creationDate": "2017-06-22T11:12:55Z",
"criterias": {
"siteIds": []
},
"daily": true,
"dayOfWeek": "MONDAY",
"emails": [
"user1@akamai.com",
"user2@akamai.com"
],
"enable": true,
"filters": {
"isAlert": {
"in": [
"true"
]
}
},
"isHtml": true,
"isNew": true,
"modifiedBy": "mrossi",
"modifiedDate": "2017-06-28T11:12:55Z",
"recurrence": "WEEKLY",