POST /api/provisioning_templates/import { "provisioning_template": { "name": "provisioning_template110", "template": "<%#\nsnippet: true\n-%>\nbbbb" } } 201 { "template": "<%#\nsnippet: true\n-%>\nbbbb", "name": "provisioning_template110", "id": 1007981707, "snippet": true, "description": null, "template_kind_id": null, "created_at": "2019-11-07T08:44:14.418Z", "updated_at": "2019-11-07T08:44:14.439Z", "locked": false, "default": false, "vendor": null, "os_family": null }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
provisioning_template required |
Validations:
|
provisioning_template[name] optional |
template name Validations:
|
provisioning_template[template] optional |
template contents including metadata Validations:
|
provisioning_template[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
provisioning_template[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|
options optional |
Validations:
|
options[force] optional , nil allowed |
use if you want update locked templates Validations:
|
options[associate] optional , nil allowed |
determines when the template should associate objects based on metadata, new means only when new template is being created, always means both for new and existing template which is only being updated, never ignores metadata Validations:
|
options[lock] optional , nil allowed |
lock imported templates (false by default) Validations:
|
options[default] optional , nil allowed |
makes the template default meaning it will be automatically associated with newly created organizations and locations (false by default) Validations:
|