Skip to main content

Refresh the server group associations

Select

SaaS
Customer Managed

Used to immediately refresh automatic server associations for a server group

Path Parameters
  • serverGroupId int32 required

    Id of the serverGroup whose associations has to be refreshed

Responses

Success


Schema
  • errorMessage string

    Tells about the error occured

  • errorCode ErrorCode

    Possible values: [NO_ERROR, INVALID_INPUT, VALUE_NOT_FOUND, UNKNOWN_EXCEPTION, CONNECTION_PROBLEM, UNKNOWN_SQL_ERROR, INVALID_USER, INVALID_OPERATION_TYPE, INTERNAL_SERVER_PROBLEM, INSUFFICIENT_USER_PERMISSION_ON_ENTITY, INVALID_ENTITY_ID]

    Error code value

PUT /v4/servergroup/:servergroupid/refresh    

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/Refresh' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'