Get all Nodes
Get list of all Nodes (MediaAgents) with basic information
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
nodeDetail object[]
description stringDescription of the node
commCellName stringCommServe host name
rolesBitMask int32Bitmask of roles assigned to this node
hyperscaleType stringHyperScale type: Fujitsu, SDDS, Edge, Compute, Flex, HSX, or NA
deployed stringWhether the node is deployed (Yes/No)
cNodeSNode stringC-Node or S-Node classification, or NA
readinessStatus stringReadiness status (Ready/Not Ready)
readinessTime int64Timestamp of last readiness check
jobStartTime int32Job start time
forceClientSideDownload int32Force client-side download setting
type stringPhysical or Virtual
status int32Node status: 0=Offline, 1=Online, 2=Maintenance
mediaAgent object
mediaAgentId int32mediaAgentName stringnetHostName stringosInfo object
Type stringosId int32SubType stringOsDisplayInfo object
OSName stringosVersion stringversionInfo object
Version information for a Node
GalaxyRelease object
ReleaseString stringReleaseID int32GalaxyBuildNumber stringUpdateStatus stringPossible values: [
UNKNOWN,UP_TO_DATE,NEEDS_UPDATE,AHEAD_OF_CACHE,NOT_APPLICABLE,HAS_DIAGNOSTIC_UPDATES,OTHER_SOFTWARE,PENDING]PatchStatus object[]
BaselineUpdates stringBaselineStatus stringIsBaseLineDeltaSP int32version stringIsBaselineComparedToClient int32releaseName stringhardware object
vendor stringmodelNo stringkernelVersion stringstorageFileSystem stringrootAccessDisabled int32mediaAgentHostAttribute int32cpuCores int32cpuUsage int32totalMemory int32Total memory in GB
memoryUsagePercent int32metadataDiskSpaceGB int64mediaAgentProps object
enableMA int32optimizeForConcurrentLANBackups int32enableAutomaticParallelDataTransferSelection int32maxNumOfParallelDataTransferOperations int32markMAOfflineForMaintenance int32isRansomwareProtected int32blockSizeKB int32timeZone object
TimeZoneID int32TimeZoneName stringregion object
id int32name stringdisplayName stringstoragePools object[]
id int32name stringclientGroups object[]
id int32name stringcompany object
connectName stringshortName object
id int32name stringassociations object
storagePools object[]
status stringOnline or Offline
capacityMB int64freeSpaceMB int64usedSpaceMB int64usableFreeSpaceMB int64storagePool object
id int32name stringdeviceType int32deviceTypeName stringstorageType StorageTypePossible values: [
ALL,DISK,CLOUD,HYPERSCALE,TAPE]storagePoolTypePossible values: [
DEDUPLICATION,SECONDARY_COPY,NON_DEDUPLICATION,SCALE_OUT]Type of Storage Pool
region object
id int32name stringdisplayName stringerror object
errorMessage stringerrorCode int32
{
"nodeDetail": [
{
"description": "string",
"commCellName": "string",
"rolesBitMask": 0,
"hyperscaleType": "string",
"deployed": "string",
"cNodeSNode": "string",
"readinessStatus": "string",
"readinessTime": 0,
"jobStartTime": 0,
"forceClientSideDownload": 0,
"type": "string",
"status": 0,
"mediaAgent": {
"mediaAgentId": 0,
"mediaAgentName": "string",
"netHostName": "string"
},
"osInfo": {
"Type": "string",
"osId": 0,
"SubType": "string",
"OsDisplayInfo": {
"OSName": "string"
},
"osVersion": "string"
},
"versionInfo": {
"GalaxyRelease": {
"ReleaseString": "string",
"ReleaseID": 0
},
"GalaxyBuildNumber": "string",
"UpdateStatus": "UNKNOWN",
"PatchStatus": [
{
"BaselineUpdates": "string",
"BaselineStatus": "string",
"IsBaseLineDeltaSP": 0
}
],
"version": "string",
"IsBaselineComparedToClient": 0,
"releaseName": "string"
},
"hardware": {
"vendor": "string",
"modelNo": "string",
"kernelVersion": "string",
"storageFileSystem": "string",
"rootAccessDisabled": 0,
"mediaAgentHostAttribute": 0,
"cpuCores": 0,
"cpuUsage": 0,
"totalMemory": 0,
"memoryUsagePercent": 0,
"metadataDiskSpaceGB": 0
},
"mediaAgentProps": {
"enableMA": 0,
"optimizeForConcurrentLANBackups": 0,
"enableAutomaticParallelDataTransferSelection": 0,
"maxNumOfParallelDataTransferOperations": 0,
"markMAOfflineForMaintenance": 0,
"isRansomwareProtected": 0,
"blockSizeKB": 0
},
"timeZone": {
"TimeZoneID": 0,
"TimeZoneName": "string"
},
"region": {
"id": 0,
"name": "string",
"displayName": "string"
},
"storagePools": [
{
"id": 0,
"name": "string"
}
],
"clientGroups": [
{
"id": 0,
"name": "string"
}
],
"company": {
"connectName": "string",
"shortName": {
"id": 0,
"name": "string"
}
},
"associations": {
"storagePools": [
{
"status": "string",
"capacityMB": 0,
"freeSpaceMB": 0,
"usedSpaceMB": 0,
"usableFreeSpaceMB": 0,
"storagePool": {
"id": 0,
"name": "string"
},
"deviceType": 0,
"deviceTypeName": "string",
"storageType": "ALL",
"storagePoolType": "DEDUPLICATION",
"region": {
"id": 0,
"name": "string",
"displayName": "string"
}
}
]
}
}
],
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
Requested Details not found