OpenSearch/docs/reference/rest-api/common-parms.asciidoc

12 lines
505 B
Plaintext
Raw Normal View History

tag::timeoutparms[]
`timeout`::
(Optional, <<time-units, time units>>) Specifies the period of time to wait for
a response. If no response is received before the timeout expires, the request
fails and returns an error. Defaults to `30s`.
`master_timeout`::
(Optional, <<time-units, time units>>) Specifies the period of time to wait for
a connection to the master node. If no response is received before the timeout
expires, the request fails and returns an error. Defaults to `30s`.
end::timeoutparms[]