Skip to main content

Enable restore for ServerGroup

Select

SaaS
Customer Managed

Used to enable restore property for a server group

Path Parameters
  • serverGroupId int32 required

    Id of the serverGroup to modify

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/servergroup/:servergroupid/restore/action/enable    

Authorization

type: apiKeyname: Authtokenin: header

Request

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