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 /v2/patch-planning/inventory/resources topic.
Use the following table to review the syntax of the API and the description of the API response parameters.
| Parameter and type | Description |
| { | |
| "endpoints": [ | |
| { | |
| "method": "GET", | Request Type |
| "path": "/api/public/v2/patch-planning/inventory/resources", | Endpoint of patch planning inventory API |
| "description": "Retrieve all available inventories with optional filters.", | |
| "queryParameters": { | |
| "type": "Filter by inventory type (VIOS, HMC, FW, AIX, Linux, IBMI, Adapter)", | Filter by inventory type (VIOS, HMC, FW, AIX, Linux, IBMI, Adapter |
| "updateStatus": "Filter by update status (endOfSupport, upToDate, updatesAvailable, upgradesAvailable, notFound)" | Filter by update status (endOfSupport, upToDate, updatesAvailable, upgradesAvailable, notFound) |
| }, | |
| "responses": [ | |
| { | |
| "status": 200, | |
| "body": "Array of inventory items" | |
| }, | |
| { | |
| "status": 400, | |
| "body": "Invalid query parameters" | |
| } | |
| ] | |
| }, | |
| { | |
| "method": "GET", | |
| "path": "/api/public/v2/patch-planning/inventory/resources/{uuid}", | Endpoint of patch planning inventory API |
| "description": "Retrieve details of a specific inventory by UUID.", | Retrieve details of a specific inventory by UUID. |
| "pathParameters": { | |
| "uuid": "" | Unique identifier for the inventory. |
| }, | |
| "responses": [ | |
| { | |
| "status": 200, | |
| "body": "Inventory details object" | |
| }, | |
| { | |
| "status": 404, | |
| "body": "Inventory not found" | |
| } | |
| ] | |
| } | |
| ], | |
| "sampleResponses": [ | |
| { | |
| "UUID": " "XXXXXXXX-CXXX-XXXX-XXXX-XXXXXXXXXXX ", | Unique identifier for the inventory. |
| "Name": "dendevcmccec03-SN7879820", | Name of the inventory. |
| "Type": "Firmware", | Type of the inventory. |
| "ExtendedInfo": { | |
| "MTMS": { | System MTMS. |
| "MachineType": "9009", | Type of the machine. |
| "Model": "22A", | Model of the system. |
| "SerialNumber": "7879820" | Serial number of the system. |
| }, | |
| "ManagingHMCs": [ | |
| { | |
| "MTMS": { | System MTMS. |
| "MachineType": "9009", | Type of the machine. |
| "Model": "22A", | Model of the system. |
| "SerialNumber": "7879820" | Serial number of the system. |
| }, | |
| "Name": "xxxxxxxxx", | Name of the HMC. |
| "UUID": "xxxx-xxxxx-xxxxx-xxxxx" | Unique identifier for the HMC. |
| } | |
| ] | |
| }, | |
| "CurrentVersion": { | Current installed version info |
| "Version": "VL940_050", | Current installed version number |
| "ReleaseDate": "2020.05.22", | Release date of current installed version. |
| "EoSPSDate": "2022.03.31", | Current version end of support date |
| "Download": "http://www.ibm.com/support/fixcentral/quickorder?fixids=01VL940_050_027&function=fixId&includeRequisites=1&product=ibm/power/900922A&source=flrt" | Fix central link for more details |
| }, | |
| "RecommendedUpdate": { | Recommended update info by FLRT |
| "Version": "VL940_095", | Version of recommended update |
| "ReleaseDate": "2021.11.17", | Release date of recommended update version |
| "EoSPSDate": "2022.03.31", | End of support date for recommended update version |
| "Download": "http://www.ibm.com/support/fixcentral/quickorder?fixids=01VL940_095_027&function=fixId&includeRequisites=1&product=ibm/power/900922A&source=flrt", | Fix central link for more details |
| "RecommendedByIBM": true | Not part of API response |
| }, | |
| "LatestUpdate": { | Latest update for current version |
| "Version": "VL940_098", | Version of Latest update |
| "ReleaseDate": "2022.03.21", | Release date of Latest update version |
| "EoSPSDate": "2022.03.31", | End of support date of Latest update |
| "Download": "http://www.ibm.com/support/fixcentral/quickorder?fixids=01VL940_098_027&function=fixId&includeRequisites=1&product=ibm/power/900922A&source=flrt" | Fix central link for more details |
| }, | |
| "RecommendedUpgrade": { | Recommended upgrade info by FLRT |
| "Version": "VL950_175", | Version of recommended upgrade |
| "ReleaseDate": "2024.12.19", | Release date of recommended upgrade version |
| "EoSPSDate": "2025.10.01", | End of support date of recommended version |
| "Download": "http://www.ibm.com/support/fixcentral/quickorder?fixids=01VL950_175_045&function=fixId&includeRequisites=1&product=ibm/power/900922A&source=flrt", | Fix central link for more details |
| "RecommendedByIBM": true | Not part of API response |
| }, | |
| "LatestUpgrade": { | Latest upgrade info |
| "Version": "VL950_175", | Version of Latest upgrade |
| "ReleaseDate": "2024.12.19", | Release date of Latest upgrade version |
| "EoSPSDate": "2025.10.01", | End of support date of Latest upgrade version |
| "Download": "http://www.ibm.com/support/fixcentral/quickorder?fixids=01VL950_175_045&function=fixId&includeRequisites=1&product=ibm/power/900922A&source=flrt" | Fix central link for more details |
| }, | |
| "LatestRelease": { | Latest release info |
| "Version": "VL950_175", | Version of Latest release |
| "ReleaseDate": "2024.12.19", | Release date of Latest release version |
| "EoSPSDate": "2025.10.01", | End of support date of Latest release version |
| "Download": "http://www.ibm.com/support/fixcentral/quickorder?fixids=01VL950_175_045&function=fixId&includeRequisites=1&product=ibm/power/900922A&source=flrt" | Fix central link for more details |
| } | |
| } | |
| ], |
Comments
0 comments
Please sign in to leave a comment.