Get Server Groups
Select
Get All Server Groups
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- serverGroupCount int32
This returns the total number of server groups.
serverGroups object[]
name stringName of server group.
id int32Id of server group.
association stringPossible values: [
AUTOMATIC
,VM
,MANUAL
]Type of server group association.
isSyncInProgress booleanIf true, server group is synchronizing associated servers.
isCompanySmartClientGroup booleanIf true, server group is a company smart client group.
company object
id int32name stringglobalConfigInfo object
Only applicable on Global CommCells
id stringname stringcommcells object[]
List of Service CommCells where the global configuration is applied
id int32name stringguid stringscope stringThe entity level at which the config is applied.
scopeFilterQuery stringCommCellEntityCache filter query string used for filtering the scope
applyOnAllCommCells booleanDecides whether the global configuration should be applied to all the Service commcells, including the newly created ones
isMarkedForDeletion booleanIndicates whether global configuration deletion has been started.
status stringtags object[]
Array of all the tags associated with server group
id int32name stringvalue stringcommcell object
name stringName of the commcell the entity belongs to.
{
"serverGroupCount": 0,
"serverGroups": [
{
"name": "string",
"id": 0,
"association": "AUTOMATIC",
"isSyncInProgress": true,
"isCompanySmartClientGroup": true,
"company": {
"id": 0,
"name": "string"
},
"globalConfigInfo": {
"id": "string",
"name": "string",
"commcells": [
{
"id": 0,
"name": "string",
"guid": "string"
}
],
"scope": "string",
"scopeFilterQuery": "string",
"applyOnAllCommCells": true,
"isMarkedForDeletion": true,
"status": "string"
},
"tags": [
{
"id": 0,
"name": "string",
"value": "string"
}
],
"commcell": {
"name": "string"
}
}
]
}
Requested Details not found