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_all
query parameter oruuids
property in the request body object must be provided - If a list of
uuids
are provided in the request body:- The UUIDs must be associated with the hosts
- The matching
patch
in the body will be applied to all hosts whose UUID is in theuuids
list - Note that the use of the
update_all
query parameter and inclusion of theuuids
property in the request object are mutually exclusive features.