-
Notifications
You must be signed in to change notification settings - Fork 69
[New] POST /networking/ips/share; GET /networking/ipv6/ranges/{range} #576
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
Conversation
x-linode-cli-command: networking | ||
post: | ||
servers: | ||
- url: https://api.linode.com/v4beta |
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.
this isn't in beta
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.
No problem reverting, but I'm getting {"errors": [{"reason": "Method Not Allowed"}]} when trying to hit the v4 server
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.
added v4 server in the next line and removed beta status references -- beta tag still shows up in the docs at the moment, but the CLI won't work with the command until the v4 server issue is fixed for this command otherwise
openapi.yaml
Outdated
**Note**: IPv6 range sharing has limited availability in certain regions. Please contact customer support for | ||
assistance in enabling IPv6 range sharing for your Linodes. | ||
|
||
**Beta**: This endpoint is in beta. Please make sure to prepend all requests with |
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.
Same as above. This isn't in beta so far as I know.
updates in the future. This notice will be removed when this endpoint is out of | ||
beta. | ||
operationId: shareIPs | ||
x-linode-cli-action: ip-share |
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.
This is the same cli action as the older v4 share endpoint. Is that going to cause issues?
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.
didn't seem to cause issues but should be fixed -- thank you for catching this
No description provided.