diff --git a/doc/source/dist_cloud/kubernetes/cli-commands-for-dc-alarms-management.rst b/doc/source/dist_cloud/kubernetes/cli-commands-for-dc-alarms-management.rst index f30879545..4618bc00a 100644 --- a/doc/source/dist_cloud/kubernetes/cli-commands-for-dc-alarms-management.rst +++ b/doc/source/dist_cloud/kubernetes/cli-commands-for-dc-alarms-management.rst @@ -66,18 +66,25 @@ You can use the CLI to review alarm summaries for the |prod-dc|. .. code-block:: none - ~(keystone_admin)$ fm --os-region-name subcloud2 --os-auth-url http://192.168.121.2:5000/v3 alarm-summary + ~(keystone_admin)$ fm --os-region-name 829881a8077d4a1f997efd30611cf0ab --os-auth-url https://192.168.121.2:5000/v3 --os-endpoint-type public alarm-summary +-----------------+--------------+--------------+----------+ | Critical Alarms | Major Alarms | Minor Alarms | Warnings | +-----------------+--------------+--------------+----------+ | 0 | 0 | 0 | 0 | +-----------------+--------------+--------------+----------+ + .. note:: + + ``829881a8077d4a1f997efd30611cf0ab`` is the desired subcloud region name + and it can be retrieved by using the :command:`dcmanager subcloud show` + command. ``192.168.121.2`` is the external_oam_floating_address of the + subcloud. + - To list the alarms for a subcloud: .. code-block:: none - ~(keystone_admin)$ fm --os-region-name subcloud2 --os-auth-url http://192.168.121.2:5000/v3 alarm-list + ~(keystone_admin)$ fm --os-region-name 829881a8077d4a1f997efd30611cf0ab --os-auth-url https://192.168.121.2:5000/v3 --os-endpoint-type public alarm-list +----------+--------------------------------------------+-------------------+----------+-------------------+ | Alarm ID | Reason Text | Entity ID | Severity | Time Stamp | +----------+--------------------------------------------+-------------------+----------+-------------------+