EMC ViPR REST API

Search (SHIFT+S)

API Reference


Create Schedule Policy

POST /tenants/{id}/schedule-policies

Create schedule policy and persist into CoprHD DB.

idthe URN of a CoprHD Tenant/Subtenant

Required Roles

  • TENANT_ADMIN

Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
<schedule_policy>
<policy_type> String
<policy_name> String Valid Values:
  •  Length: 2..128
<schedule>    
<schedule_frequency> String
<schedule_repeat> Integer
<schedule_time> String
<schedule_day_of_week> String
<schedule_day_of_month> Integer
</schedule>      
<snapshot_expire>    
<expire_type> String
<expire_value> Integer
</snapshot_expire>      
</schedule_policy>

Response Body

No data returned in response body

Field Description Type Notes
<tenant_schedule_policy>
<name> The name of the resource String
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</tenant_schedule_policy>