summaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/rest/pdpGroup.json
AgeCommit message (Collapse)AuthorFilesLines
2020-08-07Fail component health check if PDP is downRam Krishna Verma1-0/+7
Changing the policy component health check to fail if the required PDP instances are down or not registered with PAP. The check is performed by comparing the "currentInstanceCount" & "desiredInstanceCount" fields of PdpSubGroup. Issue-ID: POLICY-2718 Change-Id: Iad1075d0812f4ef166dfed4f110eff4d9e5f995e Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2019-06-21Adding PdpGroup healthcheck REST API in PAPramverma1-0/+98
Adding PdpGroup healthcheck REST API in PAP to return the health status of all the Pdps registered with this PAP instance. The healthcheck status will be based on the regular heartbeat coming from the pdps. Change-Id: Ia0f1603b513bf62ce1df3058427dc6ccaf179cb3 Issue-ID: POLICY-1770 Signed-off-by: ramverma <ram.krishna.verma@est.tech>