Skip to main content

Plan Storage Modify

Select

SaaS
Customer Managed

This operation updates Storage Pool properties for a Plan.

Path Parameters
  • PlanId string required
Header Parameters
  • Content-Type string

    Possible values: [application/x-www-form-urlencoded]

Request Body
  • PrimaryRetentionInDays int32 required
  • SecondaryRetentionInDays int32 required
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
PUT /v2/plan/:planid/storage/modify    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
PlanId — path required
Content-Type — header
Body
PrimaryRetentionInDays required
SecondaryRetentionInDays required
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/Storage/Modify' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'