GetOSImages

TheGetOSImages method retrieves the properties of the OS images from OpenOSImageList.
cla140
TheGetOSImages method retrieves the properties of the OS images from OpenOSImageList.
Parameters
  • xsd:string sessionId
    Specifies the session id obtained from the login to the web service.
  • xsd:long listHandle
    Specifies the numeric handle to a list as returned by a previous call to OpenOSImageList.
  • xsd:long noOfImages 
    Specifies the total number of OS images to fetch from the list. This must be less than or equal to the total number in the list as returned by a previous call to OpenOSImageList
Return Values
  • dsm:ArrayOfOSImageProperties 
    Displays the list of the open OS images.
Remarks
None