mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-27 08:12:32 +00:00
1.4 KiB
1.4 KiB
/v2/computes/{compute_id}/ports
GET /v2/computes/{compute_id}/ports
Get ports used by a compute
Parameters
- compute_id: Compute UUID
Response status codes
- 200: Ports information returned
Output
Name | Mandatory | Type | Description |
---|---|---|---|
console_port_range | array | Console port range | |
console_ports | array | Console ports used by the compute | |
udp_port_range | array | UDP port range | |
udp_ports | array | UDP ports used by the compute |