pydo.partner_attachments.list_remote_routes()
Generated on 12 Jun 2025
from pydo
version
v0.11.0
Description
To list all remote routes associated with a partner attachment, send a GET
request to
/v2/partner_network_connect/attachments/{pa_id}/remote_routes
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
pa_id |
string | True | A unique identifier for a partner attachment. | |
per_page |
integer | False | Number of items returned per page | 20 |
page |
integer | False | Which ‘page’ of paginated results to return. | 1 |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.