You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Comma-separated list of pipeline IDs to retrieve. Wildcard (`*`) expressions are supported. To get all ingest pipelines, omit this parameter or use `*`.</summary>
124
+
/// <summary>A comma-separated list of pipeline IDs to retrieve. Wildcard (`*`) expressions are supported. To get all ingest pipelines, omit this parameter or use `*`.</summary>
125
125
publicGetPipelineDescriptorId(Idid)=>
126
126
Assign(id,(a,v)=>a.RouteValues.Optional("id",v));
127
127
128
128
// Request parameters
129
-
/// <summary>Operation timeout for connection to cluster-manager node.</summary>
129
+
/// <summary>The amount of time allowed to establish a connection to the clustermanager node.</summary>
130
130
/// <remarks>Supported by OpenSearch servers of version 2.0.0 or greater.</remarks>
/// <summary>Operation timeout for connection to cluster-manager node.</summary>
85
+
/// <summary>The amount of time to wait for a response from the clustermanager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).</summary>
86
86
/// <remarks>Supported by OpenSearch servers of version 2.0.0 or greater.</remarks>
/// <summary>Operation timeout for connection to cluster-manager node.</summary>
134
+
/// <summary>The amount of time to wait for a response from the clustermanager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).</summary>
135
135
/// <remarks>Supported by OpenSearch servers of version 2.0.0 or greater.</remarks>
/// <summary>Operation timeout for connection to cluster-manager node.</summary>
170
+
/// <summary>The amount of time to wait for a response from the clustermanager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).</summary>
171
171
/// <remarks>Supported by OpenSearch servers of version 2.0.0 or greater.</remarks>
/// <summary>If `true`, the request returns a response when the snapshot is complete. If `false`, the request returns a response when the snapshot initializes.</summary>
182
+
/// <summary>When `true`, the request returns a response when the snapshot is complete. When `false`, the request returns a response when the snapshot initializes.</summary>
/// <summary>Operation timeout for connection to cluster-manager node.</summary>
212
+
/// <summary>The amount of time to wait for a response from the clustermanager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).</summary>
213
213
/// <remarks>Supported by OpenSearch servers of version 2.0.0 or greater.</remarks>
/// <summary>Operation timeout for connection to cluster-manager node.</summary>
258
+
/// <summary>The amount of time to wait for a response from the clustermanager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).</summary>
259
259
/// <remarks>Supported by OpenSearch servers of version 2.0.0 or greater.</remarks>
/// <summary>Operation timeout for connection to cluster-manager node.</summary>
296
+
/// <summary>The amount of time to wait for a response from the clustermanager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).</summary>
297
297
/// <remarks>Supported by OpenSearch servers of version 2.0.0 or greater.</remarks>
/// <summary>Operation timeout for connection to cluster-manager node.</summary>
339
+
/// <summary>The amount of time to wait for a response from the clustermanager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).</summary>
340
340
/// <remarks>Supported by OpenSearch servers of version 2.0.0 or greater.</remarks>
/// <summary>If `true`, returns additional information about each snapshot such as the version of OpenSearch which took the snapshot, the start and end times of the snapshot, and the number of shards snapshotted.</summary>
355
+
/// <summary>When `true`, returns additional information about each snapshot such as the version of OpenSearch which took the snapshot, the start and end times of the snapshot, and the number of shards contained in the snapshot.</summary>
/// <summary>Operation timeout for connection to cluster-manager node.</summary>
387
+
/// <summary>The amount of time to wait for a response from the clustermanager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).</summary>
388
388
/// <remarks>Supported by OpenSearch servers of version 2.0.0 or greater.</remarks>
/// <summary>Operation timeout for connection to cluster-manager node.</summary>
426
+
/// <summary>The amount of time to wait for a response from the clustermanager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).</summary>
427
427
/// <remarks>Supported by OpenSearch servers of version 2.0.0 or greater.</remarks>
/// <summary>Should this request wait until the operation has completed before returning.</summary>
438
+
/// <summary>-| Whether to return a response after the restore operation has completed. When `false`, the request returns a response when the restore operation initializes. When `true`, the request returns a response when the restore operation completes.</summary>
/// <summary>Operation timeout for connection to cluster-manager node.</summary>
482
+
/// <summary>The amount of time to wait for a response from the clustermanager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).</summary>
483
483
/// <remarks>Supported by OpenSearch servers of version 2.0.0 or greater.</remarks>
/// <summary>Operation timeout for connection to cluster-manager node.</summary>
524
+
/// <summary>The amount of time to wait for a response from the clustermanager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).</summary>
525
525
/// <remarks>Supported by OpenSearch servers of version 2.0.0 or greater.</remarks>
0 commit comments