Skip to main content

Disable dataaging for ServerGroup

Select

SaaS
Customer Managed

Used to disable data aging property for a server group

Path Parameters
  • serverGroupId int32 required

    Id of the serverGroup to modify

Query Parameters
  • enableAfterADelay int32

    Provide UTC time in unix format.

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/servergroup/:servergroupid/dataaging/action/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
serverGroupId — path required
enableAfterADelay — query
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/ServerGroup/:serverGroupId/DataAging/Action/Disable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'