/api/space/config-template-management/job-instances/{job-id}/deploy-template-result

The following operation is supported on this resource:

  • GET - return a list of all template requests of a specific jobId
GET /job-instances/{job-id}/deploy-template-resultVersion 4

return a list of all template requests of a specific jobId.

Sample Usage

GET /job-instances/{job-id}/deploy-template-result


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    job-idIntegerPathJob ID Y
  • Sample Output XML:
    <template-requests total="Integer" uri="/api/space/config-template-management/job-instances/{job-id}/deploy-template-result">
         <template-request
               href="/api/space/config-template-management/template-requests-by-ids/{id}" uri="/api/space/config-template-management/job-instances/{job-id}/deploy-template-result/{id}">
               <id>Integer</id>
               <device-id>Integer</device-id>
               <cr-id>Integer</cr-id>
               <status-name>String</status-name>
               <xml-data>String</xml-data>
               <status>SUCCESS</status>
               <device-name>String</device-name>
               <xml-data-reply>String</xml-data-reply>
               <job-id>Integer</job-id>
               <device-ip>String</device-ip>
         </template-request>
    </template-requests>

  • Sample Output JSON:
    {
       "template-requests": {
          "@total": "Integer",
          "@uri": "/api/space/config-template-management/job-instances/{job-id}/deploy-template-result",
          "template-request": {
             "@href": "/api/space/config-template-management/template-requests-by-ids/{id}",
             "@uri": "/api/space/config-template-management/job-instances/{job-id}/deploy-template-result/{id}",
             "id": "Integer",
             "device-id": "Integer",
             "cr-id": "Integer",
             "status-name": "String",
             "xml-data": "String",
             "status": "SUCCESS",
             "device-name": "String",
             "xml-data-reply": "String",
             "job-id": "Integer",
             "device-ip": "String"
          }
       }
    }

  • Access Control

    The following capabilities are required to access this API: DeployTemplate