Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The health of those PDP's will be updated constantly by the PAP in order to alert ops teams monitoring policy, and to ensure the Policy Lifecycle API can create policies in those domains.


Code Block
http:{url}:{port}/pap/v1/pdps GET


{
	"pdps": [
		{
			"type": "xacml",
			"url": "http:{url}:{port}/decision/v1/",
			"domains": [
				{
					"domain": "onap.monitoring",
					"id": "dublin.monitoring.base",
					"description": "This is the base domain that is used to help generate monitoring domains for specific DCAE microservice models.\n",
					"version": 1
				},
				{
					"domain": "onap.policy.monitoring.cdap.tca.hi.lo.app",
					"id": "dublin.tca",
					"description": null,
					"version": 1
				}
			]
		},
		{
			"type": "xacml",
			"url": "http:{url}:{port}/decision/v1/",
			"domains": [
				{
					"domain": "onap.controlloop.guard",
					"id": "dublin.guard",
					"description": "This is the XACML based guard policy domain that supports frequency limiter, blacklist/whitelist and min/max guard policies.\n",
					"version": 1
				},
				{
					"domain": "onap.controlloop.coordination",
					"id": "dublin.coordination",
					"description": "This is the XACML based guard policy domain that supports frequency limiter, blacklist/whitelist and min/max guard policies.\n",
					"version": 1
				}
			]
		},
		{
			"type": "drools",
			"url": null,
			"domains": [
				{
					"domain": "onap.controlloop.operational",
					"id": "dublin.operational.drools",
					"description": "This is the operational policy domain that support action policies for control loops that are supported by the Drools PDP engine.\n",
					"version": 1
				}
			]
		},
		{
			"type": "apex",
			"url": null,
			"domains": [
				{
					"domain": "onap.controlloop.operational",
					"id": "dublin.operational.apex",
					"description": "This is the operational policy domain that support action policies for control loops that are supported by the Apex PDP engine.\n",
					"version": 1
				}
			]
		}
	]
}






Policy Lifecycle API - Domain query

...