common-parms.asciidoc 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. tag::bytes[]
  2. `bytes`::
  3. (Optional, <<byte-units,byte size units>>) Unit used to display byte values.
  4. end::bytes[]
  5. tag::cat-h[]
  6. `h` (headings)::
  7. (Optional, string) Comma-separated list of column names to display.
  8. end::cat-h[]
  9. tag::help[]
  10. `help`::
  11. (Optional, boolean) If `true`, the response returns help information. Defaults
  12. to `false`.
  13. end::help[]
  14. tag::http-format[]
  15. `format`::
  16. (Optional, string) Short version of the
  17. https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html[HTTP accept header].
  18. Valid values include JSON, YAML, etc.
  19. end::http-format[]
  20. tag::include-unloaded-segments[]
  21. `include_unloaded_segments`::
  22. (Optional, boolean) If `true`, the response includes information from segments
  23. that are **not** loaded into memory. Defaults to `false`.
  24. end::include-unloaded-segments[]
  25. tag::index[]
  26. `{index}`::
  27. (Optional, string) Comma-separated list or wildcard expression of index names
  28. used to limit the request.
  29. end::index[]
  30. tag::local[]
  31. `local`::
  32. (Optional, boolean) If `true`, the request retrieves information from the local
  33. node only. Defaults to `false`, which means information is retrieved from
  34. the master node.
  35. end::local[]
  36. tag::name[]
  37. `{name}`::
  38. (Optional, string) Comma-separated list of alias names to return.
  39. end::name[]
  40. tag::node-id[]
  41. `{node_id}`::
  42. (Optional, string) Comma-separated list of node IDs or names used to limit
  43. returned information.
  44. end::node-id[]
  45. tag::cat-s[]
  46. `s` (sort)::
  47. (Optional, string) Comma-separated list of column names or column aliases used
  48. to sort the response.
  49. end::cat-s[]
  50. tag::cat-v[]
  51. `v` (verbose)::
  52. (Optional, boolean) If `true`, the response includes column headings. Defaults
  53. to `false`.
  54. end::cat-v[]
  55. tag::timeoutparms[]
  56. `timeout`::
  57. (Optional, <<time-units, time units>>) Specifies the period of time to wait for
  58. a response. If no response is received before the timeout expires, the request
  59. fails and returns an error. Defaults to `30s`.
  60. tag::master-timeout[]
  61. `master_timeout`::
  62. (Optional, <<time-units, time units>>) Specifies the period of time to wait for
  63. a connection to the master node. If no response is received before the timeout
  64. expires, the request fails and returns an error. Defaults to `30s`.
  65. end::master-timeout[]
  66. end::timeoutparms[]