/api/space/config-template-management/config-template-definitions/{def-id}/config-templates/{template-id}

The following operation is supported on this resource:

  • GET - Get a configuration template
GET /config-template-definitions/{def-id}/config-templates/{template-id}Version 1

This API gets a configuration template that is associated with a specified configuration template definition.

Sample Usage

GET /config-template-definitions/{def-id}/config-templates/{template-id}


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    def-idIntegerPathThe ID of the configuration template definition. Y
    template-idIntegerPathThe ID of the configuration template. Y
  • Sample Output XML:
    <config-template
         href="/api/space/config-template-management/config-templates/{id}" uri="/api/space/config-template-management/config-template-definitions/{def-id}/config-templates/{template-id}">
         <domain-id>Integer</domain-id>
         <id>Integer</id>
         <name>String</name>
         <domain-name>String</domain-name>
    </config-template>

  • Sample Output JSON:
    {
       "config-template" : {
         "@href" : "/api/space/config-template-management/config-templates/{id}" ,
         "@uri" : "/api/space/config-template-management/config-template-definitions/{def-id}/config-templates/{template-id}",
         "domain-id" : "Integer" ,
         "id" : "Integer" ,
         "name" : "String" ,
         "domain-name" : "String"
       }
    }

  • Access Control

    The following capabilities are required to access this API: ManageTemplateDef