OpenOSImageList

The OpenOSImageList method fetches the list of all available OS images.
cla140
The OpenOSImageList method fetches the list of all available OS images.
Parameters
  • xsd:string sessionId
    Specifies the session ID obtained from the DSM web services login.
  • xsd:bool isBootServerNameSupplied
    Specifies if the boot server name is entered.
  • xsd:string bootServerName
    Specifies the name of the boot server.
  • dsm:ArrayOfOSImageFilter
    Specifies the filter on the OS image properties.
  • xsd:bool matchAll
    Specifies the condition on the filter properties.
  • dsm:OSIMAGEPROPERTY sortProperty
    Specifies the OS image property that you want to sort.
  • xsd:bool ascending
    Specifies if the sorting is in ascending order.
Return Values
  • xsd:long OpenListHandle
    Specifies the numeric handle to a list of OS images that can be passed to GetOSImages.
  • xsd:long totalNoOfImages
    Specifies the total number of images in the list returned by the OpenListHandle parameter.