This API is used to retrieve a list of Policy Groups from the server, along with details including title
, description
, id
, otype
, ts_created
, url
, policies_count
and stewards
. Add the id
parameter to only retrieve details of a specific Policy Group.
xxxxxxxxxx
curl --request GET \
--url 'https://alation_domain/integration/v1/policy_group/?limit=100&skip=0' \
--header 'accept: application/json'