Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
1
Region ID
1
Body
Action that the policy will perform.
volume_snapshot
Name of the lifecycle policy.
"schedule_1"
List of schedules associated with the policy.
10
Current status of the lifecycle policy.
active
, paused
List of volume IDs.
["3ed9e2ce-f906-47fb-ba32-c25a3f63df4f"]
Response
OK
Action associated with the lifecycle policy.
"volume_snapshot"
Unique identifier for the policy.
1
Name of the policy.
"schedule_1"
Project ID associated with the policy.
1
Region ID where the policy is applied.
1
List of schedules within the policy.
Status of the lifecycle policy.
active
, paused
User ID of the creator of the policy.
11
Data of volumes that should be reserved. Displayed only when the query parameter is specified.
[
{
"volume_id": "3ed9e2ce-f906-47fb-ba32-c25a3f63df4f",
"volume_name": "test schedule"
}
]