Update the storage policy of a plan
Select
SaaS
Customer Managed
Update the Storage Policy for a plan
Path Parameters
- planId int32 required
- storagePolicyId int32 required
- application/json
Request Body
- name string
new name of the storage policy
- description string
description of the storage policy
- deviceStreams int32
Number of streams of the storage policy
incrementalStoragePolicy object
id int32name stringlogStoragePolicy object
id int32name string
Responses
- 200
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
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...