EMC ViPR REST API

Search (SHIFT+S)

API Reference


New in this release

Resume Task

POST /vdc/tasks/{taskId}/resume

Resumes a task. This can only be performed on a Task that has status of: suspended_no_error Retries a task. This can only be performed on a Task that has status of: suspended_error In the case of retry, we will retry the controller workflow starting at the failed step.

taskIdID of the task to be resumed

Required Roles

Requires one of the following roles:

  • TENANT_ADMIN
  • SYSTEM_ADMIN
  • RESTRICTED_SYSTEM_ADMIN

Request Payload

No Request Payload


Response Body