api.asciidoc 719 B

12345678910111213141516171819
  1. [float]
  2. [[breaking_80_api_changes]]
  3. === REST API changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. // end::notable-breaking-changes[]
  8. [float]
  9. ==== Deprecated `?local` parameter removed from `GET _cat/nodes` API
  10. The `?local` parameter to the `GET _cat/nodes` API was deprecated in 7.x and is
  11. rejected in 8.0. This parameter caused the API to use the local cluster state
  12. to determine the nodes returned by the API rather than the cluster state from
  13. the master, but this API requests information from each selected node
  14. regardless of the `?local` parameter which means this API does not run in a
  15. fully node-local fashion.