VPS_getFirewallDetailsV1
Retrieve specific firewall configuration and associated rules by providing the firewall ID. Use this endpoint to view and manage firewall settings in Hostinger's hosting infrastructure.
Instructions
Retrieve firewall by its ID and rules associated with it.
Use this endpoint to view specific firewall configuration and rules.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| firewallId | Yes | Firewall ID |
Implementation Reference
- types.d.ts:1414-1426 (schema)Schema definition for the VPS_getFirewallDetailsV1 tool, including parameters (firewallId: number) and response type.* Retrieve firewall by its ID and rules associated with it. Use this endpoint to view specific firewall configuration and rules. */ "VPS_getFirewallDetailsV1": { params: { /** * Firewall ID */ firewallId: number; }; response: any; // Response structure will depend on the API };