-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Adding Examples for Python SDK to create FCR and FCR based Connections #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nitpicking to clean up. Rest looks good though. Thanks, @jkallem-equinix !
examples/services/fabricv4/oauth2/configure_client_credentials.py
Outdated
Show resolved
Hide resolved
examples/services/fabricv4/oauth2/configure_client_credentials.py
Outdated
Show resolved
Hide resolved
examples/services/fabricv4/connections/fcr_2_port_connection.py
Outdated
Show resolved
Hide resolved
This method interacts with the Equinix Fabric API to fetch detailed information about a specific connection | ||
identified by its UUID. The response is then formatted into a JSON string for easier readability and logged | ||
for debugging purposes. | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: closing triple quotes not at same level of indentation as openers
examples/services/fabricv4/connections/connection_management.py
Outdated
Show resolved
Hide resolved
This method handles the process of establishing a connection between a Fabric Cloud Router (FCR) and a | ||
colocation or another FCR within the Equinix Fabric. It generates the connection request payload, | ||
sends the request to the Equinix Fabric API, and returns the unique identifier (UUID) of the created connection. | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: closing triple quotes not at same level of indentation as openers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks, @jkallem-equinix !
This PR is included in version 0.4.0 🎉 |
CXF-96059 Adding Examples for Python SDK:
Fabric Cloud Router
FCR to Port, AWS, Azure Connections:
Connections