Report schedules

Number of APIs: 7

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

  2. Create a report schedule POST https://{{host}}/etp-report/v3/configs/:configId/schedules

  3. Get a report schedule GET https://{{host}}/etp-report/v3/configs/:configId/schedules/:scheduleId

  4. Update a report schedule PUT https://{{host}}/etp-report/v3/configs/:configId/schedules/:scheduleId

  5. Remove a report schedule DELETE https://{{host}}/etp-report/v3/configs/:configId/schedules/:scheduleId

  6. Disable a report schedule POST https://{{host}}/etp-report/v3/configs/:configId/schedules/:scheduleId/disable

  7. Enable a report schedule POST https://{{host}}/etp-report/v3/configs/:configId/schedules/:scheduleId/enable