Finalize Constraint Template

Finalize Constraint Template

Finalize a draft constraintTemplate

Request
URI
POST
https://{api_host}/telco/api/securityPolicy/constraintTemplates/{id}/finalize
COPY
Path Parameters
string
id
Required

The id of the Constraint Template


Responses
200

The Constraint Template

Returns ConstraintTemplateResponse of type(s) application/json
This response body class contains all of the following: InlineConstraintTemplateResponse0 , InlineConstraintTemplateResponse1
"ConstraintTemplateResponse Object"

401
Returns Unauthorized of type(s) application/json
Operation doesn't return any data structure

403
Returns Forbidden of type(s) application/json
Operation doesn't return any data structure

404
Returns NotFound of type(s) application/json
Operation doesn't return any data structure

409
Returns Conflict of type(s) application/json
Operation doesn't return any data structure

500
Returns InternalServerError of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/telco/api/securityPolicy/constraintTemplates/{id}/finalize