[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Update Report Schedule
DescriptionThe update of a schedule is a “Replace” operation.
If a schedule with the specified
schedule id is present in the system it will be replaced else the API returns a 404 error.
Request
URLURL
https://localhost/suite-api/api/reportdefinitions/{id}/schedules
Path Parameters
Path Parameters
string
id
Required
The Report Definition identifier
Request Body
Request Body
report-schedule
of type(s) application/json, application/xml
Required
The Report Schedule to update
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 updated Report Schedule object
Errors
404
No Report Definition/Schedule is found with the specified identifier
Code Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"dayOfTheMonth":0,"daysOfTheWeek":["UNKNOWN"],"emailAddresses":["string"],"emailBccAddresses":["string"],"emailCcAddresses":["string"],"emailPluginId":"string","id":"string","networkSharePluginId":"string","recurrence":0,"relativePath":["string"],"reportDefinitionId":"string","reportScheduleType":"UNKNOWN","resourceId":["string"],"startDate":"string","startHour":0,"startMinute":0,"traversalSpec":{"adapterInstanceAssociation":false,"description":"string","name":"string","rootAdapterKindKey":"string","rootResourceKindKey":"string"},"weekOfMonth":"UNKNOWNN"}' https://localhost/suite-api/api/reportdefinitions/{id}/schedules
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations