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

Table 1. Roles capable of executing the Edit Default Provisioning Template API method
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

Table 2. Request Parameters for Edit Default Provisioning Template (editDefaultProvisioningTemplate) API method
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