GetFreePhysicalVolumes_Cluster Job

The GetFreePhysicalVolumes_Cluster job returns the free physical volumes that can be added to the cluster.

Resource
/rest/api/uom/Cluster/{Cluster_UUID}/do/GetFreePhysicalVolumes
Since: Version 1_3_0
Request

This job does not need any job parameters.

Response
This job returns the PhysicalVolumeCollection that contains the free physical volumes that can be added to the cluster on which it was queried. It also returns valid job status values such as Complete_Ok and Failed_Before_Complete.
Table 1. Response parameters
Response parameters Description
result PhysicalVolumeCollection that contains free physical volumes that can be added to the cluster.
Sample Job Request(s)
 

<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_3_0">

    <Metadata>

        <Atom/>

    </Metadata>

    <RequestedOperation kb="CUR" kxe="false" schemaVersion="V1_3_0">

        <Metadata>

            <Atom/>

        </Metadata>

        <OperationName kb="ROR" kxe="false">GetFreePhysicalVolumes</OperationName>

        <GroupName kb="ROR" kxe="false">VirtualIOServer</GroupName>

    </RequestedOperation>

    <JobParameters kxe="false" kb="CUR" schemaVersion="V1_3_0">

        <Metadata>

            <Atom/>

        </Metadata>        

		</JobParameter>

    </JobParameters>

</JobRequest:JobRequest>

				



Last updated: Fri, June 23, 2017