EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Schedule Policies

GET /tenants/{id}/schedule-policies

Gets the policyIds, policyNames and self links for all schedule policies.

idthe URN of a CoprHD Tenant/Subtenant

Required Roles

Requires one of the following roles:

  • TENANT_ADMIN
  • PROJECT_ADMIN

Response Body

PolicyList - A SchedulePolicyList reference specifying the policyIds, name and self links for the schedule policies.

Field Description Type Notes
<schedule_policies>
<schedule_policy>     0-* Elements
<name> The name of the resource String
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</schedule_policy>      
</schedule_policies>