Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return_URL spec, Area->OPS #24

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions draft-ramseyer-grow-peering-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ number:
date:
consensus: true
v: 3
# area: RTG
# area: OPS
# workgroup: GROW
keyword:
- BGP
Expand Down Expand Up @@ -285,7 +285,8 @@ An email address is needed for communication if the API fails or is not implemen

For a programmatic specification of the API, please see the public Github here: [https://github.com/bgp/autopeer/blob/main/api/openapi.yaml](https://github.com/bgp/autopeer/blob/main/api/openapi.yaml)

This initial draft fully specifies the Public Peering endpoints. Private Peering and Maintenance are under discussion, and the authors invite collaboration and discussion from interested parties.
This initial draft fully specifies the Public Peering endpoints.
Private Peering and Maintenance are under discussion, and the authors invite collaboration and discussion from interested parties.

DATA TYPES {#datatypes}
----------
Expand All @@ -304,7 +305,10 @@ Session Array

Array of potential BGP sessions, with request UUID.
Request UUID is optional for client, and required for server.
Client may provide initial UUID for client-side tracking, but the server UUID will be the final definitive ID. RequestID will not change across the request.
Return URL is optional, and indicates the client's Peering API endpoint.
The client's return URL is used by the server to request additional sessions.
Client may provide initial UUID for client-side tracking, but the server UUID will be the final definitive ID.
RequestID will not change across the request.

BGP Session

Expand Down
Loading