Skip to content

Commit

Permalink
fix api paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmccarron committed Feb 15, 2024
1 parent 62106a6 commit be21e3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/velos_deploying_a_tenant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/velos_software_upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit be21e3f

Please sign in to comment.