[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Get Report Schedules
DescriptionThe date and time values configured within the Report Schedule are converted to GMT time zone.
Request
URLURL
https://localhost/suite-api/api/reportdefinitions/{id}/schedules
Path Parameters
Path Parameters
string
id
Required
The Report Definition identifier
Query Parameters
Query Parameters
integer
page
Optional
Page number from which data needs to be displayed (0-based)
integer
pageSize
Optional
Expected number of entries per page
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
ReportSchedules
of type(s) application/json, application/xml
The Report Schedules associated with the Report Definition identifier
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://localhost/suite-api/api/reportdefinitions/{id}/schedules
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations