patch https://example.com/api/hosts
Update one or more hosts using JSON patch(es) with their UUIDs.
The following patch operation is supported:
replace
The following patch paths are supported for access ports:
/associated_objects/ilo/uid_indicator/associated_objects/ilo/power_state
Notes:
Patches are applied as follows:
- Either the
update_allquery parameter oruuidsproperty in the request body object must be provided - If a list of
uuidsare provided in the request body:- The UUIDs must be associated with the hosts
- The matching
patchin the body will be applied to all hosts whose UUID is in theuuidslist - Note that the use of the
update_allquery parameter and inclusion of theuuidsproperty in the request object are mutually exclusive features.