-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add documentation for /monitoring/sinks/** #933
Add documentation for /monitoring/sinks/** #933
Conversation
@@ -0,0 +1,18 @@ | |||
description: The response will be a JSON object with a `destinations` key. |
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.
description: The response will be a JSON object with a `destinations` key. | |
description: The response is a JSON object with a `destinations` key. |
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.
Is it 'destinationor
destinations key? There's at least one instance of 'destination
.
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.
The key is destinations
and the type is an array of destination
.
specification/resources/monitoring/models/opensearch_config_request.yml
Outdated
Show resolved
Hide resolved
specification/resources/monitoring/models/opensearch_config_request.yml
Outdated
Show resolved
Hide resolved
specification/resources/monitoring/models/opensearch_config_request.yml
Outdated
Show resolved
Hide resolved
specification/resources/monitoring/models/opensearch_config_omit_credentials.yml
Outdated
Show resolved
Hide resolved
specification/resources/monitoring/models/opensearch_config_omit_credentials.yml
Outdated
Show resolved
Hide resolved
specification/resources/monitoring/models/opensearch_config_omit_credentials.yml
Outdated
Show resolved
Hide resolved
specification/resources/monitoring/models/opensearch_config_omit_credentials.yml
Outdated
Show resolved
Hide resolved
specification/resources/monitoring/models/opensearch_config.yml
Outdated
Show resolved
Hide resolved
specification/resources/monitoring/models/opensearch_config.yml
Outdated
Show resolved
Hide resolved
specification/resources/monitoring/models/opensearch_config.yml
Outdated
Show resolved
Hide resolved
specification/resources/monitoring/models/opensearch_config.yml
Outdated
Show resolved
Hide resolved
specification/resources/monitoring/models/opensearch_config.yml
Outdated
Show resolved
Hide resolved
specification/resources/monitoring/models/destination_omit_credentials.yml
Outdated
Show resolved
Hide resolved
Left some inline edits. Additionally, please update Opensearch to OpenSearch, and use caps and periods (for example, on this line and others). |
90edcee
to
9982674
Compare
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.
Overall this looks great. Left a few questions/suggestions inline where I think a bit more clarity could help.
Adds documentation for the following routes/methods:
GET
,POST
--/v2/monitoring/sinks/destinations
GET
,POST
,DELETE
--/v2/monitoring/sinks/destinations/{destination_uuid}
GET
,POST
--/v2/monitoring/sinks
GET
,DELETE
--/v2/monitoring/sinks/{sink_uuid}