Scheduled Task Manager Get Description
Static descriptive strings used in scheduled tasks.
Required privileges: System.View
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId, in this case ScheduledTaskManager/{moId}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
OK
{
"_typeName": "string",
"action": [
{
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
],
"schedulerInfo": [
{
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string",
"frequency": "string"
}
],
"state": [
{
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
],
"dayOfWeek": [
{
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
],
"weekOfMonth": [
{
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
]
}
Action class descriptions for a scheduled task.
Scheduler class description details.
TaskInfo State enum
MonthlyByWeekdayTaskScheduler Days of the week enum description
MonthlyByWeekdayTaskScheduler Week of the month enum description
curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/ScheduledTaskManager/{moId}/description