Skip to content

NETPROD: add api documentations for vpc subnets and routes - #1230

Open
jvasilevsky wants to merge 1 commit into
digitalocean:mainfrom
jvasilevsky:jvasilevsky/NETPROD-add-subnet-routes-documentation
Open

jvasilevsky wants to merge 1 commit into
digitalocean:mainfrom
jvasilevsky:jvasilevsky/NETPROD-add-subnet-routes-documentation

Conversation

@jvasilevsky

Copy link
Copy Markdown
Contributor

add api documentations for vpc subnets and routes

@jvasilevsky
jvasilevsky force-pushed the jvasilevsky/NETPROD-add-subnet-routes-documentation branch from 9e6d5ca to 72a49b2 Compare September 18, 2026 00:29

@lfundaro-do lfundaro-do left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Aggregator already has GET /v2/vpcs/{vpc_uuid}/subnets/{subnet_uuid}/members (resource_type, pagination). VPC-level members are already in the public spec (vpcs_list_members). If members ships with subnets, this PR is incomplete.

curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DIGITALOCEAN_TOKEN" \
-d '{"destination_cidr":"0.0.0.0/0","target_urns":["do:droplet:14aa1d1b-e6ab-4ccb-bb10-dade56fcb8ec"]}' \

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we will accept only numerical droplets, no uuids allowed

@lfundaro-do lfundaro-do left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Aggregator already has GET /v2/vpcs/{vpc_uuid}/subnets/{subnet_uuid}/members (resource_type, pagination). VPC-level members are already in the public spec (vpcs_list_members). If members ships with subnets, this PR is incomplete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants