List protection policy
Get Azure protection policy list
Path Parameters
- accountId int64 required
Cloud Rewind account ID.
Example: 12345678 - projectId string required
Cloud Rewind project ID.
Example: 123456 - cloudAssemblyId int64 required
Azure Cloud assembly ID.
Example: 1234
Query Parameters
- sortBy string
Default value:
name - sortOrder string
Default value:
asc
Header Parameters
- Range string
Default value:
items=1-100
Responses
- 200
- 401
- 403
- 404
- 409
- 412
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema array
- accountId int64
Account Id
- projectId int64
Project Id
- organizationId string
Organization Id
- retentionCount int32
- id int64
- name string
- description string
- cloudType string
- frequencyType string
- timeZone string
frequencyDetails object
daysOfWeek string[]Possible values: [
MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY,SUNDAY]Days of the week (e.g., SUNDAY, MONDAY).
months string[]Possible values: [
JANUARY,FEBRUARY,MARCH,APRIL,MAY,JUNE,JULY,AUGUST,SEPTEMBER,OCTOBER,NOVEMBER,DECEMBER]Months of the year (e.g., JANUARY, FEBRUARY).
daysOfMonth int32[]Days of the month (1 to 31).
hours int32[]Hours of the day (0 to 23).
offset int32Delays the defined scheduled execution time (in minutes), increasing in 5-minute steps from 0 to 55.
minutes int32Minutes of the hour (16 to 59).
- cloudAssemblyId int64
- status string
- createdAt date-time
- protectedRegion string
- updatedAt date-time
[
{
"accountId": 0,
"projectId": 0,
"organizationId": "string",
"retentionCount": 0,
"id": 0,
"name": "string",
"description": "string",
"cloudType": "string",
"frequencyType": "string",
"timeZone": "string",
"frequencyDetails": {
"daysOfWeek": [
"MONDAY"
],
"months": [
"JANUARY"
],
"daysOfMonth": [
0
],
"hours": [
0
],
"offset": 0,
"minutes": 0
},
"cloudAssemblyId": 0,
"status": "string",
"createdAt": "2025-10-23",
"protectedRegion": "string",
"updatedAt": "2025-10-23"
}
]
Unauthorized
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Not Found
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Conflict
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Precondition Failed
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Loading...