Skip to main content
Returns a single node by name.
GET /api/v1/nodes/{name}

Path parameters

name
string
required
The unique name of the node.

Response

Returns a Node object.
apiVersion
string
required
Always "caravanserai/v1".
kind
string
required
Always "Node".
metadata
object
required
spec
object
Administrator-declared configuration of the node.
status
object
Runtime state reported by the agent and computed by the controller manager.

Examples

curl http://localhost:8080/api/v1/nodes/worker-01