PUT /v2/partner_network_connect/attachments/{pa_id}/remote_routes
To set remote routes for a partner attachment, send a PUT
request to
/v2/partner_network_connect/attachments/{pa_id}/remote_routes
with a JSON object
containing the remote routes to be set.
Servers
- https://api.digitalocean.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
pa_id |
String | Yes |
A unique identifier for a partner attachment. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
remote_routes[] |
Array | No | |
remote_routes[].cidr |
String | No |
A CIDR block representing a remote route. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.