POST /admin/extension/blockingTask/{id}/action/resume
- Operation:
- POST /admin/extension/blockingTask/{id}/action/resume
- Description:
- Resumes request and continues with executing underlying operation. This operation is
considered successful, if requests exists and:
- Request is in status {@link TaskExtensionRequestStatusType#ACTIVE}, OR
- Request is in status {@link TaskExtensionRequestStatusType#RESUMED}. In this case
the operation succeeds, although it does not actually resume processing (it has already
been resumed).
Upon successful completion this operation returns 204 No Content. Otherwise returns 409 Conflict or
404 Not Found if the supplied id for this task extension request is invalid.
- Since:
- 1.5
- Input parameters
-
{@link JAXBElement} represents message to this operation.
- Consume media type(s):
- application/vnd.vmware.admin.blockingTaskOperationParams+xml
- Input type:
- BlockingTaskOperationParamsType
- Output parameters
-
- Produce media type(s):
- None
- Output type:
- None
- Examples
-