/api/space/config-template-management/config-templates/{template-id}/versions/{version-num}/device-associations

The following operation is supported on this resource:

  • GET - Get device associations for template version
GET /config-templates/{template-id}/versions/{version-num}/device-associationsVersion 3

Get device associations for template version.

Sample Usage

GET /config-templates/{template-id}/versions/{version-num}/device-associations


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    template-idIntegerPathThe ID of the configuration template. Y
    version-numIntegerPathThe version number. Y
  • Sample Output XML:
    <device-associations-for-template-versions total="Integer" uri="/api/space/config-template-management/config-templates/{template-id}/versions/{version-num}/device-associations">
         <device-template>
               <platform>String</platform>
               <device-ip>String</device-ip>
               <device-name>String</device-name>
               <id>String</id>
               <template-status>String</template-status>
               <software-release>String</software-release>
               <status>String</status>
               <template-ver>Integer</template-ver>
               <config-status>DEVICE_STATE_AWAIT_1STCONNIM</config-status>
         </device-template>
    </device-associations-for-template-versions>

  • Sample Output JSON:
    {
       "device-associations-for-template-versions" : {
         "@total" : "Integer" ,
         "@uri" : "/api/space/config-template-management/config-templates/{template-id}/versions/{version-num}/device-associations" ,
         "device-template" : {
           "platform" : "String" ,
           "device-ip" : "String" ,
           "device-name" : "String" ,
           "id" : "String" ,
           "template-status" : "String" ,
           "software-release" : "String" ,
           "status" : "String" ,
           "template-ver" : "Integer" ,
           "config-status" : "DEVICE_STATE_AWAIT_1STCONNIM"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: ViewTemplateDeployment