PowervRO
PowervRO copied to clipboard
Set-VroConfigurationProperty Question
Question for the community, has anyone had any success changing the value of a Configuration element? I have the endpoint and trying various JSON body's but always getting the same--very unhelpful--error message.
Basically a bunch of HTML and a 400 Bad Request.
URI: /vco/api/configurations/36b67b86-8c56-47f2-bad8-xxxxxxxxxx Body:
{
"attributes": [
{
"value": [
{
"elements": [
"MLPTest1"
]
}
],
"name": "var_0"
}
]
}
Anyway, was curious if anyone had any success doing this and what their Body looked like. Thanks