summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/pm-subscription-handler/administration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/services/pm-subscription-handler/administration.rst')
-rw-r--r--docs/sections/services/pm-subscription-handler/administration.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/sections/services/pm-subscription-handler/administration.rst b/docs/sections/services/pm-subscription-handler/administration.rst
new file mode 100644
index 00000000..0cac381e
--- /dev/null
+++ b/docs/sections/services/pm-subscription-handler/administration.rst
@@ -0,0 +1,25 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+Administration
+==============
+PMSH has a healthcheck functionality. One can also check the liveliness of the service.
+
+Updating a Subscription
+"""""""""""""""""""""""
+Current functionality does not support updating an active (UNLOCKED) subscription at runtime.
+To update a subscription:
+
+- transition the administrativeState from UNLOCKED to LOCKED
+
+This will attempt to remove any active/running subscriptions from the relevant NFs and set the administrativeState to "LOCKING".
+Monitor the administrativeState via the /subscriptions api endpoint until it has fully LOCKED.
+
+- update the relevant fields of the subscription object
+
+See :ref:`Subscription configuration<Subscription>` for details.
+All subscription fields except the subscriptionName can be updated.
+
+- transition the administrativeState from LOCKED to UNLOCKED
+
+This will attempt to create the updated subscription on the relevant NFs. \ No newline at end of file