/api/space/config-template-management/config-template-definitions/{id}/configuration

The following operation is supported on this resource:

  • GET - Get an XML configuration document
GET /config-template-definitions/{id}/configurationVersion 1

This API gets the XML configuration document associated with a specified configuration template definition.

Sample Usage

GET /config-template-definitions/{id}/configuration


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    idIntegerPathThe ID of the configuration template definition. Y
  • Sample Output XML:
    <configuration
        href="/api/space/config-template-management/config-templates/{id}/configuration" uri="/api/space/config-template-management/config-template-definitions/{id}/configuration">
        <data><![CDATA[String]]></data>
    </configuration>

  • Sample Output JSON:
    {
      "configuration" : {
        "@href" : "/api/space/config-template-management/config-templates/{id}/configuration",
        "@uri" : "/api/space/config-template-management/config-template-definitions/{id}/configuration",
        "data" : "String"
      }
    }

  • Access Control

    The following capabilities are required to access this API: ManageTemplateDef