REST Resources

/api/space/device-management/job-instances/{job-id}/rsa-key-transfer-job-results

The following operation is supported on this resource:

  • GET - Get the RSAKey Transfer Results
GET /job-instances/{job-id}/rsa-key-transfer-job-resultsVersion 3

Get the RSAKey Transfer Results.

Sample Usage

GET /job-instances/{job-id}/rsa-key-transfer-job-results


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    job-idIntegerPathJob ID Y
  • Sample Output XML:
    <rsa-key-transfer-job-results total="1" uri="/api/space/device-management/job-instances/950329/rsa-key-transfer-job-results">
         <rsa-key-transfer-job-result>
               <id>950329</id>
               <space-user-name>root</space-user-name>
               <status>Failure</status>
               <description>Key transfer failed due to Transaction rolled back</description>
               <host-name>SRX_Device</host-name>
               <device-address>192.168.2.2</device-address>
               <job-instance-id>0</job-instance-id>
         </rsa-key-transfer-job-result>
    </rsa-key-transfer-job-results>

  • Sample Output JSON:
    {
       "rsa-key-transfer-job-results" : {
         "@total" : "1" ,
         "@uri" : "/api/space/device-management/job-instances/950329/rsa-key-transfer-job-results" ,
         "rsa-key-transfer-job-result" : {
           "id" : 2916355 ,
           "space-user-name" : "root" ,
           "status" : "Failure" ,
           "description" : "Key transfer failed due to Transaction rolled back" ,
           "host-name" : "SRX_Device" ,
           "device-address" : "192.168.2.2" ,
           "job-instance-id" : "0"
         }
       }
    }

  • Access Control

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