/api/space/config-template-management/config-template-definitions/{id}/configuration
The following operations are supported on this resource:
- GET - Gets an XML configuration document
GET /api/space/config-template-management/config-template-definitions/{id}/configuration (v1)
This API gets the XML configuration document associated with a specified configuration template definition.
Access Control
The following capabilities are required to access this API:
"AddDeployedDevices"
Example Usage
GET /api/space/config-template-management/config-template-definitions/{id}/configurationParameters
Name | Type | URI Type | Description | Required |
id | Integer | Path | The ID of the configuration template definition. | Y |
Content Types
-
Produces content types:
application/vnd.net.juniper.space.config-template-management.configuration+xml;version=1;q=0.01
application/vnd.net.juniper.space.config-template-management.configuration+json;version=1;q=0.01 -
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>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"
}
}