We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After updating Netbox, when attempting Connect-NetboxAPI I get error.
"/api/extras/content-types/ The requested page does not exist."
Netbox release notes show some API endpoints have been changed:
https://netboxlabs.com/docs/netbox/en/stable/release-notes/version-4.0/
The /api/extras/content-types/ endpoint has moved to /api/extras/object-types/ The /api/extras/reports/ endpoint has been removed
https://netboxlabs.com/docs/netbox/en/stable/release-notes/version-4.1/
The /api/extras/object-changes/ endpoint has moved to /api/core/object-changes/.
The text was updated successfully, but these errors were encountered:
There is an Pull Request for this issue: #60
Sorry, something went wrong.
No branches or pull requests
After updating Netbox, when attempting Connect-NetboxAPI I get error.
"/api/extras/content-types/ The requested page does not exist."
Netbox release notes show some API endpoints have been changed:
https://netboxlabs.com/docs/netbox/en/stable/release-notes/version-4.0/
REST API Changes
The /api/extras/content-types/ endpoint has moved to /api/extras/object-types/
The /api/extras/reports/ endpoint has been removed
https://netboxlabs.com/docs/netbox/en/stable/release-notes/version-4.1/
REST API Changes
The /api/extras/object-changes/ endpoint has moved to /api/core/object-changes/.
The text was updated successfully, but these errors were encountered: