GetInstallationRequestListByName

The GetInstallationRequestListByName method is used to retrieve the list of installation requests for the target computer by using the host name.
cla140
The GetInstallationRequestListByName method is used to retrieve the list of installation requests for the target computer by using the host name.
Parameters
  • xsd:string sessionId
    Specifies the session ID obtained from the DSM web services login.
  • xsd:String OSIMTargetLabel
    Specifies the computer label of the target computer.
Return Values
  • dsm:ArrayOfOSIMTargetInstallationRequestsProperties
    Displays the installation requests for the target computer. The array contains the installation request properties for the target computer:
    • 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