<div dir="ltr">Hi,<div><br></div><div>Can someone please provide an example request to edit the power management options of a host?</div><div><br></div><div>Ie. the options contained in host[&#39;power_management&#39;][&#39;agents&#39;][&#39;agent&#39;][0][&#39;options&#39;][&#39;option&#39;] and host[&#39;power_management&#39;][&#39;options&#39;][&#39;option&#39;]</div><div><br></div><div>Currently I have:</div><div><br></div><div>&quot;option&quot;: [</div><div>  {</div><div>    &quot;name&quot;: &quot;power_wait&quot;,</div><div>    &quot;value&quot;: &quot;4&quot;</div><div>  },</div><div>  {</div><div>    &quot;name&quot;: &quot;lanplus&quot;,</div><div>    &quot;value&quot;: &quot;&quot;</div><div>  }</div><div>]</div><div><br></div><div>I need to change the value of &quot;lanplus&quot; from nothing to 1 or &quot;on&quot;.</div><div><br></div><div>I have tried replacing the entire host[&#39;power_management&#39;][&#39;options&#39;] set and the host[&#39;power_management&#39;][&#39;agents&#39;] set with PUT requests to the API endpoint for the host, with no change or errors - I just get a 200 OK response with the details of the host as if I had just done a GET request.</div><div><br></div><div><br></div><div>Br.</div><div><br></div><div>Emil</div></div>