-
Notifications
You must be signed in to change notification settings - Fork 156
[Private preview] Update AutoOps for self-managed clusters docs #3160
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
[Private preview] Update AutoOps for self-managed clusters docs #3160
Conversation
@wajihaparvez a few changes that needs to be made:
![]()
|
|
||
| Protocol | Data extracted | Port | Authentication method | | ||
| --- | --- | --- | --- | | ||
| HTTP | Basic cluster information from the `/` endpoint <br><br> License information from the `/_license` endpoint | **443**: standard HTTPS port | Uses an {{ecloud}} API key which is limited for use with Cloud Connect only. | |
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.
Just to be 100% sure, is this really supposed to be "the /
endpoint? I thought it might have some path, but I guess it's the very top level of the API.
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.
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.
@wajihaparvez @kilfoyle the API call 'GET /' is a valid one
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! 🏎️
Just one small question about the /
endpoint.
Closes: