Skip to content

Commit

Permalink
fix system settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmccarron committed Jun 6, 2024
1 parent 8832326 commit acf2b15
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/initial_setup_of_velos_system_controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -505,14 +505,16 @@ You must also add some required headers to any API calls sent to F5OS. It is imp
:scale: 70%
Configure System Settings DNS From the API
------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To set the DNS configuration for the system controllers, use the following API call with the headers and auth settings from above. Don't forget to acquire the auth token first, otherwise the API call will fail.
.. code-block:: bash
PATCH https://{{velos_chassis1_system_controller_ip}}:8888/restconf/data/
In the body of the API call add the desired DNS configuration.
.. code-block:: json
{
Expand Down Expand Up @@ -553,14 +555,17 @@ To set the DNS configuration for the system controllers, use the following API c
}
Configure System Settings NTP, Timezone From the API
----------------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To set System Time settings, use the following API call as an example:
.. code-block:: bash
PATCH https://{{velos_chassis1_system_controller_ip}}:8888/restconf/data/
In the body of the API call add the desired NTP & Timezone configuration.
.. code-block:: json
{
Expand Down Expand Up @@ -588,15 +593,18 @@ To set System Time settings, use the following API call as an example:
}
}
Configure System Settings Syslog From the API
----------------------------------------------------
Configure System Settings SYSLOG From the API
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To set a Remote Logging destination, use the following API call:
.. code-block:: bash
PATCH https://{{velos_chassis1_system_controller_ip}}:8888/restconf/data/
In the body of the API call add the desired SYSLOG configuration.
.. code-block:: json
{
Expand Down

0 comments on commit acf2b15

Please sign in to comment.