list_allocations
Retrieve port allocations for a Pterodactyl node to view IP addresses, ports, aliases, and server assignments. Use after identifying the node ID with list_nodes.
Instructions
List all port allocations for a node (admin action). Shows IP, port, alias, and which server is using each allocation. Use list_nodes to find the node_id first. Requires Application API key.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID to list allocations for (from list_nodes) | |
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Items per page (default: 50, max: 100) |