- Block Services
- File Services
- Compute Services
-
Virtual Data Center Services
- Authentication Provider
- Auto Tiering
- Block Virtual Pool
- File Virtual Pool
- Migration
- Fabric Manager
- Network
- Protection System
- Storage Provider
- SMIS Provider
- Storage Tier
- Storage System
- Storage Port
- Storage Pool
- Trust Store Resource
- UnManaged Volume
- Unmanaged File System
- UnManaged Export Mask
- Virtual Array
- Virtual Data Center Capacity
- Virtual Data Center
- User Group
- Tenant Services
- Config Services
- UI Services
- UI Services (Deprecated)
- System Management Services
- Other Services
- API Error Codes

Workflow
API interface for a Workflow and WorkflowStep. This interface is read-only and returns historical information about Workflow execution.
Resource | Description |
GET /vdc/workflows | List all workflows |
GET /vdc/workflows/active | List active workflows |
GET /vdc/workflows/completed | List completed workflows |
GET /vdc/workflows/recent | List workflows created in specified time period |
GET /vdc/workflows/{id} | Show workflow |
GET /vdc/workflows/{id}/steps | List workflow steps |
GET /vdc/workflows/steps/{stepid} | Show workflow step |