This API returns the inventory details about all the management consoles that are connected to CMC.
Important: The versions v1 and v2 have the same response syntax.
For details about this API and the sample request and response, see Inventory Management Console.
Use the following table to review the syntax of the API and the description of the API response parameters.
Parameter | Description |
{ | |
"HMCs": [ | Array for details of the HMCs. |
{ | |
"MTMS": { | MTMS details. |
"SerialNumber": "string", | Serial number of the HMC. |
"MachineType": "string", | Machine type. |
"Model": "string" | Model of the HMC. |
}, | |
"ManagedSystems": [ | Array for details of the associated managed systems. |
{ | MTMS details. |
"MTMS": { | Machine type of the managed system. |
"MachineType": "string", | Machine type. |
"Model": "string", | Model of the managed system. |
"SerialNumber": "string" | Serial number of the managed system. |
}, | |
"Link": "string", | Link to the managed system. |
"Name": "string", | Name of the managed system. |
"State": "string", | State of the managed system. |
"UUID": "string" | UUID of the managed system. |
} | |
], | |
"Name": "string", | Name of the HMC. |
"MemoryConfiguration": { | Memory configuration details. |
"TotalMemory": "number", | Total memory. |
"TotalSwapMemory": "number" | Total swap memory. |
}, | |
"ProcessorConfiguration": { | Processor configuration details. |
"Processors": "number", | Number of processors. |
"ModelName": "string", | Model name of the processors. |
"Architecture": "string" | Architecture of the processors. |
}, | |
"State": "string", | State of the HMC. |
"Tags": [ | Array for details of the associated tags. |
{ | |
"Name": "string" | Tag name. |
} | |
], | |
"UUID": "string", | UUID. |
"UVMID": "string", | UVM ID. |
"VersionInfo": { | Version information details. |
"BuildLevel": "string", | Build Level. |
"Maintenance": "string", | Maintenance version number. |
"Minor": "string", | Minor version number. |
"Release": "string", | Release version. |
"Version": "string", | Version number. |
"ServicePackName": "string" | Service pack name. |
}, | |
"NetworkInterfaces": [ | Array for details of the network interfaces. |
{ | |
"InterfaceName": "string", | Name of the interface. |
"NetworkAddress": "string" | Network address. |
} | |
] | |
} | |
] | |
} |
Comments
0 comments
Please sign in to leave a comment.