ListManagementConsoleUpdates_ManagementConsole Job

You can use the ListManagementConsoleUpdates job to list the updates that are available from the IBM website.

Resource

/rest/api/uom/ManagementConsole/{UUID}/do/ListManagementConsoleUpdates

Request

None

Response

An array of JSON objects of PTFs with the following attributes:
  • PTFNumber
  • Type
  • PreReq
  • Description
  • Release Date
Table 1. Response parameters
Response parameter Description
NOT_STARTED The parameter validation failed.
RUNNING The job is still running.
FAILED_BEFORE_COMPLETION Failed to get the updates from IBM website.
COMPLETED List the available updates.

Sample Job Requests

Example:
<JobRequest:JobRequest
 xmlns:JobRequest="http://www.ibm.com/xmlns/systems/power/firmware/web/mc/2012_10/"
 xmlns="http://www.ibm.com/xmlns/systems/power/firmware/web/mc/2012_10/"
 xmlns:ns2="http://www.w3.org/XML/1998/namespace/k2" schemaVersion="V1_1_0">
    <Metadata>
        <Atom/>
    </Metadata>
    <RequestedOperation kb="CUR" kxe="false" schemaVersion="V1_1_0">
        <Metadata>
            <Atom/>
        </Metadata>
        <OperationName kb="ROR" kxe="false">ListManagementConsoleUpdates</OperationName>
        <GroupName kb="ROR" kxe="false">ManagementConsole</GroupName>
    </RequestedOperation>
    <JobParameters kb="CUR" kxe="false" schemaVersion="V1_1_0">
        <Metadata>
            <Atom/>
        </Metadata>
    </JobParameters>
</JobRequest:JobRequest>