REST Resources

/api/space/device-management/job-instances/{job-id}/resync-devices-job-results

The following operation is supported on this resource:

  • GET - Get Resync Devices Job Results
GET /job-instances/{job-id}/resync-devices-job-resultsVersion 3

Get Resync Devices Job Results.

Sample Usage

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


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    job-idIntegerPathJob ID Y
  • Sample Output XML:
    <resync-devices-job-results total="1" uri="/api/space/device-management/job-instances/950317/resync-devices-job-results">
         <resync-device-job-result>
               <id>950317</id>
               <job-id>0</job-id>
               <resync-type>MANNUAL</resync-type>
               <resync-fail-reason>Device resynchronized successfully</resync-fail-reason>
               <device
                   href="/api/space/managed-domain/devices-require-polling/2228241">
                   <id>2228241</id>
                   <name>Device_Require_Polling</name>
               </device>
               <hostname>EX_device</hostname>
               <device-id>2228241</device-id>
               <resync-device-status>SUCCESS</resync-device-status>
               <ip>192.168.1.1</ip>
         </resync-device-job-result>
    </resync-devices-job-results>

  • Sample Output JSON:
    {
       "resync-devices-job-results" : {
         "@total" : "1" ,
         "@uri" : "/api/space/device-management/job-instances/688194/resync-devices-job-results" ,
         "resync-device-job-result" : {
           "id" : 2326714 ,
           "job-id" : "0" ,
           "resync-type" : "MANNUAL" ,
           "resync-fail-reason" : "Device resynchronized successfully" ,
           "device" : {
             "@href" : "/api/space/managed-domain/devices-require-polling/2228241" ,
             "id" : "2228241" ,
             "name" : "Device_Require_Polling"
           } ,
           "hostname" : "EX_device" ,
           "device-id" : 2228241 ,
           "resync-device-status" : "SUCCESS" ,
           "ip" : "192.168.1.1"
         }
       }
    }

  • Access Control

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