cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrading Firmware using REST API

Upgrading Firmware using REST API

Exitium
New Contributor

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?

0 REPLIES 0
GTM-P2G8KFN