getPortForwardingStatus
Retrieve port forwarding status for a site by rule type: User-configured or UPnP-discovered. Call once with each type to get the complete set of port forwarding rules.
Instructions
Get port forwarding status and rules for a site. Retrieves either User-configured or UPnP-discovered port forwarding rules. Both page and pageSize parameters are required by the API. Call this tool twice (once with type="User" and once with type="UPnP") to get complete port forwarding information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Start page number. Start from 1. | |
| type | Yes | Port forwarding type: User (manually configured) or UPnP (automatically configured) | |
| siteId | Yes | Site ID (required) | |
| pageSize | No | Number of entries per page. Range: 1-1000. |