Skip to main content

Update Client Group Properties By Name

Select

SaaS
Customer Managed

This operation updates the properties associated with a client computer group.

Path Parameters
  • clientGroupName string required

    Name of the client group

Request Body required
  • clientGroupDetail object
  • claQuota int32
  • clientGroup object
  • clientGroupName string
  • description string
  • clientGroupOperationType int32
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
POST /ClientGroup/byName(clientGroupName=':clientGroupName')    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientGroupName — path required
Body required

{
"clientGroupDetail": {
"claQuota": 8,
"clientGroup": {
"clientGroupName": "{{clientGroupName}}"
},
"description": "client computer group description modified"
},
"clientGroupOperationType": 2
}
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'