-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Use standard format for reload settings API #51560
Use standard format for reload settings API #51560
Conversation
The reload-secure-settings API page was not reorganized for the standard API format, so this commit is reorganizing the page and adding some links to the page in related documentation.
Pinging @elastic/es-docs (>docs) |
Pinging @elastic/es-security (:Security/Security) |
Note: these docs were originally written in #45054. |
==== {api-request-title} | ||
`POST _nodes/reload_secure_settings` + | ||
|
||
`POST _nodes/nodeId1,nodeId2/reload_secure_settings` + |
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 should line up with the path parameter section:
`POST _nodes/nodeId1,nodeId2/reload_secure_settings` + | |
`POST _nodes/<nodes>/reload_secure_settings` + |
|
||
`POST _nodes/nodeId1,nodeId2/reload_secure_settings` + | ||
|
||
`POST _nodes/_local/reload_secure_settings` |
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.
I think this can be omitted since it's just another example of a value and it's mentioned in the link from the path parameters section.
|
||
`<nodes>`:: | ||
(Optional, string) The names of particular nodes in the cluster to target. | ||
For example, you may also selectively target `nodeId1` and `nodeId2`. The |
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.
For example, you may also selectively target `nodeId1` and `nodeId2`. The | |
For example, `nodeId1,nodeId2`. The |
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!
* Use standard format for reload settings API The reload-secure-settings API page was not reorganized for the standard API format, so this commit is reorganizing the page and adding some links to the page in related documentation. * Fix broken links * Reorder examples to correctly check API response * Note that only certain settings are reloadable * [DOCS] Edits layout * [DOCS] Removes unnecessary callouts Co-authored-by: Lisa Cawley <[email protected]>
* Use standard format for reload settings API The reload-secure-settings API page was not reorganized for the standard API format, so this commit is reorganizing the page and adding some links to the page in related documentation. * Fix broken links * Reorder examples to correctly check API response * Note that only certain settings are reloadable * [DOCS] Edits layout * [DOCS] Removes unnecessary callouts Co-authored-by: Lisa Cawley <[email protected]> Co-authored-by: Lisa Cawley <[email protected]>
The reload-secure-settings API page was not reorganized for the standard
API format, so this commit is reorganizing the page and adding some
links to the page in related documentation.
This is a follow-up to #51123 .
Preview: http://elasticsearch_51560.docs-preview.app.elstc.co/diff