From be21e3f96c3629953e12878f99b5fd99691196b9 Mon Sep 17 00:00:00 2001 From: Jim McCarron Date: Thu, 15 Feb 2024 18:11:32 -0500 Subject: [PATCH] fix api paths --- docs/velos_deploying_a_tenant.rst | 2 +- docs/velos_software_upgrades.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/velos_deploying_a_tenant.rst b/docs/velos_deploying_a_tenant.rst index d110a00..8c27a29 100644 --- a/docs/velos_deploying_a_tenant.rst +++ b/docs/velos_deploying_a_tenant.rst @@ -489,7 +489,7 @@ Once the upload-id is captured, you can then initiate a file upload of the F5OS .. code-block:: bash - POST https://{{rseries_appliance1_ip}}:8888/restconf/data/openconfig-system:system/f5-image-upload:image/upload-image + POST https://{{velos_chassis1_chassis_partition1_ip}}:8888/restconf/data/openconfig-system:system/f5-image-upload:image/upload-image In the body of the API call select **form-data**, and then in the **Value** section click **Select Files** and select the F5OS tenant image you want to upload as seen in the example below. diff --git a/docs/velos_software_upgrades.rst b/docs/velos_software_upgrades.rst index df93199..14a8418 100644 --- a/docs/velos_software_upgrades.rst +++ b/docs/velos_software_upgrades.rst @@ -865,7 +865,7 @@ You can upload an F5OS tenant image from a client machine over the API. First yo .. code-block:: bash - POST https://{{rseries_appliance1_ip}}:8888/restconf/data/f5-utils-file-transfer:file/f5-file-upload-meta-data:upload/start-upload + POST https://{{velos_chassis1_chassis_partition1_ip}}:8888/restconf/data/f5-utils-file-transfer:file/f5-file-upload-meta-data:upload/start-upload In the body of the API call enter the **size**, **name**, and **file-path** as seen in the example below. @@ -894,7 +894,7 @@ Once the upload-id is captured, you can then initiate a file upload of the F5OS .. code-block:: bash - POST https://{{rseries_appliance1_ip}}:8888/restconf/data/openconfig-system:system/f5-image-upload:image/upload-image + POST https://{{velos_chassis1_chassis_partition1_ip}}:8888/restconf/data/openconfig-system:system/f5-image-upload:image/upload-image In the body of the API call select **form-data**, and then in the **Value** section click **Select Files** and select the F5OS tenant image you want to upload as seen in the example below.