cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
269
Views
0
Helpful
0
Replies

Unable to update a specific object in BD using Nexus dashboard API put

KaranSharma1
Level 1
Level 1

data = {'op':'replace',
"path": "/schemas/{Schema id}/templates/UAT-SDC/bds/Backup1_BD",
'value':{
'unicastRouting': False,
'arpFlood': False
}
}

response = requests.put(url="https://{ip}/mso/api/v1", headers=headers, json=data, cookies=cookies, verify= False)
json_load = json.loads(response.text)
print(json_load)

 

Response received:- 
{'status': 404, 'message': 'No API found with those values.'}

 

 

0 Replies 0