Number of APIs: 6
POST https://{{host}}/etp-config/v3/configs/:configId/policies
Creates a new policy.
GET https://{{host}}/etp-config/v3/configs/:configId/policies
Returns a list of all policies.
3. Get a policy
GET https://{{host}}/etp-config/v3/configs/:configId/policies/:policyId
Returns the details of a policy.
PUT https://{{host}}/etp-config/v3/configs/:configId/policies/:policyId
Modifies the specified policy.
DELETE https://{{host}}/etp-config/v3/configs/:configId/policies/:policyId
Deletes the specified policy.
GET https://{{host}}/etp-config/v3/configs/:configId/policy-metadata
Returns the policy metadata details.
ENDPOINTS