/api/space/domain-management/job-instances/{job-id}/assign-devices-job-results

The following operation is supported on this resource:

  • GET - Get Assign Job Results
GET /job-instances/{job-id}/assign-devices-job-results Version 3

Get Assign Job Results.

Sample Usage

GET /job-instances/{job-id}/assign-devices-job-results


  • Parameters:
    Name Type URI Type Description Required
    job-id Integer Path Job ID Y
  • Sample Output XML:
    <assign-devices-job-results total="Integer" uri="/api/space/domain-management/job-instances/491524/assign-devices-job-results">
         <assign-devices-job-result>
               <id>1015819</id>
               <assign-device-status>SUCCESS</assign-device-status>
               <hostname>Ex_Device</hostname>
               <assign-description>Device assigned to Domain (Global) successfully.</assign-description>
               <device-id>589838</device-id>
               <ip>192.168.27.72</ip>
         </assign-devices-job-result>
    </assign-devices-job-results>

  • Sample Output JSON:
    {
       "assign-devices-job-results" : {
         "@total" : "1" ,
         "@uri" : "/api/space/domain-management/job-instances/491524/assign-devices-job-results" ,
         "assign-devices-job-result" : {
           "id" : 1015819 ,
           "assign-device-status" : "SUCCESS" ,
           "hostname" : "Ex_Device" ,
           "assign-description" : "Device assigned to Domain (Global) successfully." ,
           "device-id" : 589838 ,
           "ip" : "192.168.27.72"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: AssignDevice2Domain, JobMgr