Configuration Clone Enterprise Template
Creates a new enterprise configuration from the enterprise default configuration. On success, returns the id
of the newly created configuration object.
Privileges required:
CREATE
ENTERPRISE_PROFILE
, or
CREATE
OPERATOR_PROFILE
{
"enterpriseId": 0,
"configurationType": "string",
"name": "string",
"description": "string"
}
Required if called from the operator or MSP context, identifies the target enterprise of the API call.
If both network and segment based functionality is granted to the enterprise, chose which template type to clone. If not specified the type of the operator profile assigned to the enterprise will be used.
name
description
Request was successfully processed
{
"id": 0
}
The ID of the newly cloned configuration
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/configuration/cloneEnterpriseTemplate