Skip to content

Commit

Permalink
api workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmccarron committed Nov 27, 2024
1 parent ab61810 commit 1b25eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 51 deletions.
8 changes: 3 additions & 5 deletions docs/rseries_api_workflows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,11 @@ Securing / Hardening F5OS on rSeries

`Adding Allow List Entries via API <https://clouddocs.f5.com/training/community/rseries-training/html/rseries_security.html#adding-allow-list-entries-via-api>`_

`AManaging Device Certificates, Keys, CSRs, and CAs via API <https://clouddocs.f5.com/training/community/rseries-training/html/rseries_security.html#managing-device-certificates-keys-csrs-and-cas-via-api>`_
`Managing Device Certificates, Keys, CSRs, and CAs via API <https://clouddocs.f5.com/training/community/rseries-training/html/rseries_security.html#managing-device-certificates-keys-csrs-and-cas-via-api>`_

`Enabling Appliance Mode via the API <https://clouddocs.f5.com/training/community/rseries-training/html/rseries_security.html#enabling-appliance-mode-via-the-api>`_
`Enabling F5OS Appliance Mode via the API <hhttps://clouddocs.f5.com/training/community/rseries-training/html/rseries_security.html#enabling-f5os-appliance-mode-via-the-api>`_

`Enabling F5OS Appliance Mode via the API <https://clouddocs.f5.com/training/community/rseries-training/html/rseries_security.html#enabling-f5os-appliance-mode-via-the-api>`_

`Enabling BIG-IP Tenant Appliance Mode via the API <https://clouddocs.f5.com/training/community/rseries-training/html/rseries_security.html#enabling-big-ip-appliance-mode-via-the-api>`_
`Enabling BIG-IP Tenant Appliance Mode via the API <https://clouddocs.f5.com/training/community/rseries-training/html/rseries_security.html#enabling-big-ip-tenant-appliance-mode-via-the-api>`_

`Validating Tenant Status via API <https://clouddocs.f5.com/training/community/rseries-training/html/rseries_security.html#validating-tenant-status-via-api>`_

Expand Down
46 changes: 0 additions & 46 deletions docs/rseries_monitoring_snmp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3306,52 +3306,6 @@ Query the following SNMP OID to get detailed tenant status.
prompt%
Tenant Sub Modules Table
-----------------------------

Query the following SNMP OID to get detailed tenant status.

**F5-OS-TENANT-MIB:tenantSubModulesStateTable OID: 1.3.6.1.4.1.12276.1.5.1.9.1**

.. code-block:: bash
prompt% snmptable -v 2c -c public -m ALL 10.255.2.40 F5-OS-TENANT-MIB:tenantSubModulesStateTable
Tenant Sub Modules VLAN Table
-----------------------------

Query the following SNMP OID to get detailed tenant status.

**F5-OS-TENANT-MIB:tenantSubModuleVlansStateTable OID: 1.3.6.1.4.1.12276.1.5.1.10.1**

.. code-block:: bash
prompt% snmptable -v 2c -c public -m ALL 10.255.2.40 F5-OS-TENANT-MIB:tenantSubModuleVlansStateTable
Tenant Sub Modules Hugepage Table
-----------------------------

Query the following SNMP OID to get detailed tenant status.

**F5-OS-TENANT-MIB:tenantSubModuleHugepagesStateTable OID: 1.3.6.1.4.1.12276.1.5.1.11.1**

.. code-block:: bash
prompt% snmptable -v 2c -c public -m ALL 10.255.2.40 F5-OS-TENANT-MIB:tenantSubModuleHugepagesStateTable
Tenant Upgrade Events Table
-----------------------------

Query the following SNMP OID to get detailed tenant status.

**F5-OS-TENANT-MIB:tenantUpgradeEventsStateTable OID: 1.3.6.1.4.1.12276.1.5.1.12.1**

.. code-block:: bash
prompt% snmptable -v 2c -c public -m ALL 10.255.2.40 F5-OS-TENANT-MIB:tenantUpgradeEventsStateTable
Troubleshooting SNMP
====================
Expand Down

0 comments on commit 1b25eac

Please sign in to comment.