Software Secure Workload
Activity Configure

Get Specific Policy Template

This endpoint returns an instance of policy templates.

GET /openapi/v1/application_templates/{template_id}

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 policy template object with the specified ID.

Sample python code


  template_id = '<template-id>'
  restclient.get('/application_templates/%s' % template_id)