[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Get Tasks
DescriptionRetrieve details of a task.
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/tasks/{task}
Path Parameters
Path Parameters
string
org
Required
Organization identifier
string
task
Required
Task identifier
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
Task
of type(s) application/json
This response body class contains all of the following:
AbstractEntity, InlineTask1
Errors
401
Unauthorized
403
Forbidden
ErrorResponse
404
Cannot find the task with given identifier
Code Samples
PowerCLI Client SDK Example
Invoke-OrgsOrgTasksTaskGet -Org "MyOrg" -Task "MyTask"
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/tasks/{task}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: tasks
x-vmw-vapi-methodname: get
[{"label":"Latest (v1.1)","version":"latest"}]
vmc