Skip to main content

Get Client Group Properties By Name

Select

SaaS
Customer Managed

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

Path Parameters
  • clientGroupName string required

    Name of the client group

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/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
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'