GetInstallationRequestList

The GetInstallationRequestList method is used to request the list of installation requests for the target computer.
cla140
The GetInstallationRequestList method is used to request the list of installation requests for the target computer.
Parameters
  • xsd:string sessionId
    Specifies the session ID obtained from the DSM web services login.
  • xsd:string OSIMTargetMACAddress
    Specifies the MAC address of the target computer.
Return Values
  • dsm:ArrayOfOSIMTargetInstallationRequestsProperties
    Displays the installation requests for the target computer. The array contains the installation request properties, one for each Installation Request:
    • Target name
    • Target UUID
    • Image name
    • Image UUID
    • Boot status
    • Configuration state
    • Date of last status change
    • Activation time
      Activation time is not available for Planned requests.
    The following details are available only for scheduled requests:
    • Wake on LAN required
    • Reboot required
    • Wait for boot server required
    • Wait for images
Remarks
None