Get Server Groups
Get All Server Groups
Responses
- 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 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"
},
"tags": [
{
"id": 0,
"name": "string",
"value": "string"
}
],
"commcell": {
"name": "string"
}
}
]
}
Requested Details not found
Loading...