Skip to main content

Get Client Group Properties (Deprecated)

Select

SaaS
Customer Managed

deprecated

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

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

More Details

Path Parameters
  • clientGroupId string required
Responses

OK


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

Authorization

type: apiKeyname: Authtokenin: header

Request

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