The Configuration Template Manager Service allows a user to create, manage, and deploy configuration templates to a list of devices. Configuration templates are created based on configuration template definitions. XML configurations associated with both templates and definitions are presented as read-only.

Service Root

/api/space/config-template-management

Methods and Collections

collection /config-templates
collection /config-template-definitions
method /export-compare-template-job-results

REST Resources

The following APIs support asynchronous method calls. You can create a queue and use the queue in the queue parameter which is optional. For further details, see the following:

  • /config-templates/{id}/exec-audit POST

  • /config-templates/{id}/exec-deploy POST

  • /config-templates/{id}/exec-undeploy POST

  • /config-templates/{id}/versions/{template-version}/exec-auditTemplate POST

  • /config-templates/{id}/versions/{template-version}/exec-compareConfig POST

  • /config-templates/{id}/versions/{template-ver}/exec-deploy POST


  • For receiving asynchronous responses on a queue URL, see the following links:

  • Asynchronous API Usage.


  • For more information about job scheduling, see the following links:

  • Job Scheduling.