[docs] label timestamp/duration types differently
This commit is contained in:
@ -61,7 +61,7 @@ Options:::
|
||||
`routing`::
|
||||
`String` -- Specific routing value
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`type`::
|
||||
`String` -- Default document type for items which don't provide one
|
||||
`index`::
|
||||
@ -284,9 +284,9 @@ Options:::
|
||||
`routing`::
|
||||
`String` -- Specific routing value
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`timestamp`::
|
||||
`Date, Number` -- Explicit timestamp for the document
|
||||
`Timestamp` -- Explicit timestamp for the document
|
||||
`ttl`::
|
||||
`Duration` -- Expiration time for the document
|
||||
`version`::
|
||||
@ -356,7 +356,7 @@ Options:::
|
||||
`routing`::
|
||||
`String` -- Specific routing value
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`version`::
|
||||
`Number` -- Explicit version number for concurrency control
|
||||
`versionType`::
|
||||
@ -458,7 +458,7 @@ Options:::
|
||||
`source`::
|
||||
`String` -- The URL-encoded query definition (instead of using the request body)
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`index`::
|
||||
`String, String[], Boolean` -- A comma-separated list of indices to restrict the operation; use `_all` to perform the operation on all indices
|
||||
`type`::
|
||||
@ -792,9 +792,9 @@ Options:::
|
||||
`routing`::
|
||||
`String` -- Specific routing value
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`timestamp`::
|
||||
`Date, Number` -- Explicit timestamp for the document
|
||||
`Timestamp` -- Explicit timestamp for the document
|
||||
`ttl`::
|
||||
`Duration` -- Expiration time for the document
|
||||
`version`::
|
||||
@ -1441,7 +1441,7 @@ Options:::
|
||||
`suggestText`::
|
||||
`Text` -- The source text for which the suggestions should be returned
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`trackScores`::
|
||||
`Boolean` -- Whether to calculate and return scores even if they are not used for sorting
|
||||
`version`::
|
||||
@ -1779,9 +1779,9 @@ Options:::
|
||||
`script`::
|
||||
`Anything` -- The URL-encoded script definition (instead of using request body)
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`timestamp`::
|
||||
`Date, Number` -- Explicit timestamp for the document
|
||||
`Timestamp` -- Explicit timestamp for the document
|
||||
`ttl`::
|
||||
`Duration` -- Expiration time for the document
|
||||
`version`::
|
||||
@ -1822,7 +1822,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -1863,7 +1863,7 @@ Options:::
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -1896,7 +1896,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -1937,7 +1937,7 @@ Options:::
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -1970,7 +1970,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2034,7 +2034,7 @@ Options:::
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2069,7 +2069,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2100,7 +2100,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2131,7 +2131,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2162,7 +2162,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2199,7 +2199,7 @@ Options:::
|
||||
* `"g"`
|
||||
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2232,7 +2232,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2265,7 +2265,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2298,9 +2298,9 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`flatSettings`::
|
||||
`Boolean` -- Return settings in flat format (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
|
||||
link:#[back to top]
|
||||
|
||||
@ -2332,9 +2332,9 @@ Options:::
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`waitForActiveShards`::
|
||||
`Number` -- Wait until the specified number of shards is active
|
||||
`waitForNodes`::
|
||||
@ -2374,7 +2374,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
|
||||
link:#[back to top]
|
||||
|
||||
@ -2426,9 +2426,9 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
`filterMetadata`::
|
||||
`Boolean` -- Don't return cluster state metadata (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
|
||||
link:#[back to top]
|
||||
|
||||
@ -2453,7 +2453,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`flatSettings`::
|
||||
`Boolean` -- Return settings in flat format (default: false)
|
||||
`index`::
|
||||
@ -2604,9 +2604,9 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`ignoreUnavailable`::
|
||||
`Boolean` -- Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
||||
`allowNoIndices`::
|
||||
@ -2641,9 +2641,9 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`index`::
|
||||
`String` -- The name of the index
|
||||
|
||||
@ -2668,9 +2668,9 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`index`::
|
||||
`String, String[], Boolean` -- A comma-separated list of indices to delete; use `_all` or `*` string to delete all indices
|
||||
|
||||
@ -2695,9 +2695,9 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit timestamp for the document
|
||||
`DurationString` -- Explicit timestamp for the document
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`index`::
|
||||
`String, String[], Boolean` -- A comma-separated list of index names (supports wildcards); use `_all` for all indices
|
||||
`name`::
|
||||
@ -2724,7 +2724,7 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`index`::
|
||||
`String, String[], Boolean` -- A comma-separated list of index names (supports wildcards); use `_all` for all indices
|
||||
`type`::
|
||||
@ -2751,9 +2751,9 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`name`::
|
||||
`String` -- The name of the template
|
||||
|
||||
@ -2778,7 +2778,7 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`name`::
|
||||
`String, String[], Boolean` -- A comma-separated list of warmer names to delete (supports wildcards); use `_all` to delete all warmers in the specified indices. You must specify a name either in the uri or in the parameters.
|
||||
`index`::
|
||||
@ -3013,7 +3013,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`index`::
|
||||
@ -3225,9 +3225,9 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`ignoreUnavailable`::
|
||||
`Boolean` -- Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
||||
`allowNoIndices`::
|
||||
@ -3307,9 +3307,9 @@ The default method is `PUT` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit timestamp for the document
|
||||
`DurationString` -- Explicit timestamp for the document
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`index`::
|
||||
`String, String[], Boolean` -- A comma-separated list of index names the alias should point to (supports wildcards); use `_all` or omit to perform the operation on all indices.
|
||||
`name`::
|
||||
@ -3338,9 +3338,9 @@ The default method is `PUT` and the usual <<api-conventions,params and return va
|
||||
`ignoreConflicts`::
|
||||
`Boolean` -- Specify whether to ignore conflicts while updating the mapping (default: false)
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`ignoreUnavailable`::
|
||||
`Boolean` -- Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
||||
`allowNoIndices`::
|
||||
@ -3377,7 +3377,7 @@ The default method is `PUT` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`ignoreUnavailable`::
|
||||
`Boolean` -- Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
||||
`allowNoIndices`::
|
||||
@ -3416,9 +3416,9 @@ The default method is `PUT` and the usual <<api-conventions,params and return va
|
||||
`order`::
|
||||
`Number` -- The order for this template when merging multiple matching ones (higher numbers are merged later, overriding the lower numbers)
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`flatSettings`::
|
||||
`Boolean` -- Return settings in flat format (default: false)
|
||||
`name`::
|
||||
@ -3445,7 +3445,7 @@ The default method is `PUT` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`ignoreUnavailable`::
|
||||
`Boolean` -- Whether specified concrete indices should be ignored when unavailable (missing or closed) in the search request to warm
|
||||
`allowNoIndices`::
|
||||
@ -3685,9 +3685,9 @@ client.indices.updateAliases({
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Request timeout
|
||||
`DurationString` -- Request timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
|
||||
link:#[back to top]
|
||||
|
||||
@ -3753,7 +3753,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`interval`::
|
||||
`Date, Number` -- The interval for the second sampling of threads
|
||||
`DurationString` -- The interval for the second sampling of threads
|
||||
`snapshots`::
|
||||
`Number` -- Number of samples of thread stacktrace (default: 10)
|
||||
`threads`::
|
||||
@ -3818,7 +3818,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`delay`::
|
||||
`Date, Number` -- Set the delay for the operation (default: 1s)
|
||||
`DurationString` -- Set the delay for the operation (default: 1s)
|
||||
`exit`::
|
||||
`Boolean` -- Exit the JVM as well (default: true)
|
||||
`nodeId`::
|
||||
@ -3891,7 +3891,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`waitForCompletion`::
|
||||
`Boolean` -- Should this request wait until the operation has completed before returning
|
||||
`repository`::
|
||||
@ -3920,9 +3920,9 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`repository`::
|
||||
`String` -- A repository name
|
||||
|
||||
@ -3947,7 +3947,7 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`repository`::
|
||||
`String` -- A repository name
|
||||
`snapshot`::
|
||||
@ -3974,9 +3974,9 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`repository`::
|
||||
`String, String[], Boolean` -- A comma-separated list of repository names
|
||||
|
||||
@ -4001,7 +4001,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`repository`::
|
||||
`String` -- A repository name
|
||||
`snapshot`::
|
||||
@ -4028,7 +4028,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`repository`::
|
||||
@ -4055,7 +4055,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`waitForCompletion`::
|
||||
`Boolean` -- Should this request wait until the operation has completed before returning
|
||||
`repository`::
|
||||
@ -4084,7 +4084,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`repository`::
|
||||
`String` -- A repository name
|
||||
`snapshot`::
|
||||
|
||||
Reference in New Issue
Block a user