Get details of a specific system node
Retrieve the system node's details.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this template node.
Response
id
created
modified
name
image
The image representing the operating system of the node.
simulation
The simulation which owns the template node. If null, the template node will be globally available.
memory
RAM, in MiB.
storage
Disk space, in GB.
cpu
Number of CPU cores.
category
The Air specific category the node belongs to.
- “ - None
SERVER- ServerSWITCH- SwitchOOB_SERVER- OOB Management ServerOOB_SWITCH- OOB Management Switch
labels
Labels associated with the system node.
split_options
A list of possible split options for interfaces for this node
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error