Get the list of storage policy for a plan
Select
SaaS
Customer Managed
Get the list of storage policy for a plan
Path Parameters
- planId int32 required
Responses
- 200
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
storagePolicies object[]
id int32Id the storage policy
name stringName the storage policy
numberOfCopies int32region object
id int32name string
{
"storagePolicies": [
{
"id": 0,
"name": "string",
"numberOfCopies": 0,
"region": {
"id": 0,
"name": "string"
}
}
]
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...