From f90bf9df87593e4b3ffa6cec3699a92544adf977 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 13 Oct 2020 14:42:43 -0400 Subject: [PATCH] Document "desiredInstanceCount" in PAP API Issue-ID: POLICY-2728 Change-Id: I0d22431e20fc21569a1e47f7f4dfb96d4293cf48 Signed-off-by: Jim Hahn --- docs/pap/pap.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pap/pap.rst b/docs/pap/pap.rst index b2c98ef5..288a72a1 100644 --- a/docs/pap/pap.rst +++ b/docs/pap/pap.rst @@ -227,6 +227,12 @@ request will be ignored. This can also be used to update a PDP Group, but supported policy types cannot be updated during the update operation. So, "policies" and "supportedPolicyTypes" properties in the request will be ignored if provided during the PDP Group update operation. +The "desiredInstanceCount" specifies the minimum number of PDPs of the given +type that should be registered with PAP. Currently, this is just used for +health check purposes; if the number of PDPs registered with PAP drops below +the given value, then PAP will return an "unhealthy" indicator if a +"Consolidated Health Check" is performed. + .. note:: If a subgroup is to be deleted from a PDP Group, then the policies must be removed from the subgroup first. -- 2.16.6