Skip to main content

Get Client Group (Deprecated)

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

This operation returns a list of client computer groups.

More Details

Responses

OK


Schema
  • groups object[]
  • isEDCInstanceDeleted boolean
  • flag integer
  • activity integer
  • isSmartClientGroup boolean
  • isAddinClientGroup boolean
  • edcSupportedInstanceType integer
  • isNetworkThrottleEnabled boolean
  • name string
  • Id integer
  • isEDCInstanceAssociated boolean
GET /clientgroup    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/ClientGroup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'