REST Resources

/api/space/device-management/devices/{device-id}/applicable-configlets

The following operation is supported on this resource:

  • GET - Lists the Configlets that are applicable for the Device Family
GET /devices/{device-id}/applicable-configletsVersion 5

Lists the Configlets that are applicable for the Device Family.

Sample Usage

GET /devices/{device-id}/applicable-configlets


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    device-idIntegerPathDevice ID Y
  • Sample Output XML:
    <applicable-configlets total="Integer" uri="/api/space/device-management/devices/{device-id}/applicable-configlets">
         <applicable-configlet
               href="/api/space/configuration-management/cli-configlets/{id}" uri="/api/space/device-management/devices/{device-id}/applicable-configlets">
               <id>Integer</id>
               <name>String</name>
               <category>String</category>
               <device-family>String</device-family>
               <latest-version>String</latest-version>
               <last-modified-by>String</last-modified-by>
               <creation-time>java.util.Date</creation-time>
               <description>String</description>
               <execution-type>String</execution-type>
               <last-updated-time>java.util.Date</last-updated-time>
               <domain-id>Integer</domain-id>
               <domain-name>String</domain-name>
         </applicable-configlet>
    </applicable-configlets>

  • Sample Output JSON:
    {
       "applicable-configlets" : {
         "@total" : "Integer" ,
         "@uri" :
         "/api/space/device-management/devices/{device-id}/applicable-configlets" ,
         "applicable-configlet" : {
           "@href" : "/api/space/configuration-management/cli-configlets/{id}" ,
           "@uri" :
           "/api/space/device-management/devices/{device-id}/applicable-configlets" ,
           "id" : "Integer" ,
           "name" : "String" ,
           "category" : "String" ,
           "device-family" : "String" ,
           "latest-version" : "String" ,
           "last-modified-by" : "String" ,
           "creation-time" : "java.util.Date" ,
           "description" : "String" ,
           "execution-type" : "String" ,
           "last-updated-time" : "java.util.Date" ,
           "domain-id" : "Integer" ,
           "domain-name" : "String"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: ManageCliTemplatesCap