api.node.sysinfo
¶
/node/(hostname)/sysinfo¶
-
api.node.sysinfo.views.
node_sysinfo
(*args, **kwargs)¶ Updates (
PUT
) compute node’s system information by running the esysinfo command on the compute node.-
PUT
/node/
(hostname)/sysinfo
¶ DC-bound?: Permissions: Asynchronous?: Parameters: - hostname (string) – required - Node hostname
Status Codes: - 200 OK – SUCCESS
- 201 Created – PENDING
- 400 Bad Request – FAILURE
- 403 Forbidden – Forbidden
- 404 Not Found – Node not found
- 423 Locked – Node not operational
-