CreateObjectScheduledTaskRequestType
CreateObjectScheduledTaskRequestType
The parameters of CreateObjectScheduledTask.
JSON Example
{
"obj": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"spec": {
"_typeName": "string",
"name": "string",
"description": "string",
"enabled": false,
"scheduler": {
"_typeName": "string",
"activeTime": "string",
"expireTime": "string"
},
"action": {
"_typeName": "string"
},
"notification": "string"
}
}
obj
Required
The managed object for which the scheduled task triggers an action. You can schedule tasks on any managed object.
Required privileges: ScheduledTask.Create
spec
Required
The specification for the new scheduled task.