Get CommServ Details
Select
SaaS
Customer Managed
Thie operation returns the details of the commserver.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Get Comm Serv
Schema
- hostName string
Hostname of the commserver
- releaseId integer
Release ID
- csVersionInfo string
Current CommServ version info with format - 11 SP{Revision} where revision is the current feature release version installed on CommServer
- releaseName string
Release Name
- osType string
Possible values: [
Windows
,Unix
]Commserv OS details
- timeZone string
- currentSPVersion integer
Current Service Pack Version of the CommServ
- installedSPVersion integer
Service Pack Version when the CommServ when it was installed
csTimeZone object
CS Time zone details
TimeZoneID integerTimeZoneName stringcommcell object
Commcell details
commCellName stringcommCellId integercsGUID string
{
"hostName": "string",
"releaseId": 0,
"csVersionInfo": "string",
"releaseName": "string",
"osType": "Windows",
"timeZone": "string",
"currentSPVersion": 0,
"installedSPVersion": 0,
"csTimeZone": {
"TimeZoneID": 0,
"TimeZoneName": "string"
},
"commcell": {
"commCellName": "string",
"commCellId": 0,
"csGUID": "string"
}
}
{
"hostName": "testCS.test.com",
"releaseId": 16,
"csVersionInfo": "11 SP34.6",
"releaseName": "2024",
"osType": "Windows",
"timeZone": "0:-330:(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi",
"currentSPVersion": 34,
"installedSPVersion": 12,
"csTimeZone": {
"TimeZoneID": 42,
"TimeZoneName": "India Standard Time"
},
"commcell": {
"commCellName": "bdcsrvtest05",
"commCellId": 2,
"csGUID": "4D96BE28-2F4C-4BAB-9E66-93371D510C9C"
}
}
Loading...