HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In

Patch request to update host objects

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 or uuids 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 the uuids list
    • Note that the use of the update_all query parameter and inclusion of the uuids property in the request object are mutually exclusive features.
Language
Authorization
Header
Click Try It! to start a request and see the response here!