[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Get Report Schedule
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/{scheduleId}
Path Parameters
Path Parameters
string
id
Required
The Report Definition identifier
string
scheduleId
Required
The Report Schedule identifier
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
ReportSchedule
of type(s) application/json, application/xml
The Report Schedules associated with the Report Definition identifier
Errors
404
No Report Definition/Schedule is found with the specified identifier
Code Samples
cURL Command
curl https://localhost/suite-api/api/reportdefinitions/{id}/schedules/{scheduleId}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations