03-17-2021 12:26 AM
Has anyone attempted to upgrade a VDX 6740 via its REST API? i am having the following issue:
This is the XML body for doing the POST
<firmware-download>
<scp>
<user>user</user>
<password>password</password>
<host>192.168.1.10</host>
<directory>/var/ftp/firmware/nos/nos7.2.0f</directory>
<use-vrf>mgmt-vrf</use-vrf>
</scp>
<rbridge-id>2</rbridge-id>
<auto-activate/>
</firmware-download>
here is the url: https://vdx-1/rest/operational-state/firmware-download
The error that i get back is
'use-vrf' cannot occur here as a child to scp.
I need to specify the vrf, otherwise it cannot reach the SCP server.
Any thoughts?