EMC ViPR REST API

Search (SHIFT+S)

API Reference


Update Schedule Policy

PUT /schedule-policies/{id}

Update info for schedule policy including name, schedule, snapshot expire etc.

idthe URN of a schedule policy

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