ListVIOSImages_ManagementConsole Job

You can use the ListVIOSImages job to list the VIOS images that are saved in the Hardware Management Console (HMC).

Resource

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

Request

None

Response

Table 1. Response Parameters
Response parameter Description
VIOSImages An array that contains JSON objects with the following attributes:
  • Name: Name of the VIOS installation image.
  • Size: Size of the VIOS image.
  • Files: Files of the update.

Sample Job Request

 <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">ListVIOSImages</OperationName>
        <GroupName kb="ROR" kxe="false">ManagementConsole</GroupName>
    </RequestedOperation>
    <JobParameters kb="CUR" kxe="false" schemaVersion="V1_1_0">
        <Metadata>
            <Atom/>
        </Metadata>
    </JobParameters>
</JobRequest:JobRequest>