Sms Task Query Sms Task Info
Get detailed information about this task.
Required privileges: StorageViews.View
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case SmsTask/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
TaskInfo
"SmsTaskInfo Object"
The unique key for the task.
The managed object that represents this task.
Managed Object to which the operation applies.
If the task state is "error", then this property contains the fault code.
If the task state is "success", then this property may be used to hold a return value.
Time stamp when the task started running.
Time stamp when the task was completed (whether success or failure).
Runtime status of the task.
Possible values are SmsTaskStateEnum
If the task state is "running", then this property contains a progress measurement, expressed as percentage completed, from 0 to 100.
If this property is not set, then the command does not report progress.
curl -X POST -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/sms/SmsTask/{moId}/QuerySmsTaskInfo