mirror of
https://github.com/pterodactyl/documentation.git
synced 2026-05-31 23:42:26 -05:00
42 lines
1.3 KiB
Plaintext
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"}]} /> |