Files
documentation/content/docs/api/application-nodes/get-node-details.mdx

42 lines
1.3 KiB
Plaintext

---
title: Node details
full: true
_openapi:
method: GET
toc: []
structuredData:
headings: []
contents:
- content: >-
Retrieves the specified node
## Available include parameters
| Parameter | Description
|
|-------------|--------------------------------------------------------|
| allocations | List of allocations added to the node
|
| location | Information about the location the node is assigned to
|
| servers | List of servers on the node
|
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Retrieves the specified node
## Available include parameters
| Parameter | Description |
|-------------|--------------------------------------------------------|
| allocations | List of allocations added to the node |
| location | Information about the location the node is assigned to |
| servers | List of servers on the node |
<APIPage document={"./openapi.json"} operations={[{"path":"/api/application/nodes/{node}","method":"get"}]} />