EMC ViPR REST API

Search (SHIFT+S)

API Reference


New in this release

Suspend Workflow Step

PUT /vdc/workflows/{id}/suspend/{stepId}

Suspends a workflow when it tries to execute a given step, and all other executing steps have suspended.

id- URI of the workflow.
stepId- URI of the workflow step

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • RESTRICTED_SYSTEM_ADMIN
  • SYSTEM_MONITOR
  • TENANT_ADMIN

Request Payload

No Request Payload


Response Body

- No data returned in response body