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.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- G E T Client Group
Schema
groups object[]
isEDCInstanceDeleted booleanflag integeractivity integerisSmartClientGroup booleanisAddinClientGroup booleanedcSupportedInstanceType integerisNetworkThrottleEnabled booleanname stringId integerisEDCInstanceAssociated boolean
{
"groups": [
{
"isEDCInstanceDeleted": true,
"flag": 0,
"activity": 0,
"isSmartClientGroup": true,
"isAddinClientGroup": true,
"edcSupportedInstanceType": 0,
"isNetworkThrottleEnabled": true,
"name": "string",
"Id": 0,
"isEDCInstanceAssociated": true
}
]
}
{
"groups": [
{
"isEDCInstanceDeleted": false,
"flag": 528384,
"activity": 0,
"isSmartClientGroup": true,
"isAddinClientGroup": false,
"edcSupportedInstanceType": 0,
"isNetworkThrottleEnabled": false,
"name": "Infrastructure",
"Id": 1,
"isEDCInstanceAssociated": false
},
{
"isEDCInstanceDeleted": false,
"flag": 1052672,
"activity": 0,
"isSmartClientGroup": true,
"isAddinClientGroup": false,
"edcSupportedInstanceType": 0,
"isNetworkThrottleEnabled": false,
"name": "Proxy Clients",
"Id": 2,
"isEDCInstanceAssociated": false
},
{
"isEDCInstanceDeleted": false,
"flag": 4096,
"activity": 0,
"isSmartClientGroup": true,
"isAddinClientGroup": false,
"edcSupportedInstanceType": 0,
"isNetworkThrottleEnabled": false,
"name": "Solr Servers",
"Id": 3,
"isEDCInstanceAssociated": false
},
{
"isEDCInstanceDeleted": false,
"flag": 4096,
"activity": 0,
"isSmartClientGroup": true,
"isAddinClientGroup": false,
"edcSupportedInstanceType": 0,
"isNetworkThrottleEnabled": false,
"name": "Media Agents",
"Id": 4,
"isEDCInstanceAssociated": false
},
{
"isEDCInstanceDeleted": false,
"flag": 4096,
"activity": 0,
"isSmartClientGroup": true,
"isAddinClientGroup": false,
"edcSupportedInstanceType": 0,
"isNetworkThrottleEnabled": false,
"name": "Laptop Clients",
"Id": 5,
"isEDCInstanceAssociated": false
},
{
"isEDCInstanceDeleted": false,
"flag": 4096,
"activity": 0,
"isSmartClientGroup": true,
"isAddinClientGroup": false,
"edcSupportedInstanceType": 0,
"isNetworkThrottleEnabled": false,
"name": "Edge Clients",
"Id": 6,
"isEDCInstanceAssociated": false
},
{
"isEDCInstanceDeleted": false,
"flag": 4096,
"activity": 0,
"isSmartClientGroup": true,
"isAddinClientGroup": false,
"edcSupportedInstanceType": 0,
"isNetworkThrottleEnabled": false,
"name": "Recall Enabled",
"Id": 7,
"isEDCInstanceAssociated": false
},
{
"isEDCInstanceDeleted": false,
"flag": 4096,
"activity": 0,
"isSmartClientGroup": true,
"isAddinClientGroup": false,
"edcSupportedInstanceType": 0,
"isNetworkThrottleEnabled": false,
"name": "Physical Nodes of a Cluster",
"Id": 8,
"isEDCInstanceAssociated": false
},
{
"isEDCInstanceDeleted": false,
"flag": 6144,
"activity": 0,
"isSmartClientGroup": true,
"isAddinClientGroup": false,
"edcSupportedInstanceType": 0,
"isNetworkThrottleEnabled": true,
"name": "Laptop plan clients",
"Id": 10,
"isEDCInstanceAssociated": false
},
{
"isEDCInstanceDeleted": false,
"flag": 0,
"activity": 0,
"isSmartClientGroup": false,
"isAddinClientGroup": false,
"edcSupportedInstanceType": 0,
"isNetworkThrottleEnabled": false,
"name": "test",
"Id": 11,
"isEDCInstanceAssociated": false
}
]
}
Loading...