PowervRO icon indicating copy to clipboard operation
PowervRO copied to clipboard

Set-VroConfigurationProperty Question

Open martin9700 opened this issue 7 months ago • 0 comments

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

martin9700 avatar Jun 25 '24 18:06 martin9700