Use this API to get the information of all the tags that are available in the Inventory.
For details about this API and the sample request and response, see the GET /v2/inventory/cmc/tags topic.
Use the following table to review the syntax of the API and the description of the API response parameters.
Parameter and Type | Description |
{ | |
"Tags": [ | |
{ | |
"ID": "tag_PowerHAStandard_16883XXXXXX", | ID of the tag. |
"Name": "PowerHA Standard", | Name of the tag. |
"Reserved": true, | Type of the tag. |
"Systems": [], | Systems which are tagged under this tag. |
"Partitions": [ | Partitions which are tagged under this tag. |
{ | |
"UUID": "XXXXXXXX-CXXX-XXXX-XXXX-XXXXXXXXXXXX", | UUID of the partition. |
"ID": "78", | ID of the partition. |
"Name": "78-9009-22A*XXXXXXX", | Partition name. |
"State": "running", | State of the partition. |
"AssociatedSystemUUID": "XXXXXXXX-CXXX-XXXX-XXXX", | UUID of the associated system. |
"OSType": "AIX", | OS type of the partition. |
"OSVersion": "Unknown" | OS version. |
} | |
] | |
}, | |
{ | |
"ID": "tag_Test_171802XXXXXXX", | ID of the tag. |
"Name": "Test2", | Name of the tag. |
"Systems": [ | Systems which are tagged under this tag. |
{ | |
"UUID": "XXXXXXXX-CXXX-XXXX-XXXX-XXXXXXXXXXXX", | UUID of the system. |
"MTMS": { | System MTMS. |
"MachineType": "9XX9", | Type of the machine. |
"Model": "22A", | Model of the system. |
"SerialNumber": "7XXXX30" | Serial number of the system. |
}, | |
"Name": "9009-XXX*XXXXXXX", | System name. |
"State": "operating", | State of the system. |
"ManagingHMCs": [ | Contains managing HMCs array. |
{ | |
"HmcName": "VXXXX-XXX-XXX", | HMC name. |
"State": "Active" | State of the HMC. |
} | |
] | |
} | |
], | |
"Partitions": [ | Partitions that are tagged under this tag. |
{ | |
"UUID": "XXXXXXXX-CXXX-XXXX-XXXX-XXXXXXXXXXXXC", | UUID of the system. |
"ID": "78", | ID of the partition. |
"Name": "78-9009-22A*XXXXXXX", | Partition name. |
"State": "running", | State of the partition. |
"AssociatedSystemUUID": "XXXXXXXX-CXXX-XXXX-XXXX", | UUID of the associated system. |
"OSType": "AIX", | OS type of the partition. |
"OSVersion": "Unknown" | OS version. |
} | |
] |
Comments
0 comments
Please sign in to leave a comment.