Apply an update to multiple nodes at once
Apply the same updates to multiple nodes in a simulation at once. Note: `simulation` and `node_ids` are fields in the payload.
If you need to update the `pos_x` or `pos_y` fields of multiple nodes at once, please use the UI `update-graph` endpoint instead.
**Required scope:** `air:simulation_edit` (roles: `air_org_admin`, `air_user`)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
simulation
The simulation the nodes belong to; this is required.
node_ids
The ids of the nodes to update; this is required.
image
The image representing the operating system of the node.
memory
RAM, in MiB.
storage
Disk space, in GB.
cpu
Number of CPU cores.
console_username
The username used when signing into a node using the Web UI console.
console_password
The password used when signing into a node using the Web UI console as well as the VNC console.
labels
Labels which can be specified on the node. Fields not specified in the payload schema will be completely ignored. If updating, the data provided will completely replace existing labels: attempting to PATCH specific labels will delete the other labels.
Response
No response body
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error