Download a Policy Template
This endpoint downloads a policy template.
GET /openapi/v1/application_templates/{template_id}/download
Parameters: The request URL contains the following parameters
Name |
Type |
Description |
---|---|---|
template_id |
string |
The unique identifier for the policy template. |
Response object: Returns the full policy template definition with the specified ID.
Sample python code
template_id = '<template-id>'
restclient.get('/application_templates/%s/download' % template_id)