Logo
Akamai APIs API Documentation

Report schedules

Number of APIs: 7


1. Create a report schedule

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

Creates a new report schedule for a given SIA configuration.



2. List report schedules

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

Lists all configured report schedules for a given configuration.



3. Get a report schedule

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

Lists the configuration of a specified report schedule.



4. Update a report schedule

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

Updates the configuration of a specified report schedule.



5. Remove a report schedule

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

Removes the configuration of a specified report schedule.



6. Disable a report schedule

POST https://{{host}}/etp-report/v3/configs/:configId/schedules/:scheduleId/disable

Disables the configuration of a specified report schedule.



7. Enable a report schedule

POST https://{{host}}/etp-report/v3/configs/:configId/schedules/:scheduleId/enable

Enables the configuration of a specified report schedule.



ENDPOINTS