Template REST Endpoints

Admin/Template
Admin Template related REST API Support
Creates new template with given details for the entire system.
Method: post
Path: /oam/services/rest/ssa/api/v1/template/{name}
Deletes template with specified template name.
Method: delete
Path: /oam/services/rest/ssa/api/v1/template/{name}
Displays template with specified template name.
Method: get
Path: /oam/services/rest/ssa/api/v1/template/{name}
Update an existing Template based on the name of the template.
Method: put
Path: /oam/services/rest/ssa/api/v1/template/{name}