Get Server Group Details
Select
SaaS
Customer Managed
Get details of a serverGroup based on id
Path Parameters
- serverGroupId int32 required
Id of the serverGroupId whose details have to be fetched
Header Parameters
- mode
Possible values: [
EdgeMode
]
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
serverGroup object
- description string
general object
security object[]
activityControl object
associatedServers object[]
powerManagement object
fileExceptions object
blackoutWindow object[]
{
"serverGroup": {
"id": 0,
"name": "string"
},
"description": "string",
"general": {
"region": {
"id": 0,
"name": "string"
},
"enableDataEncryption": true,
"autoDiscover": true
},
"security": [
{
"user": {
"id": 0,
"name": "string"
},
"userGroup": {
"id": 0,
"name": "string"
},
"externalUserGroup": {
"id": 0,
"name": "string",
"providerId": 0,
"providerName": "string"
},
"isCreatorAssociation": true,
"role": {
"id": 0,
"name": "string"
},
"permissionList": [
{
"permissionId": 0,
"permissionName": "string",
"categoryId": 0,
"categoryName": "string",
"type": "ALL_CATEGORIES",
"exclude": true
}
]
}
],
"activityControl": {
"databackup": true,
"dataRestore": true,
"dataAging": true
},
"associatedServers": [
{
"id": 0,
"name": "string",
"agent": [
{
"id": 0,
"name": "string"
}
],
"version": "string",
"os": "string",
"updateStatus": "string"
}
],
"powerManagement": {
"id": 0,
"name": "string"
},
"fileExceptions": {
"useGroupFilters": true,
"windowsFilters": [
"string"
],
"unixFilters": [
"string"
]
},
"blackoutWindow": [
{
"name": "string",
"backupOperations": {
"full": true,
"syntheticFull": true,
"transactionLog": true,
"incrementalAndDifferential": true
},
"doNotRunJob": [
{
"onDays": [
"SUNDAY"
],
"ofWeeks": [
"FIRST"
],
"dayTimeStart": 0,
"dayTimeEnd": 0
}
],
"betweenDates": true,
"startDate": 0,
"endDate": 0,
"doNotSubmitJob": true
}
]
}
Requested Details not found
GET /v4/servergroup/:servergroupid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ServerGroup/:serverGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ServerGroup/:serverGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ServerGroup/:serverGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ServerGroup/:serverGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ServerGroup/:serverGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ServerGroup/:serverGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ServerGroup/:serverGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'