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

Incorrect URL examples for shared ip associations when hitting servers api #143

Open
quadewarren opened this issue Mar 21, 2019 · 0 comments

Comments

@quadewarren
Copy link

https://developer.rackspace.com/docs/cloud-networks/v2/api-reference/shared-ip-address-operations/#explicitly-associate-ip-address-with-server
https://developer.rackspace.com/docs/cloud-networks/v2/api-reference/shared-ip-address-operations/#show-specific-ip-addresses-explicitly-associated-with-server
https://developer.rackspace.com/docs/cloud-networks/v2/api-reference/shared-ip-address-operations/#delete-association-between-ip-address-and-server

All example URLs need to be updated with tenant in the correct path in the URL:
/v2/{tenantID}/servers/{serverID}/ip_associations/{IPAddressID}

Currently they lack tenant in the proper place for the path, so the call will likely return a 401 since it's treating the server id as the tenant id.

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

No branches or pull requests

1 participant