REST Resources

/api/space/device-management/job-instances/{job-id}/acknowledge-fingerprint-job-results

The following operation is supported on this resource:

  • GET - Get Acknowledge Fingerprint Job Results
GET /job-instances/{job-id}/acknowledge-fingerprint-job-resultsVersion 3

Get Acknowledge Fingerprint Job Results.

Sample Usage

GET /job-instances/{job-id}/acknowledge-fingerprint-job-results


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    job-idIntegerPathJob ID Y
  • Sample Output XML:
    <acknowledge-fingerprint-job-results total="1" >
         <acknowledge-device-fingerprint-job-result>
               <id>2788332</id>
               <device-name>EX_Device</device-name>
               <status>Inprogress</status>
               <description>Job is inprogress. Job result will be available once the job is completed.</description>
               <device-address>192.168.27.72</device-address>
               <job-instance-id>0</job-instance-id>
         </acknowledge-device-fingerprint-job-result>
    </acknowledge-fingerprint-job-results>

  • Sample Output JSON:
    {
       "acknowledge-fingerprint-job-results" : {
         "@total" : "1" ,
         "acknowledge-device-fingerprint-job-result" : {
           "id" : 2788332 ,
           "device-name" : "EX_Device" ,
           "status" : "Inprogress" ,
           "description" : "Job is inprogress. Job result will be available once the job is completed." ,
           "device-address" : "192.168.27.72",
           "job-instance-id" : 0
         }
       }
    }

  • Access Control

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