diff --git a/docs/initial_setup_of_velos_system_controllers.rst b/docs/initial_setup_of_velos_system_controllers.rst index 244f93b..1376913 100644 --- a/docs/initial_setup_of_velos_system_controllers.rst +++ b/docs/initial_setup_of_velos_system_controllers.rst @@ -505,7 +505,7 @@ 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. @@ -513,6 +513,8 @@ To set the DNS configuration for the system controllers, use the following API c 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 { @@ -553,7 +555,7 @@ 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: @@ -561,6 +563,9 @@ To set System Time settings, use the following API call as an example: 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 { @@ -588,8 +593,8 @@ 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: @@ -597,6 +602,9 @@ To set a Remote Logging destination, use the following API call: 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 {