[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Create Report Schedule
DescriptionTo specify the time zone add X-vRealizeOps-API-Timezone header with value of format e.g. Asia/Yerevan. All the schedules created using this API will be configured to use GMT time zone.
Request
URLURL
https://localhost/suite-api/api/reportdefinitions/{id}/schedules
Path Parameters
Path Parameters
string
id
Required
id
Header Parameters
Header Parameters
string
X-vRealizeOps-API-Timezone
Optional
Custom HTTP header used by Ops API clients to specify Timezone information. This Timezone value will be typically used for Report Generation. Either an abbreviation such as “GMT”, “PDT” can be specified, or a full name such as “America/Los_Angeles”. Other formats and representations are not supported.
Request Body
Request Body
report-schedule
of type(s) application/json, application/xml
Required
The Report Schedule to create in the system
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 Schedule to create in the system
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "X-vRealizeOps-API-Timezone: string" -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