Configuration Template Management API

/api/space/config-template-management/config-templates/{id}/exec-deploy (v1)

The following operations are supported on this resource:

  • POST - Deploys a configuration template to a device or a list of devices

POST /api/space/config-template-management/config-templates/{id}/exec-deploy (v1, expires: Oct 04, 2014)


This API deploys a configuration template to a device or a list of devices.

Access Control

The following capabilities are required to access this API:
"DeployTemplate"


Example Usage

Since this API makes an asynchronous method call, the user can optionally specify a queue parameter.

POST /api/space/config-template-management/config-templates/{id}/exec-deploy?queue-url=<queue-url>&schedule=<schedule>

Note: It is assumed that the queue denoted by <queue-url> has, already, been created.



Parameters

NameTypeURI TypeDescriptionRequired
idIntegerPathThe ID of the configuration template to deploy. Y
queue-urlURLQueryA fully qualified queue URL, where job progress notifications will be sent (See Asynchronous API Usage)N
schedulecron-like-expressionQuerySchedule this API in the future, by specifying a cron-like-expression (See Job Scheduling)N

Content Types


    For the current version of this API, refer to :
  • version 2