aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pap
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-10-13 14:42:43 -0400
committerJim Hahn <jrh3@att.com>2020-10-13 14:43:23 -0400
commitf90bf9df87593e4b3ffa6cec3699a92544adf977 (patch)
treef055cab0c39a066b8432772923876d694976c0dd /docs/pap
parent61cb1efbe843f279027f81070b8175df5c72230d (diff)
Document "desiredInstanceCount" in PAP API
Issue-ID: POLICY-2728 Change-Id: I0d22431e20fc21569a1e47f7f4dfb96d4293cf48 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'docs/pap')
-rw-r--r--docs/pap/pap.rst6
1 files changed, 6 insertions, 0 deletions
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.