This API returns the inventory details about all the managed systems 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_ManagedSystem_Partition.
Use the following table to review the syntax of the API and the description of the API response parameters.
| Parameter | Description |
| { | |
| "Partitions": [ | Array for details about the partitions. |
| { | |
| "AssociatedProcessorPool": { | Associated processor pool for the partition. |
| "PoolID": "string", | ID of the pool in the partition. |
| "PoolName": "string" | Pool name. |
| }, | |
| "OSType": "string", | OS type of the partition. |
| "OSVersion": "string", | OS version. |
| "ID": "string", | Partition ID. |
| "MemoryConfiguration": { | Memory configuration details. |
| "SharedMemoryEnabled": "string", | Shared memory is enabled or not. |
| "CurrentMemory": "number" | Current memory in the partition. |
| }, | |
| "Name": "string", | Partition name. |
| "ProcessorConfiguration": { | Processor configuration details. |
| "ProcessorMode": "string", | Mode of the processor. |
| "AllocatedVirtualProcessors": "number", | Allocated virtual processors for the partition. |
| "CurrentProcessingUnits": "number" | Current processing units for the partition. |
| }, | |
| "State": "string", | State of the partition. |
| "PartitionType": "string", | Type of the partition. |
| "UUID": "string", | UUID of the partition. |
| "RMCState": "string", | RMC state of the partition. |
| "Tags": [ | Array for details of the tags. |
| { | |
| "Name": "string" | Tag name. |
| } | |
| ], | |
| "VirtualSerialNumber": "string", | VSN for the partitions. |
| "Description": "string", | Description of the VSN. |
| "PowerVMManagementCapable": "string" | Is the partition capable of managing a PowerVM. |
| } | |
| ] | |
| } |
Comments
0 comments
Please sign in to leave a comment.