Skip to main content

Enable Data Aging for a Server

Used to enable Data Aging property for Server

Path Parameters
  • serverId int32 required

    Id of the Server whose details have to be modified

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/server/:serverid/dataaging/action/enable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
serverId — path required
curl -L -X PUT 'https://localhost/webconsole/api/V4/Server/:serverId/DataAging/Action/Enable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'