List report schedules

GET https://{{host}}/etp-report/v3/configs/:configId/schedules

Lists all configured report schedules for a given configuration.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"createdBy":"jsmith","creationDate":"2017-06-22T11:12:55Z","dayOfWeek":"MONDAY","emails":["user1@akamai.com","user2@akamai.com"],"filters":{"isAlert":{"in":["true"]}},"modifiedBy":"jsmith","modifiedDate":"2017-06-28T11:12:55Z","recurrence":"WEEKLY","reportTemplate":"THREAT_EVENTS_BY_LOCATION_AND_DOMAIN","scheduleId":100,"status":"ENABLED","userTimeZone":"+05:30"},{"createdBy":"jkowalski","creationDate":"2017-06-23T11:12:55Z","dayOfWeek":null,"emails":["user1@akamai.com"],"modifiedBy":"tyamada","modifiedDate":"2017-06-23T11:12:55Z","recurrence":"DAILY","reportTemplate":"THREAT_EVENTS_BY_LOCATION_AND_DOMAIN","scheduleId":110,"status":"ENABLED","userTimeZone":"+05:30"}]