GET /accounts/{account_id}/teamnet/routes/ip/{ip}

Fetches routes that contain the given IP address.

Servers

Path parameters

Name Type Required Description
ip String Yes
account_id String Yes

Query parameters

Name Type Required Description
virtual_network_id String No
default_virtual_network_fallback Boolean No

When the virtual_network_id parameter is not provided the request filter will default search routes that are in the default virtual network for the account. If this parameter is set to false, the search will include routes that do not have a virtual network.

Default value: true

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.