Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmccarron committed Dec 15, 2023
2 parents 0b3b234 + fa96f60 commit f82ed1f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/automating_rseries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you want to see what API functions are available you can view the API referen

The API workflows section has an index which maps to all the common API workflow examples in the rSeries planning guide. In addtion, there is an accompanying Postman collection which can be downloaded and used within your own environment if you want to become familiar with the F5OS API.

`F5 rSeries API Workflows <https://clouddocs.f5.com/api/rseries-api/rseries-api-workflows.html>`_
`F5 rSeries API Workflows <https://clouddocs.f5.com/training/community/rseries-training/html/rseries_api_workflows.html>`_

Below is a smaple of some of the workflows available in the link above, and there are many more.

Expand Down
4 changes: 2 additions & 2 deletions docs/initial_setup_of_rseries_platform_layer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1471,12 +1471,12 @@ You'll get the following confirmation that the license has been installed succes
Automatic Licensing via API
===========================
You can very easily apply a license automatically with the following API call. This assumes the VELOS system controllers are on the network, have internet access and DNS has been configured. This will allow the system to resolve the domain name for the F5 licensing server to apply the license.
You can very easily apply a license automatically with the following API call. This assumes the rSeries appliance is on the network, has Internet access and DNS has been configured. This will allow the system to resolve the domain name for the F5 licensing server to apply the license.
.. code-block:: bash
POST https://{{velos_chassis1_system_controller_ip}}:8888/restconf/data/openconfig-system:system/f5-system-licensing:licensing/f5-system-licensing-install:install
POST https://{{rseries_appliance1_ip}}:8888/restconf/data/openconfig-system:system/f5-system-licensing:licensing/f5-system-licensing-install:install
In the body of the API call add your Base Registration Key:
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A major difference between rSeries and iSeries is the introduction of a new Kube
rSeries continues to provide hardware acceleration and offload capabilities in a similar way that iSeries does, however, more modern Field Programmable Gate Arrays (FPGA's), CPU, and crypto offload capabilities have been introduced. The new F5OS platform layer allows rSeries to run different types of tenants within the same appliance. As an example, rSeries will be able to run:

• Existing TMOS/BIG-IP tenants (specific software releases)
Future support for next-generation BIG-IP (BIG-IP Next)
Support for next-generation BIG-IP (BIG-IP Next) tenants
• Future possibility of running approved 3rd party tenants


Expand Down
2 changes: 2 additions & 0 deletions docs/monitoring_rseries_health_status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18168,6 +18168,8 @@ You can filter the above output in many ways. Below is an example of how to only

GET https://{{rseries_appliance1_ip}}:8888/restconf/data/openconfig-system:system/f5-system-health:health/f5-system-health:components/f5-system-health:component=lcd

.. code-block:: bash

GET https://{{rseries_appliance1_ip}}:8888/restconf/data/openconfig-system:system/f5-system-health:health/f5-system-health:components/f5-system-health:component=psu-1

To get a further summarized high level system health status that is easier to consume:
Expand Down
2 changes: 1 addition & 1 deletion docs/rseries_monitoring_snmp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2368,7 +2368,7 @@ You can download various logs from the F5OS layer using the F5OS API. To list th
In the body of the API call, add the virtual path you want to list.

.. code-block:: json
.. code-block:: json
{
"f5-utils-file-transfer:path": "log/system/"
Expand Down

0 comments on commit f82ed1f

Please sign in to comment.