Skip to main content

Update the server plan retention based synthetic full

Select

SaaS
Customer Managed

Used to update synthetic full schedule on plan based on retention settings

Path Parameters
  • planId int32 required

    Id of the Plan to update

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/serverplan/:planid/retention/synthfull    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
planId — path required
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/ServerPlan/:planId/Retention/Synthfull' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'