Edit the default provisioning template
Change the default provisioning template in the Manager.
CAUTION:
Protected vault templates and protected mirror templates cannot be set as the
default provisioning template.
Request
Security
| Any | Super User | System Admin | Security Admin | Operator |
|---|---|---|---|---|
| superUser | systemAdmin |
HTTP method
POST /manager/api/{apiResponseType}/1.0/editDefaultProvisioningTemplate.adm HTTP/1.1
Host:{manager.dsnet}
templateId={longNumber}&templateType={vaultTemplate|mirrorTemplate}
Curl method
curl -u {admin}:{password}
-k 'https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/editDefaultProvisioningTemplate.adm'
-d 'templateId={longNumber}&templateType={vaultTemplate|mirrorTemplate}'
Parameters
| Parameter | Type | Usage | Default | Description |
|---|---|---|---|---|
| templateId | Long | Required |
The ID of the vault template which should be the default in the Manager. |
|
| templateType | String | Required |
The type of the template which should be the default in the Manager |
Response
Returns success or failure status.
JSON response example
Default JSON success or failure response that is shown in Default JSON success response and Default JSON failure response.
Parameters
None other than the default response parameters shown in Common response parameters.