Get all Nodes
Get list of all Nodes (MediaAgents) with basic information
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
nodeDetail object[]
id int32Node (MediaAgent) Id
name stringNode (MediaAgent) name
netHostName stringNetwork host name
displayName stringDisplay name of the node
status stringNode status: Online or Offline
statusDescription stringDetailed status description
description stringDescription of the node
hyperscaleType stringHyperScale type: HSX, Edge, Universal, Flex, or NA
deployed stringWhether the node is deployed (Yes/No)
cNodeSNode stringC-Node or S-Node classification, or NA
type stringPhysical or Virtual
rolesBitMask int32Bitmask of roles assigned to this node
osInfo object
Operating system version summary for node list responses
Version stringversionInfo object
Software version summary for node list responses
version stringhardware object
vendor stringmodelNo stringkernelVersion stringstorageFileSystem stringrootAccessDisabled int32mediaAgentHostAttribute int32cpuCores int32cpuUsage int32totalMemory int32Total memory in GB
memoryUsagePercent int32metadataDiskSpaceGB int64mediaAgentProps object
MediaAgent properties summary for node list responses
enableMA int32storagePools object[]
status stringOnline or Offline
capacityMB int64freeSpaceMB int64usedSpaceMB int64usableFreeSpaceMB int64storagePool object
Reference to a storage pool in Node API responses
id int32name string_type_ stringdeviceType int32deviceTypeName stringstorageType stringStorage type classification
storagePoolType stringStorage pool type classification
region object
Reference to a region in Node API responses
regionId int32regionName stringdisplayName string_type_ stringclientGroups object[]
clientGroupId int32clientGroupName string_type_ stringisStoragePoolSCG int32region object
Reference to a region in Node API responses
regionId int32regionName stringdisplayName string_type_ stringtags object[]
Tags associated with the node
id int32name stringvalue string
{
"nodeDetail": [
{
"id": 0,
"name": "string",
"netHostName": "string",
"displayName": "string",
"status": "string",
"statusDescription": "string",
"description": "string",
"hyperscaleType": "string",
"deployed": "string",
"cNodeSNode": "string",
"type": "string",
"rolesBitMask": 0,
"osInfo": {
"Version": "string"
},
"versionInfo": {
"version": "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
},
"storagePools": [
{
"status": "string",
"capacityMB": 0,
"freeSpaceMB": 0,
"usedSpaceMB": 0,
"usableFreeSpaceMB": 0,
"storagePool": {
"id": 0,
"name": "string",
"_type_": "string"
},
"deviceType": 0,
"deviceTypeName": "string",
"storageType": "string",
"storagePoolType": "string",
"region": {
"regionId": 0,
"regionName": "string",
"displayName": "string",
"_type_": "string"
}
}
],
"clientGroups": [
{
"clientGroupId": 0,
"clientGroupName": "string",
"_type_": "string",
"isStoragePoolSCG": 0
}
],
"region": {
"regionId": 0,
"regionName": "string",
"displayName": "string",
"_type_": "string"
},
"tags": [
{
"id": 0,
"name": "string",
"value": "string"
}
]
}
]
}
Requested Details not found