Overview
This node interacts with the Toolip API to perform various operations related to proxy management and subscription information. Specifically, the 'Configure Proxies' operation allows users to configure proxy settings by specifying parameters such as zone ID, country, and quantity of proxies. This node is useful for automating proxy configuration tasks, retrieving usage information, and managing subscriptions via the Toolip API.
Use Case Examples
- Automatically configure proxies for a specified zone and country in bulk.
- Retrieve current usage statistics for a proxy zone to monitor consumption.
- Fetch a list of proxies associated with a particular zone for management or auditing.
Properties
| Name | Meaning |
|---|---|
| Zone ID | Identifier of the zone for which the operation is performed. |
| Country | Country code to specify the location for proxy configuration (used only in 'Configure Proxies' operation). |
| Authtoken | API token used for authenticating requests to the Toolip API. |
| Quantity | Number of proxies to configure (used only in 'Configure Proxies' operation). |
Output
JSON
json- The JSON response from the Toolip API containing the result of the requested operation, such as proxy configuration details, usage info, or subscription data.
Dependencies
- Toolip API
Troubleshooting
- Ensure the API token ('authtoken') is valid and has the necessary permissions for the requested operation.
- Verify that the 'zoneId' parameter is correctly specified for operations that require it.
- For 'Configure Proxies', ensure 'country' and 'quantity' parameters are provided and valid.
- Common errors may include authentication failures, invalid zone IDs, or malformed request bodies. Check the API response messages for specific error details and adjust parameters accordingly.
Links
- Toolip API Documentation - Official API documentation for Toolip, detailing available endpoints and parameters.