diff --git a/docs/reference-async_search-delete.asciidoc b/docs/reference-async_search-delete.asciidoc index bc691a4ec..431544b1b 100644 --- a/docs/reference-async_search-delete.asciidoc +++ b/docs/reference-async_search-delete.asciidoc @@ -42,7 +42,7 @@ Delete an async search. If the asynchronous search is still running, it is cance ---- [discrete] -==== AsyncSearchDeleteRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface AsyncSearchDeleteRequest extends <> { ++++ [discrete] -==== AsyncSearchDeleteResponse +==== Response [pass] ++++ diff --git a/docs/reference-async_search-get.asciidoc b/docs/reference-async_search-get.asciidoc index 138950466..b59b3eea3 100644 --- a/docs/reference-async_search-get.asciidoc +++ b/docs/reference-async_search-get.asciidoc @@ -42,7 +42,7 @@ Get async search results. Retrieve the results of a previously submitted asynchr ---- [discrete] -==== AsyncSearchGetRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface AsyncSearchGetRequest extends <> { ++++ [discrete] -==== AsyncSearchGetResponse +==== Response [pass] ++++ diff --git a/docs/reference-async_search-status.asciidoc b/docs/reference-async_search-status.asciidoc index e73f9c4ca..d470c43eb 100644 --- a/docs/reference-async_search-status.asciidoc +++ b/docs/reference-async_search-status.asciidoc @@ -42,7 +42,7 @@ Get the async search status. Get the status of a previously submitted async sear ---- [discrete] -==== AsyncSearchStatusRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface AsyncSearchStatusRequest extends <> { ++++ [discrete] -==== AsyncSearchStatusResponse +==== Response [pass] ++++ diff --git a/docs/reference-async_search-submit.asciidoc b/docs/reference-async_search-submit.asciidoc index f532056c6..8d69665a9 100644 --- a/docs/reference-async_search-submit.asciidoc +++ b/docs/reference-async_search-submit.asciidoc @@ -42,7 +42,7 @@ Run an async search. When the primary sort of the results is an indexed field, s ---- [discrete] -==== AsyncSearchSubmitRequest +==== Request [pass] ++++ @@ -123,7 +123,7 @@ interface AsyncSearchSubmitRequest extends <> { ++++ [discrete] -==== AsyncSearchSubmitResponse +==== Response [pass] ++++ diff --git a/docs/reference-autoscaling-delete_autoscaling_policy.asciidoc b/docs/reference-autoscaling-delete_autoscaling_policy.asciidoc index 7a897ed9b..544c418de 100644 --- a/docs/reference-autoscaling-delete_autoscaling_policy.asciidoc +++ b/docs/reference-autoscaling-delete_autoscaling_policy.asciidoc @@ -42,7 +42,7 @@ Delete an autoscaling policy. NOTE: This feature is designed for indirect use by ---- [discrete] -==== AutoscalingDeleteAutoscalingPolicyRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface AutoscalingDeleteAutoscalingPolicyRequest extends <> { ++++ [discrete] -==== AutoscalingDeleteAutoscalingPolicyResponse +==== Response [pass] ++++ diff --git a/docs/reference-autoscaling-get_autoscaling_capacity.asciidoc b/docs/reference-autoscaling-get_autoscaling_capacity.asciidoc index 87e1dc61b..8d6156f68 100644 --- a/docs/reference-autoscaling-get_autoscaling_capacity.asciidoc +++ b/docs/reference-autoscaling-get_autoscaling_capacity.asciidoc @@ -42,7 +42,7 @@ Get the autoscaling capacity. NOTE: This feature is designed for indirect use by ---- [discrete] -==== AutoscalingGetAutoscalingCapacityRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface AutoscalingGetAutoscalingCapacityRequest extends <> { ++++ [discrete] -==== AutoscalingGetAutoscalingCapacityResponse +==== Response [pass] ++++ diff --git a/docs/reference-autoscaling-get_autoscaling_policy.asciidoc b/docs/reference-autoscaling-get_autoscaling_policy.asciidoc index 586a5bc10..80faf2d99 100644 --- a/docs/reference-autoscaling-get_autoscaling_policy.asciidoc +++ b/docs/reference-autoscaling-get_autoscaling_policy.asciidoc @@ -42,7 +42,7 @@ Get an autoscaling policy. NOTE: This feature is designed for indirect use by El ---- [discrete] -==== AutoscalingGetAutoscalingPolicyRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface AutoscalingGetAutoscalingPolicyRequest extends <> { ++++ [discrete] -==== AutoscalingGetAutoscalingPolicyResponse +==== Response [pass] ++++ diff --git a/docs/reference-autoscaling-put_autoscaling_policy.asciidoc b/docs/reference-autoscaling-put_autoscaling_policy.asciidoc index 79fc2bc0c..c3525a11f 100644 --- a/docs/reference-autoscaling-put_autoscaling_policy.asciidoc +++ b/docs/reference-autoscaling-put_autoscaling_policy.asciidoc @@ -42,7 +42,7 @@ Create or update an autoscaling policy. NOTE: This feature is designed for indir ---- [discrete] -==== AutoscalingPutAutoscalingPolicyRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface AutoscalingPutAutoscalingPolicyRequest extends <> { ++++ [discrete] -==== AutoscalingPutAutoscalingPolicyResponse +==== Response [pass] ++++ diff --git a/docs/reference-bulk.asciidoc b/docs/reference-bulk.asciidoc index 00fd466b2..b60966fc8 100644 --- a/docs/reference-bulk.asciidoc +++ b/docs/reference-bulk.asciidoc @@ -42,7 +42,7 @@ Bulk index or delete documents. Performs multiple indexing or delete operations ---- [discrete] -==== BulkRequest +==== Request [pass] ++++ @@ -67,7 +67,7 @@ interface BulkRequest extends < ++++ [discrete] -==== BulkResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-aliases.asciidoc b/docs/reference-cat-aliases.asciidoc index 8749d43f3..b1184545f 100644 --- a/docs/reference-cat-aliases.asciidoc +++ b/docs/reference-cat-aliases.asciidoc @@ -42,7 +42,7 @@ Get aliases. Retrieves the cluster’s index aliases, including filter and routi ---- [discrete] -==== CatAliasesRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface CatAliasesRequest extends <> { ++++ [discrete] -==== CatAliasesResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-allocation.asciidoc b/docs/reference-cat-allocation.asciidoc index f8057a0f3..3602ed653 100644 --- a/docs/reference-cat-allocation.asciidoc +++ b/docs/reference-cat-allocation.asciidoc @@ -42,7 +42,7 @@ Provides a snapshot of the number of shards allocated to each data node and thei ---- [discrete] -==== CatAllocationRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface CatAllocationRequest extends <> { ++++ [discrete] -==== CatAllocationResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-component_templates.asciidoc b/docs/reference-cat-component_templates.asciidoc index 6789ea1fd..e3c2cf5b2 100644 --- a/docs/reference-cat-component_templates.asciidoc +++ b/docs/reference-cat-component_templates.asciidoc @@ -42,7 +42,7 @@ Get component templates. Returns information about component templates in a clus ---- [discrete] -==== CatComponentTemplatesRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface CatComponentTemplatesRequest extends <> { ++++ [discrete] -==== CatComponentTemplatesResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-count.asciidoc b/docs/reference-cat-count.asciidoc index 378ab9273..41dc0b748 100644 --- a/docs/reference-cat-count.asciidoc +++ b/docs/reference-cat-count.asciidoc @@ -42,7 +42,7 @@ Get a document count. Provides quick access to a document count for a data strea ---- [discrete] -==== CatCountRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface CatCountRequest extends <> { ++++ [discrete] -==== CatCountResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-fielddata.asciidoc b/docs/reference-cat-fielddata.asciidoc index 96fe6a5b7..cb6ccdca3 100644 --- a/docs/reference-cat-fielddata.asciidoc +++ b/docs/reference-cat-fielddata.asciidoc @@ -42,7 +42,7 @@ Returns the amount of heap memory currently used by the field data cache on ever ---- [discrete] -==== CatFielddataRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface CatFielddataRequest extends <> { ++++ [discrete] -==== CatFielddataResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-health.asciidoc b/docs/reference-cat-health.asciidoc index dfc096ec4..03b47d79a 100644 --- a/docs/reference-cat-health.asciidoc +++ b/docs/reference-cat-health.asciidoc @@ -42,7 +42,7 @@ Returns the health status of a cluster, similar to the cluster health API. IMPOR ---- [discrete] -==== CatHealthRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface CatHealthRequest extends <> { ++++ [discrete] -==== CatHealthResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-help.asciidoc b/docs/reference-cat-help.asciidoc index 2b4d65ecd..c720af80b 100644 --- a/docs/reference-cat-help.asciidoc +++ b/docs/reference-cat-help.asciidoc @@ -42,7 +42,7 @@ Get CAT help. Returns help for the CAT APIs. ---- [discrete] -==== CatHelpRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface CatHelpRequest extends <> { ++++ [discrete] -==== CatHelpResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-indices.asciidoc b/docs/reference-cat-indices.asciidoc index bb8750b3b..ea63143c9 100644 --- a/docs/reference-cat-indices.asciidoc +++ b/docs/reference-cat-indices.asciidoc @@ -42,7 +42,7 @@ Get index information. Returns high-level information about indices in a cluster ---- [discrete] -==== CatIndicesRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface CatIndicesRequest extends <> { ++++ [discrete] -==== CatIndicesResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-master.asciidoc b/docs/reference-cat-master.asciidoc index 1577e10da..c43953574 100644 --- a/docs/reference-cat-master.asciidoc +++ b/docs/reference-cat-master.asciidoc @@ -42,7 +42,7 @@ Returns information about the master node, including the ID, bound IP address, a ---- [discrete] -==== CatMasterRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface CatMasterRequest extends <> { ++++ [discrete] -==== CatMasterResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-ml_data_frame_analytics.asciidoc b/docs/reference-cat-ml_data_frame_analytics.asciidoc index 9ed41b742..7dc6c84d9 100644 --- a/docs/reference-cat-ml_data_frame_analytics.asciidoc +++ b/docs/reference-cat-ml_data_frame_analytics.asciidoc @@ -42,7 +42,7 @@ Get data frame analytics jobs. Returns configuration and usage information about ---- [discrete] -==== CatMlDataFrameAnalyticsRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface CatMlDataFrameAnalyticsRequest extends <> { ++++ [discrete] -==== CatMlDataFrameAnalyticsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-ml_datafeeds.asciidoc b/docs/reference-cat-ml_datafeeds.asciidoc index 890da0261..693a4117b 100644 --- a/docs/reference-cat-ml_datafeeds.asciidoc +++ b/docs/reference-cat-ml_datafeeds.asciidoc @@ -42,7 +42,7 @@ Get datafeeds. Returns configuration and usage information about datafeeds. This ---- [discrete] -==== CatMlDatafeedsRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface CatMlDatafeedsRequest extends <> { ++++ [discrete] -==== CatMlDatafeedsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-ml_jobs.asciidoc b/docs/reference-cat-ml_jobs.asciidoc index 1e0e13ca6..23abd1747 100644 --- a/docs/reference-cat-ml_jobs.asciidoc +++ b/docs/reference-cat-ml_jobs.asciidoc @@ -42,7 +42,7 @@ Get anomaly detection jobs. Returns configuration and usage information for anom ---- [discrete] -==== CatMlJobsRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface CatMlJobsRequest extends <> { ++++ [discrete] -==== CatMlJobsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-ml_trained_models.asciidoc b/docs/reference-cat-ml_trained_models.asciidoc index 1aef0f61c..b7a609e4a 100644 --- a/docs/reference-cat-ml_trained_models.asciidoc +++ b/docs/reference-cat-ml_trained_models.asciidoc @@ -42,7 +42,7 @@ Get trained models. Returns configuration and usage information about inference ---- [discrete] -==== CatMlTrainedModelsRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface CatMlTrainedModelsRequest extends <> { ++++ [discrete] -==== CatMlTrainedModelsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-nodeattrs.asciidoc b/docs/reference-cat-nodeattrs.asciidoc index 9620df465..dadd33700 100644 --- a/docs/reference-cat-nodeattrs.asciidoc +++ b/docs/reference-cat-nodeattrs.asciidoc @@ -42,7 +42,7 @@ Returns information about custom node attributes. IMPORTANT: cat APIs are only i ---- [discrete] -==== CatNodeattrsRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface CatNodeattrsRequest extends <> { ++++ [discrete] -==== CatNodeattrsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-nodes.asciidoc b/docs/reference-cat-nodes.asciidoc index 1814cd664..b5c203065 100644 --- a/docs/reference-cat-nodes.asciidoc +++ b/docs/reference-cat-nodes.asciidoc @@ -42,7 +42,7 @@ Returns information about the nodes in a cluster. IMPORTANT: cat APIs are only i ---- [discrete] -==== CatNodesRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface CatNodesRequest extends <> { ++++ [discrete] -==== CatNodesResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-pending_tasks.asciidoc b/docs/reference-cat-pending_tasks.asciidoc index 79ca99a90..a2bfa2d59 100644 --- a/docs/reference-cat-pending_tasks.asciidoc +++ b/docs/reference-cat-pending_tasks.asciidoc @@ -42,7 +42,7 @@ Returns cluster-level changes that have not yet been executed. IMPORTANT: cat AP ---- [discrete] -==== CatPendingTasksRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface CatPendingTasksRequest extends <> { ++++ [discrete] -==== CatPendingTasksResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-plugins.asciidoc b/docs/reference-cat-plugins.asciidoc index c13c228ed..aa255c764 100644 --- a/docs/reference-cat-plugins.asciidoc +++ b/docs/reference-cat-plugins.asciidoc @@ -42,7 +42,7 @@ Returns a list of plugins running on each node of a cluster. IMPORTANT: cat APIs ---- [discrete] -==== CatPluginsRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface CatPluginsRequest extends <> { ++++ [discrete] -==== CatPluginsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-recovery.asciidoc b/docs/reference-cat-recovery.asciidoc index 60e9ad6da..29f72b909 100644 --- a/docs/reference-cat-recovery.asciidoc +++ b/docs/reference-cat-recovery.asciidoc @@ -42,7 +42,7 @@ Returns information about ongoing and completed shard recoveries. Shard recovery ---- [discrete] -==== CatRecoveryRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface CatRecoveryRequest extends <> { ++++ [discrete] -==== CatRecoveryResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-repositories.asciidoc b/docs/reference-cat-repositories.asciidoc index 604d9f884..a0fbb5592 100644 --- a/docs/reference-cat-repositories.asciidoc +++ b/docs/reference-cat-repositories.asciidoc @@ -42,7 +42,7 @@ Returns the snapshot repositories for a cluster. IMPORTANT: cat APIs are only in ---- [discrete] -==== CatRepositoriesRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface CatRepositoriesRequest extends <> { ++++ [discrete] -==== CatRepositoriesResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-segments.asciidoc b/docs/reference-cat-segments.asciidoc index 9acf95350..f2dcb3fb7 100644 --- a/docs/reference-cat-segments.asciidoc +++ b/docs/reference-cat-segments.asciidoc @@ -42,7 +42,7 @@ Returns low-level information about the Lucene segments in index shards. For dat ---- [discrete] -==== CatSegmentsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface CatSegmentsRequest extends <> { ++++ [discrete] -==== CatSegmentsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-shards.asciidoc b/docs/reference-cat-shards.asciidoc index 6a41fb75a..211834b20 100644 --- a/docs/reference-cat-shards.asciidoc +++ b/docs/reference-cat-shards.asciidoc @@ -42,7 +42,7 @@ Returns information about the shards in a cluster. For data streams, the API ret ---- [discrete] -==== CatShardsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface CatShardsRequest extends <> { ++++ [discrete] -==== CatShardsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-snapshots.asciidoc b/docs/reference-cat-snapshots.asciidoc index f98fb04e9..51f5909ff 100644 --- a/docs/reference-cat-snapshots.asciidoc +++ b/docs/reference-cat-snapshots.asciidoc @@ -42,7 +42,7 @@ Returns information about the snapshots stored in one or more repositories. A sn ---- [discrete] -==== CatSnapshotsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface CatSnapshotsRequest extends <> { ++++ [discrete] -==== CatSnapshotsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-tasks.asciidoc b/docs/reference-cat-tasks.asciidoc index 46c9d8cea..f0e06cc9d 100644 --- a/docs/reference-cat-tasks.asciidoc +++ b/docs/reference-cat-tasks.asciidoc @@ -42,7 +42,7 @@ Returns information about tasks currently executing in the cluster. IMPORTANT: c ---- [discrete] -==== CatTasksRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface CatTasksRequest extends <> { ++++ [discrete] -==== CatTasksResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-templates.asciidoc b/docs/reference-cat-templates.asciidoc index dc9cf8cd2..a361e0e1e 100644 --- a/docs/reference-cat-templates.asciidoc +++ b/docs/reference-cat-templates.asciidoc @@ -42,7 +42,7 @@ Returns information about index templates in a cluster. You can use index templa ---- [discrete] -==== CatTemplatesRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface CatTemplatesRequest extends <> { ++++ [discrete] -==== CatTemplatesResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-thread_pool.asciidoc b/docs/reference-cat-thread_pool.asciidoc index ae0dc83d2..48d9b1307 100644 --- a/docs/reference-cat-thread_pool.asciidoc +++ b/docs/reference-cat-thread_pool.asciidoc @@ -42,7 +42,7 @@ Returns thread pool statistics for each node in a cluster. Returned information ---- [discrete] -==== CatThreadPoolRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface CatThreadPoolRequest extends <> { ++++ [discrete] -==== CatThreadPoolResponse +==== Response [pass] ++++ diff --git a/docs/reference-cat-transforms.asciidoc b/docs/reference-cat-transforms.asciidoc index be4586312..9c9c0d019 100644 --- a/docs/reference-cat-transforms.asciidoc +++ b/docs/reference-cat-transforms.asciidoc @@ -42,7 +42,7 @@ Get transforms. Returns configuration and usage information about transforms. CA ---- [discrete] -==== CatTransformsRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface CatTransformsRequest extends <> { ++++ [discrete] -==== CatTransformsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-delete_auto_follow_pattern.asciidoc b/docs/reference-ccr-delete_auto_follow_pattern.asciidoc index 08a670b6a..2d7834a19 100644 --- a/docs/reference-ccr-delete_auto_follow_pattern.asciidoc +++ b/docs/reference-ccr-delete_auto_follow_pattern.asciidoc @@ -42,7 +42,7 @@ Deletes auto-follow patterns. ---- [discrete] -==== CcrDeleteAutoFollowPatternRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface CcrDeleteAutoFollowPatternRequest extends <> { ++++ [discrete] -==== CcrDeleteAutoFollowPatternResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-follow.asciidoc b/docs/reference-ccr-follow.asciidoc index 41a4c6ec9..26a0e5ef0 100644 --- a/docs/reference-ccr-follow.asciidoc +++ b/docs/reference-ccr-follow.asciidoc @@ -42,7 +42,7 @@ Creates a new follower index configured to follow the referenced leader index. ---- [discrete] -==== CcrFollowRequest +==== Request [pass] ++++ @@ -70,7 +70,7 @@ interface CcrFollowRequest extends <> { ++++ [discrete] -==== CcrFollowResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-follow_info.asciidoc b/docs/reference-ccr-follow_info.asciidoc index 7806b9d1b..8fd70d60f 100644 --- a/docs/reference-ccr-follow_info.asciidoc +++ b/docs/reference-ccr-follow_info.asciidoc @@ -42,7 +42,7 @@ Retrieves information about all follower indices, including parameters and statu ---- [discrete] -==== CcrFollowInfoRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface CcrFollowInfoRequest extends <> { ++++ [discrete] -==== CcrFollowInfoResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-follow_stats.asciidoc b/docs/reference-ccr-follow_stats.asciidoc index 97b4bc059..a88f99567 100644 --- a/docs/reference-ccr-follow_stats.asciidoc +++ b/docs/reference-ccr-follow_stats.asciidoc @@ -42,7 +42,7 @@ Retrieves follower stats. return shard-level stats about the following tasks ass ---- [discrete] -==== CcrFollowStatsRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface CcrFollowStatsRequest extends <> { ++++ [discrete] -==== CcrFollowStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-forget_follower.asciidoc b/docs/reference-ccr-forget_follower.asciidoc index 7319f37e9..aa22b4301 100644 --- a/docs/reference-ccr-forget_follower.asciidoc +++ b/docs/reference-ccr-forget_follower.asciidoc @@ -42,7 +42,7 @@ Removes the follower retention leases from the leader. ---- [discrete] -==== CcrForgetFollowerRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface CcrForgetFollowerRequest extends <> { ++++ [discrete] -==== CcrForgetFollowerResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-get_auto_follow_pattern.asciidoc b/docs/reference-ccr-get_auto_follow_pattern.asciidoc index 1e3ef8d00..c28f7e091 100644 --- a/docs/reference-ccr-get_auto_follow_pattern.asciidoc +++ b/docs/reference-ccr-get_auto_follow_pattern.asciidoc @@ -42,7 +42,7 @@ Gets configured auto-follow patterns. Returns the specified auto-follow pattern ---- [discrete] -==== CcrGetAutoFollowPatternRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface CcrGetAutoFollowPatternRequest extends <> { ++++ [discrete] -==== CcrGetAutoFollowPatternResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-pause_auto_follow_pattern.asciidoc b/docs/reference-ccr-pause_auto_follow_pattern.asciidoc index 4d5e13f38..2e8cfb1ae 100644 --- a/docs/reference-ccr-pause_auto_follow_pattern.asciidoc +++ b/docs/reference-ccr-pause_auto_follow_pattern.asciidoc @@ -42,7 +42,7 @@ Pauses an auto-follow pattern ---- [discrete] -==== CcrPauseAutoFollowPatternRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface CcrPauseAutoFollowPatternRequest extends <> { ++++ [discrete] -==== CcrPauseAutoFollowPatternResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-pause_follow.asciidoc b/docs/reference-ccr-pause_follow.asciidoc index 03d16fdb7..35031428f 100644 --- a/docs/reference-ccr-pause_follow.asciidoc +++ b/docs/reference-ccr-pause_follow.asciidoc @@ -42,7 +42,7 @@ Pauses a follower index. The follower index will not fetch any additional operat ---- [discrete] -==== CcrPauseFollowRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface CcrPauseFollowRequest extends <> { ++++ [discrete] -==== CcrPauseFollowResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-put_auto_follow_pattern.asciidoc b/docs/reference-ccr-put_auto_follow_pattern.asciidoc index 1250315f2..039700afa 100644 --- a/docs/reference-ccr-put_auto_follow_pattern.asciidoc +++ b/docs/reference-ccr-put_auto_follow_pattern.asciidoc @@ -42,7 +42,7 @@ Creates a new named collection of auto-follow patterns against a specified remot ---- [discrete] -==== CcrPutAutoFollowPatternRequest +==== Request [pass] ++++ @@ -72,7 +72,7 @@ interface CcrPutAutoFollowPatternRequest extends <> { ++++ [discrete] -==== CcrPutAutoFollowPatternResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-resume_auto_follow_pattern.asciidoc b/docs/reference-ccr-resume_auto_follow_pattern.asciidoc index 6ab101630..9befbe875 100644 --- a/docs/reference-ccr-resume_auto_follow_pattern.asciidoc +++ b/docs/reference-ccr-resume_auto_follow_pattern.asciidoc @@ -42,7 +42,7 @@ Resumes an auto-follow pattern that has been paused ---- [discrete] -==== CcrResumeAutoFollowPatternRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface CcrResumeAutoFollowPatternRequest extends <> { ++++ [discrete] -==== CcrResumeAutoFollowPatternResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-resume_follow.asciidoc b/docs/reference-ccr-resume_follow.asciidoc index 2865170a8..6c24f2069 100644 --- a/docs/reference-ccr-resume_follow.asciidoc +++ b/docs/reference-ccr-resume_follow.asciidoc @@ -42,7 +42,7 @@ Resumes a follower index that has been paused ---- [discrete] -==== CcrResumeFollowRequest +==== Request [pass] ++++ @@ -67,7 +67,7 @@ interface CcrResumeFollowRequest extends <> { ++++ [discrete] -==== CcrResumeFollowResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-stats.asciidoc b/docs/reference-ccr-stats.asciidoc index 7fef1d21d..2a1864e3e 100644 --- a/docs/reference-ccr-stats.asciidoc +++ b/docs/reference-ccr-stats.asciidoc @@ -42,7 +42,7 @@ Gets all stats related to cross-cluster replication. ---- [discrete] -==== CcrStatsRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface CcrStatsRequest extends <> { ++++ [discrete] -==== CcrStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ccr-unfollow.asciidoc b/docs/reference-ccr-unfollow.asciidoc index 97885b443..fa825cee2 100644 --- a/docs/reference-ccr-unfollow.asciidoc +++ b/docs/reference-ccr-unfollow.asciidoc @@ -42,7 +42,7 @@ Stops the following task associated with a follower index and removes index meta ---- [discrete] -==== CcrUnfollowRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface CcrUnfollowRequest extends <> { ++++ [discrete] -==== CcrUnfollowResponse +==== Response [pass] ++++ diff --git a/docs/reference-clear_scroll.asciidoc b/docs/reference-clear_scroll.asciidoc index 717592383..fdca47bc7 100644 --- a/docs/reference-clear_scroll.asciidoc +++ b/docs/reference-clear_scroll.asciidoc @@ -42,7 +42,7 @@ Clear a scrolling search. Clear the search context and results for a scrolling s ---- [discrete] -==== ClearScrollRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface ClearScrollRequest extends <> { ++++ [discrete] -==== ClearScrollResponse +==== Response [pass] ++++ diff --git a/docs/reference-close_point_in_time.asciidoc b/docs/reference-close_point_in_time.asciidoc index 68ca50e27..8b59e85c8 100644 --- a/docs/reference-close_point_in_time.asciidoc +++ b/docs/reference-close_point_in_time.asciidoc @@ -42,7 +42,7 @@ Close a point in time. A point in time must be opened explicitly before being us ---- [discrete] -==== ClosePointInTimeRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface ClosePointInTimeRequest extends <> { ++++ [discrete] -==== ClosePointInTimeResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-allocation_explain.asciidoc b/docs/reference-cluster-allocation_explain.asciidoc index 47d911647..c13e2ddff 100644 --- a/docs/reference-cluster-allocation_explain.asciidoc +++ b/docs/reference-cluster-allocation_explain.asciidoc @@ -42,7 +42,7 @@ Provides explanations for shard allocations in the cluster. ---- [discrete] -==== ClusterAllocationExplainRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface ClusterAllocationExplainRequest extends <> { ++++ [discrete] -==== ClusterAllocationExplainResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-delete_component_template.asciidoc b/docs/reference-cluster-delete_component_template.asciidoc index 5f9e1be39..8a9fa0c49 100644 --- a/docs/reference-cluster-delete_component_template.asciidoc +++ b/docs/reference-cluster-delete_component_template.asciidoc @@ -42,7 +42,7 @@ Delete component templates. Deletes component templates. Component templates are ---- [discrete] -==== ClusterDeleteComponentTemplateRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface ClusterDeleteComponentTemplateRequest extends <> { ++++ [discrete] -==== ClusterDeleteComponentTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-delete_voting_config_exclusions.asciidoc b/docs/reference-cluster-delete_voting_config_exclusions.asciidoc index 6c6e7c624..50d5c3e50 100644 --- a/docs/reference-cluster-delete_voting_config_exclusions.asciidoc +++ b/docs/reference-cluster-delete_voting_config_exclusions.asciidoc @@ -42,7 +42,7 @@ Clears cluster voting config exclusions. ---- [discrete] -==== ClusterDeleteVotingConfigExclusionsRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface ClusterDeleteVotingConfigExclusionsRequest extends <> { ++++ [discrete] -==== ClusterDeleteVotingConfigExclusionsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-exists_component_template.asciidoc b/docs/reference-cluster-exists_component_template.asciidoc index 49c62646e..5389594ba 100644 --- a/docs/reference-cluster-exists_component_template.asciidoc +++ b/docs/reference-cluster-exists_component_template.asciidoc @@ -42,7 +42,7 @@ Check component templates. Returns information about whether a particular compon ---- [discrete] -==== ClusterExistsComponentTemplateRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface ClusterExistsComponentTemplateRequest extends <> { ++++ [discrete] -==== ClusterExistsComponentTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-get_component_template.asciidoc b/docs/reference-cluster-get_component_template.asciidoc index 4c63edbe3..78317d8a6 100644 --- a/docs/reference-cluster-get_component_template.asciidoc +++ b/docs/reference-cluster-get_component_template.asciidoc @@ -42,7 +42,7 @@ Get component templates. Retrieves information about component templates. ---- [discrete] -==== ClusterGetComponentTemplateRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface ClusterGetComponentTemplateRequest extends <> { ++++ [discrete] -==== ClusterGetComponentTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-get_settings.asciidoc b/docs/reference-cluster-get_settings.asciidoc index dce99ce0f..bbef33e63 100644 --- a/docs/reference-cluster-get_settings.asciidoc +++ b/docs/reference-cluster-get_settings.asciidoc @@ -42,7 +42,7 @@ Returns cluster-wide settings. By default, it returns only settings that have be ---- [discrete] -==== ClusterGetSettingsRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface ClusterGetSettingsRequest extends <> { ++++ [discrete] -==== ClusterGetSettingsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-health.asciidoc b/docs/reference-cluster-health.asciidoc index 825d08251..e10cad772 100644 --- a/docs/reference-cluster-health.asciidoc +++ b/docs/reference-cluster-health.asciidoc @@ -42,7 +42,7 @@ The cluster health API returns a simple status on the health of the cluster. You ---- [discrete] -==== ClusterHealthRequest +==== Request [pass] ++++ @@ -68,7 +68,7 @@ interface ClusterHealthRequest extends <> { ++++ [discrete] -==== ClusterHealthResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-info.asciidoc b/docs/reference-cluster-info.asciidoc index f6a89e893..52e324c6a 100644 --- a/docs/reference-cluster-info.asciidoc +++ b/docs/reference-cluster-info.asciidoc @@ -42,7 +42,7 @@ Get cluster info. Returns basic information about the cluster. ---- [discrete] -==== ClusterInfoRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface ClusterInfoRequest extends <> { ++++ [discrete] -==== ClusterInfoResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-pending_tasks.asciidoc b/docs/reference-cluster-pending_tasks.asciidoc index c06a6a744..48549b6c4 100644 --- a/docs/reference-cluster-pending_tasks.asciidoc +++ b/docs/reference-cluster-pending_tasks.asciidoc @@ -42,7 +42,7 @@ Returns cluster-level changes (such as create index, update mapping, allocate or ---- [discrete] -==== ClusterPendingTasksRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface ClusterPendingTasksRequest extends <> { ++++ [discrete] -==== ClusterPendingTasksResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-post_voting_config_exclusions.asciidoc b/docs/reference-cluster-post_voting_config_exclusions.asciidoc index 03a146746..07d1c87c8 100644 --- a/docs/reference-cluster-post_voting_config_exclusions.asciidoc +++ b/docs/reference-cluster-post_voting_config_exclusions.asciidoc @@ -42,7 +42,7 @@ Updates the cluster voting config exclusions by node ids or node names. ---- [discrete] -==== ClusterPostVotingConfigExclusionsRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface ClusterPostVotingConfigExclusionsRequest extends <> { ++++ [discrete] -==== ClusterPostVotingConfigExclusionsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-put_component_template.asciidoc b/docs/reference-cluster-put_component_template.asciidoc index 80ce1d91e..51650c50b 100644 --- a/docs/reference-cluster-put_component_template.asciidoc +++ b/docs/reference-cluster-put_component_template.asciidoc @@ -42,7 +42,7 @@ Create or update a component template. Creates or updates a component template. ---- [discrete] -==== ClusterPutComponentTemplateRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface ClusterPutComponentTemplateRequest extends <> { ++++ [discrete] -==== ClusterPutComponentTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-put_settings.asciidoc b/docs/reference-cluster-put_settings.asciidoc index fe837b409..10965a6f8 100644 --- a/docs/reference-cluster-put_settings.asciidoc +++ b/docs/reference-cluster-put_settings.asciidoc @@ -42,7 +42,7 @@ Updates the cluster settings. ---- [discrete] -==== ClusterPutSettingsRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface ClusterPutSettingsRequest extends <> { ++++ [discrete] -==== ClusterPutSettingsResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-remote_info.asciidoc b/docs/reference-cluster-remote_info.asciidoc index ac270a74f..7af0f374a 100644 --- a/docs/reference-cluster-remote_info.asciidoc +++ b/docs/reference-cluster-remote_info.asciidoc @@ -42,7 +42,7 @@ The cluster remote info API allows you to retrieve all of the configured remote ---- [discrete] -==== ClusterRemoteInfoRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface ClusterRemoteInfoRequest extends <> { ++++ [discrete] -==== ClusterRemoteInfoResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-reroute.asciidoc b/docs/reference-cluster-reroute.asciidoc index 31360aabd..7929e56ae 100644 --- a/docs/reference-cluster-reroute.asciidoc +++ b/docs/reference-cluster-reroute.asciidoc @@ -42,7 +42,7 @@ Allows to manually change the allocation of individual shards in the cluster. ---- [discrete] -==== ClusterRerouteRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface ClusterRerouteRequest extends <> { ++++ [discrete] -==== ClusterRerouteResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-state.asciidoc b/docs/reference-cluster-state.asciidoc index 8c771eac1..c10665d3f 100644 --- a/docs/reference-cluster-state.asciidoc +++ b/docs/reference-cluster-state.asciidoc @@ -42,7 +42,7 @@ Returns a comprehensive information about the state of the cluster. ---- [discrete] -==== ClusterStateRequest +==== Request [pass] ++++ @@ -66,7 +66,7 @@ interface ClusterStateRequest extends <> { ++++ [discrete] -==== ClusterStateResponse +==== Response [pass] ++++ diff --git a/docs/reference-cluster-stats.asciidoc b/docs/reference-cluster-stats.asciidoc index 4b8b53b93..94fea4f6c 100644 --- a/docs/reference-cluster-stats.asciidoc +++ b/docs/reference-cluster-stats.asciidoc @@ -42,7 +42,7 @@ Returns cluster statistics. It returns basic index metrics (shard numbers, store ---- [discrete] -==== ClusterStatsRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface ClusterStatsRequest extends <> { ++++ [discrete] -==== ClusterStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-check_in.asciidoc b/docs/reference-connector-check_in.asciidoc index 9d85e65fc..a7031ba12 100644 --- a/docs/reference-connector-check_in.asciidoc +++ b/docs/reference-connector-check_in.asciidoc @@ -42,7 +42,7 @@ Check in a connector. Update the `last_seen` field in the connector and set it t ---- [discrete] -==== ConnectorCheckInRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface ConnectorCheckInRequest extends <> { ++++ [discrete] -==== ConnectorCheckInResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-delete.asciidoc b/docs/reference-connector-delete.asciidoc index 0a5157e4e..9b3558c90 100644 --- a/docs/reference-connector-delete.asciidoc +++ b/docs/reference-connector-delete.asciidoc @@ -42,7 +42,7 @@ Delete a connector. Removes a connector and associated sync jobs. This is a dest ---- [discrete] -==== ConnectorDeleteRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface ConnectorDeleteRequest extends <> { ++++ [discrete] -==== ConnectorDeleteResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-get.asciidoc b/docs/reference-connector-get.asciidoc index d79946385..4ac3f66dd 100644 --- a/docs/reference-connector-get.asciidoc +++ b/docs/reference-connector-get.asciidoc @@ -42,7 +42,7 @@ Get a connector. Get the details about a connector. ---- [discrete] -==== ConnectorGetRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface ConnectorGetRequest extends <> { ++++ [discrete] -==== ConnectorGetResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-list.asciidoc b/docs/reference-connector-list.asciidoc index fdc9a815b..472c84c4e 100644 --- a/docs/reference-connector-list.asciidoc +++ b/docs/reference-connector-list.asciidoc @@ -42,7 +42,7 @@ Get all connectors. Get information about all connectors. ---- [discrete] -==== ConnectorListRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface ConnectorListRequest extends <> { ++++ [discrete] -==== ConnectorListResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-post.asciidoc b/docs/reference-connector-post.asciidoc index 16759492b..b97d3c339 100644 --- a/docs/reference-connector-post.asciidoc +++ b/docs/reference-connector-post.asciidoc @@ -42,7 +42,7 @@ Create a connector. Connectors are Elasticsearch integrations that bring content ---- [discrete] -==== ConnectorPostRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface ConnectorPostRequest extends <> { ++++ [discrete] -==== ConnectorPostResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-put.asciidoc b/docs/reference-connector-put.asciidoc index 796de1cfd..f9acfa3e9 100644 --- a/docs/reference-connector-put.asciidoc +++ b/docs/reference-connector-put.asciidoc @@ -42,7 +42,7 @@ Create or update a connector. ---- [discrete] -==== ConnectorPutRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface ConnectorPutRequest extends <> { ++++ [discrete] -==== ConnectorPutResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-sync_job_cancel.asciidoc b/docs/reference-connector-sync_job_cancel.asciidoc index a96b77813..6eb215c74 100644 --- a/docs/reference-connector-sync_job_cancel.asciidoc +++ b/docs/reference-connector-sync_job_cancel.asciidoc @@ -42,7 +42,7 @@ Cancel a connector sync job. Cancel a connector sync job, which sets the status ---- [discrete] -==== ConnectorSyncJobCancelRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface ConnectorSyncJobCancelRequest extends <> { ++++ [discrete] -==== ConnectorSyncJobCancelResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-sync_job_delete.asciidoc b/docs/reference-connector-sync_job_delete.asciidoc index c56c422f1..8bf49da8c 100644 --- a/docs/reference-connector-sync_job_delete.asciidoc +++ b/docs/reference-connector-sync_job_delete.asciidoc @@ -42,7 +42,7 @@ Delete a connector sync job. Remove a connector sync job and its associated data ---- [discrete] -==== ConnectorSyncJobDeleteRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface ConnectorSyncJobDeleteRequest extends <> { ++++ [discrete] -==== ConnectorSyncJobDeleteResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-sync_job_get.asciidoc b/docs/reference-connector-sync_job_get.asciidoc index 8a9b64712..6065e6fa4 100644 --- a/docs/reference-connector-sync_job_get.asciidoc +++ b/docs/reference-connector-sync_job_get.asciidoc @@ -42,7 +42,7 @@ Get a connector sync job. ---- [discrete] -==== ConnectorSyncJobGetRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface ConnectorSyncJobGetRequest extends <> { ++++ [discrete] -==== ConnectorSyncJobGetResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-sync_job_list.asciidoc b/docs/reference-connector-sync_job_list.asciidoc index a5387c4af..6a09dde16 100644 --- a/docs/reference-connector-sync_job_list.asciidoc +++ b/docs/reference-connector-sync_job_list.asciidoc @@ -42,7 +42,7 @@ Get all connector sync jobs. Get information about all stored connector sync job ---- [discrete] -==== ConnectorSyncJobListRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface ConnectorSyncJobListRequest extends <> { ++++ [discrete] -==== ConnectorSyncJobListResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-sync_job_post.asciidoc b/docs/reference-connector-sync_job_post.asciidoc index c907d5c98..692eb0824 100644 --- a/docs/reference-connector-sync_job_post.asciidoc +++ b/docs/reference-connector-sync_job_post.asciidoc @@ -42,7 +42,7 @@ Create a connector sync job. Create a connector sync job document in the interna ---- [discrete] -==== ConnectorSyncJobPostRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface ConnectorSyncJobPostRequest extends <> { ++++ [discrete] -==== ConnectorSyncJobPostResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_active_filtering.asciidoc b/docs/reference-connector-update_active_filtering.asciidoc index 910dcbbd3..bd64ee82a 100644 --- a/docs/reference-connector-update_active_filtering.asciidoc +++ b/docs/reference-connector-update_active_filtering.asciidoc @@ -42,7 +42,7 @@ Activate the connector draft filter. Activates the valid draft filtering for a c ---- [discrete] -==== ConnectorUpdateActiveFilteringRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface ConnectorUpdateActiveFilteringRequest extends <> { ++++ [discrete] -==== ConnectorUpdateActiveFilteringResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_api_key_id.asciidoc b/docs/reference-connector-update_api_key_id.asciidoc index bc15c82d8..2b2a45672 100644 --- a/docs/reference-connector-update_api_key_id.asciidoc +++ b/docs/reference-connector-update_api_key_id.asciidoc @@ -42,7 +42,7 @@ Update the connector API key ID. Update the `api_key_id` and `api_key_secret_id` ---- [discrete] -==== ConnectorUpdateApiKeyIdRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface ConnectorUpdateApiKeyIdRequest extends <> { ++++ [discrete] -==== ConnectorUpdateApiKeyIdResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_configuration.asciidoc b/docs/reference-connector-update_configuration.asciidoc index ee6d0b827..8d221a2ee 100644 --- a/docs/reference-connector-update_configuration.asciidoc +++ b/docs/reference-connector-update_configuration.asciidoc @@ -42,7 +42,7 @@ Update the connector configuration. Update the configuration field in the connec ---- [discrete] -==== ConnectorUpdateConfigurationRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface ConnectorUpdateConfigurationRequest extends <> { ++++ [discrete] -==== ConnectorUpdateConfigurationResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_error.asciidoc b/docs/reference-connector-update_error.asciidoc index 8f41aa3cf..53fe1450e 100644 --- a/docs/reference-connector-update_error.asciidoc +++ b/docs/reference-connector-update_error.asciidoc @@ -42,7 +42,7 @@ Update the connector error field. Set the error field for the connector. If the ---- [discrete] -==== ConnectorUpdateErrorRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface ConnectorUpdateErrorRequest extends <> { ++++ [discrete] -==== ConnectorUpdateErrorResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_filtering.asciidoc b/docs/reference-connector-update_filtering.asciidoc index 06a2b9698..9ee1e0a17 100644 --- a/docs/reference-connector-update_filtering.asciidoc +++ b/docs/reference-connector-update_filtering.asciidoc @@ -42,7 +42,7 @@ Update the connector filtering. Update the draft filtering configuration of a co ---- [discrete] -==== ConnectorUpdateFilteringRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface ConnectorUpdateFilteringRequest extends <> { ++++ [discrete] -==== ConnectorUpdateFilteringResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_filtering_validation.asciidoc b/docs/reference-connector-update_filtering_validation.asciidoc index 96f1821a9..80c0666c4 100644 --- a/docs/reference-connector-update_filtering_validation.asciidoc +++ b/docs/reference-connector-update_filtering_validation.asciidoc @@ -40,7 +40,7 @@ Update the connector draft filtering validation. Update the draft filtering vali ---- [discrete] -==== ConnectorUpdateFilteringValidationRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface ConnectorUpdateFilteringValidationRequest extends <> { ++++ [discrete] -==== ConnectorUpdateFilteringValidationResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_index_name.asciidoc b/docs/reference-connector-update_index_name.asciidoc index fb6ca8a2d..cd268b753 100644 --- a/docs/reference-connector-update_index_name.asciidoc +++ b/docs/reference-connector-update_index_name.asciidoc @@ -42,7 +42,7 @@ Update the connector index name. Update the `index_name` field of a connector, s ---- [discrete] -==== ConnectorUpdateIndexNameRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface ConnectorUpdateIndexNameRequest extends <> { ++++ [discrete] -==== ConnectorUpdateIndexNameResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_name.asciidoc b/docs/reference-connector-update_name.asciidoc index c01bb582c..22196b650 100644 --- a/docs/reference-connector-update_name.asciidoc +++ b/docs/reference-connector-update_name.asciidoc @@ -42,7 +42,7 @@ Update the connector name and description. ---- [discrete] -==== ConnectorUpdateNameRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface ConnectorUpdateNameRequest extends <> { ++++ [discrete] -==== ConnectorUpdateNameResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_native.asciidoc b/docs/reference-connector-update_native.asciidoc index c4e12b557..f30c30093 100644 --- a/docs/reference-connector-update_native.asciidoc +++ b/docs/reference-connector-update_native.asciidoc @@ -40,7 +40,7 @@ Update the connector is_native flag. ---- [discrete] -==== ConnectorUpdateNativeRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface ConnectorUpdateNativeRequest extends <> { ++++ [discrete] -==== ConnectorUpdateNativeResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_pipeline.asciidoc b/docs/reference-connector-update_pipeline.asciidoc index c314ffaac..a5747dd81 100644 --- a/docs/reference-connector-update_pipeline.asciidoc +++ b/docs/reference-connector-update_pipeline.asciidoc @@ -42,7 +42,7 @@ Update the connector pipeline. When you create a new connector, the configuratio ---- [discrete] -==== ConnectorUpdatePipelineRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface ConnectorUpdatePipelineRequest extends <> { ++++ [discrete] -==== ConnectorUpdatePipelineResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_scheduling.asciidoc b/docs/reference-connector-update_scheduling.asciidoc index df6052cc8..077b215bc 100644 --- a/docs/reference-connector-update_scheduling.asciidoc +++ b/docs/reference-connector-update_scheduling.asciidoc @@ -42,7 +42,7 @@ Update the connector scheduling. ---- [discrete] -==== ConnectorUpdateSchedulingRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface ConnectorUpdateSchedulingRequest extends <> { ++++ [discrete] -==== ConnectorUpdateSchedulingResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_service_type.asciidoc b/docs/reference-connector-update_service_type.asciidoc index a5074930f..73eb6d372 100644 --- a/docs/reference-connector-update_service_type.asciidoc +++ b/docs/reference-connector-update_service_type.asciidoc @@ -42,7 +42,7 @@ Update the connector service type. ---- [discrete] -==== ConnectorUpdateServiceTypeRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface ConnectorUpdateServiceTypeRequest extends <> { ++++ [discrete] -==== ConnectorUpdateServiceTypeResponse +==== Response [pass] ++++ diff --git a/docs/reference-connector-update_status.asciidoc b/docs/reference-connector-update_status.asciidoc index 35a80561c..8bebc43a3 100644 --- a/docs/reference-connector-update_status.asciidoc +++ b/docs/reference-connector-update_status.asciidoc @@ -42,7 +42,7 @@ Update the connector status. ---- [discrete] -==== ConnectorUpdateStatusRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface ConnectorUpdateStatusRequest extends <> { ++++ [discrete] -==== ConnectorUpdateStatusResponse +==== Response [pass] ++++ diff --git a/docs/reference-count.asciidoc b/docs/reference-count.asciidoc index 48e521392..d6dd32c36 100644 --- a/docs/reference-count.asciidoc +++ b/docs/reference-count.asciidoc @@ -42,7 +42,7 @@ Returns number of documents matching a query. ---- [discrete] -==== CountRequest +==== Request [pass] ++++ @@ -72,7 +72,7 @@ interface CountRequest extends <> { ++++ [discrete] -==== CountResponse +==== Response [pass] ++++ diff --git a/docs/reference-create.asciidoc b/docs/reference-create.asciidoc index f889c16c4..3200f2ef2 100644 --- a/docs/reference-create.asciidoc +++ b/docs/reference-create.asciidoc @@ -42,7 +42,7 @@ Index a document. Adds a JSON document to the specified data stream or index and ---- [discrete] -==== CreateRequest +==== Request [pass] ++++ @@ -66,7 +66,7 @@ interface CreateRequest extends <> { ++++ [discrete] -==== CreateResponse +==== Response [pass] ++++ diff --git a/docs/reference-dangling_indices-delete_dangling_index.asciidoc b/docs/reference-dangling_indices-delete_dangling_index.asciidoc index 3fd2083d5..2563cf11b 100644 --- a/docs/reference-dangling_indices-delete_dangling_index.asciidoc +++ b/docs/reference-dangling_indices-delete_dangling_index.asciidoc @@ -42,7 +42,7 @@ Delete a dangling index. If Elasticsearch encounters index data that is absent f ---- [discrete] -==== DanglingIndicesDeleteDanglingIndexRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface DanglingIndicesDeleteDanglingIndexRequest extends <> { ++++ [discrete] -==== DanglingIndicesDeleteDanglingIndexResponse +==== Response [pass] ++++ diff --git a/docs/reference-dangling_indices-import_dangling_index.asciidoc b/docs/reference-dangling_indices-import_dangling_index.asciidoc index 90b693c49..b158f4674 100644 --- a/docs/reference-dangling_indices-import_dangling_index.asciidoc +++ b/docs/reference-dangling_indices-import_dangling_index.asciidoc @@ -42,7 +42,7 @@ Import a dangling index. If Elasticsearch encounters index data that is absent f ---- [discrete] -==== DanglingIndicesImportDanglingIndexRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface DanglingIndicesImportDanglingIndexRequest extends <> { ++++ [discrete] -==== DanglingIndicesImportDanglingIndexResponse +==== Response [pass] ++++ diff --git a/docs/reference-dangling_indices-list_dangling_indices.asciidoc b/docs/reference-dangling_indices-list_dangling_indices.asciidoc index b14064c22..d32d0a2f0 100644 --- a/docs/reference-dangling_indices-list_dangling_indices.asciidoc +++ b/docs/reference-dangling_indices-list_dangling_indices.asciidoc @@ -42,7 +42,7 @@ Get the dangling indices. If Elasticsearch encounters index data that is absent ---- [discrete] -==== DanglingIndicesListDanglingIndicesRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface DanglingIndicesListDanglingIndicesRequest extends <> { ++++ [discrete] -==== DanglingIndicesListDanglingIndicesResponse +==== Response [pass] ++++ diff --git a/docs/reference-delete.asciidoc b/docs/reference-delete.asciidoc index 844c01a21..aa8056945 100644 --- a/docs/reference-delete.asciidoc +++ b/docs/reference-delete.asciidoc @@ -42,7 +42,7 @@ Delete a document. Removes a JSON document from the specified index. ---- [discrete] -==== DeleteRequest +==== Request [pass] ++++ @@ -66,7 +66,7 @@ interface DeleteRequest extends <> { ++++ [discrete] -==== DeleteResponse +==== Response [pass] ++++ diff --git a/docs/reference-delete_by_query.asciidoc b/docs/reference-delete_by_query.asciidoc index cfd01b0bc..ce4e7d582 100644 --- a/docs/reference-delete_by_query.asciidoc +++ b/docs/reference-delete_by_query.asciidoc @@ -42,7 +42,7 @@ Delete documents. Deletes documents that match the specified query. ---- [discrete] -==== DeleteByQueryRequest +==== Request [pass] ++++ @@ -88,7 +88,7 @@ interface DeleteByQueryRequest extends <> { ++++ [discrete] -==== DeleteByQueryResponse +==== Response [pass] ++++ diff --git a/docs/reference-delete_by_query_rethrottle.asciidoc b/docs/reference-delete_by_query_rethrottle.asciidoc index b19d3218e..facface3c 100644 --- a/docs/reference-delete_by_query_rethrottle.asciidoc +++ b/docs/reference-delete_by_query_rethrottle.asciidoc @@ -42,7 +42,7 @@ Throttle a delete by query operation. Change the number of requests per second f ---- [discrete] -==== DeleteByQueryRethrottleRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface DeleteByQueryRethrottleRequest extends <> { ++++ [discrete] -==== DeleteByQueryRethrottleResponse +==== Response [pass] ++++ diff --git a/docs/reference-delete_script.asciidoc b/docs/reference-delete_script.asciidoc index e6b609c78..7c58e33bb 100644 --- a/docs/reference-delete_script.asciidoc +++ b/docs/reference-delete_script.asciidoc @@ -42,7 +42,7 @@ Delete a script or search template. Deletes a stored script or search template. ---- [discrete] -==== DeleteScriptRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface DeleteScriptRequest extends <> { ++++ [discrete] -==== DeleteScriptResponse +==== Response [pass] ++++ diff --git a/docs/reference-enrich-delete_policy.asciidoc b/docs/reference-enrich-delete_policy.asciidoc index 6f5579fee..85de9188a 100644 --- a/docs/reference-enrich-delete_policy.asciidoc +++ b/docs/reference-enrich-delete_policy.asciidoc @@ -42,7 +42,7 @@ Delete an enrich policy. Deletes an existing enrich policy and its enrich index. ---- [discrete] -==== EnrichDeletePolicyRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface EnrichDeletePolicyRequest extends <> { ++++ [discrete] -==== EnrichDeletePolicyResponse +==== Response [pass] ++++ diff --git a/docs/reference-enrich-execute_policy.asciidoc b/docs/reference-enrich-execute_policy.asciidoc index aad92d722..aebfe6043 100644 --- a/docs/reference-enrich-execute_policy.asciidoc +++ b/docs/reference-enrich-execute_policy.asciidoc @@ -42,7 +42,7 @@ Creates the enrich index for an existing enrich policy. ---- [discrete] -==== EnrichExecutePolicyRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface EnrichExecutePolicyRequest extends <> { ++++ [discrete] -==== EnrichExecutePolicyResponse +==== Response [pass] ++++ diff --git a/docs/reference-enrich-get_policy.asciidoc b/docs/reference-enrich-get_policy.asciidoc index 2825f084c..2d089b20a 100644 --- a/docs/reference-enrich-get_policy.asciidoc +++ b/docs/reference-enrich-get_policy.asciidoc @@ -42,7 +42,7 @@ Get an enrich policy. Returns information about an enrich policy. ---- [discrete] -==== EnrichGetPolicyRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface EnrichGetPolicyRequest extends <> { ++++ [discrete] -==== EnrichGetPolicyResponse +==== Response [pass] ++++ diff --git a/docs/reference-enrich-put_policy.asciidoc b/docs/reference-enrich-put_policy.asciidoc index 812b8a9ce..73c7963c1 100644 --- a/docs/reference-enrich-put_policy.asciidoc +++ b/docs/reference-enrich-put_policy.asciidoc @@ -42,7 +42,7 @@ Create an enrich policy. Creates an enrich policy. ---- [discrete] -==== EnrichPutPolicyRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface EnrichPutPolicyRequest extends <> { ++++ [discrete] -==== EnrichPutPolicyResponse +==== Response [pass] ++++ diff --git a/docs/reference-enrich-stats.asciidoc b/docs/reference-enrich-stats.asciidoc index 640e8c0d1..28da1c9d6 100644 --- a/docs/reference-enrich-stats.asciidoc +++ b/docs/reference-enrich-stats.asciidoc @@ -42,7 +42,7 @@ Get enrich stats. Returns enrich coordinator statistics and information about en ---- [discrete] -==== EnrichStatsRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface EnrichStatsRequest extends <> { ++++ [discrete] -==== EnrichStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-eql-delete.asciidoc b/docs/reference-eql-delete.asciidoc index 5dd2b2e0f..cd0631d36 100644 --- a/docs/reference-eql-delete.asciidoc +++ b/docs/reference-eql-delete.asciidoc @@ -42,7 +42,7 @@ Deletes an async EQL search or a stored synchronous EQL search. The API also del ---- [discrete] -==== EqlDeleteRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface EqlDeleteRequest extends <> { ++++ [discrete] -==== EqlDeleteResponse +==== Response [pass] ++++ diff --git a/docs/reference-eql-get.asciidoc b/docs/reference-eql-get.asciidoc index 45f0b18c9..3115d6b1c 100644 --- a/docs/reference-eql-get.asciidoc +++ b/docs/reference-eql-get.asciidoc @@ -42,7 +42,7 @@ Returns the current status and available results for an async EQL search or a st ---- [discrete] -==== EqlGetRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface EqlGetRequest extends <> { ++++ [discrete] -==== EqlGetResponse +==== Response [pass] ++++ diff --git a/docs/reference-eql-get_status.asciidoc b/docs/reference-eql-get_status.asciidoc index 74aa5633e..a01792c12 100644 --- a/docs/reference-eql-get_status.asciidoc +++ b/docs/reference-eql-get_status.asciidoc @@ -42,7 +42,7 @@ Returns the current status for an async EQL search or a stored synchronous EQL s ---- [discrete] -==== EqlGetStatusRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface EqlGetStatusRequest extends <> { ++++ [discrete] -==== EqlGetStatusResponse +==== Response [pass] ++++ diff --git a/docs/reference-eql-search.asciidoc b/docs/reference-eql-search.asciidoc index 58812d301..6bd334737 100644 --- a/docs/reference-eql-search.asciidoc +++ b/docs/reference-eql-search.asciidoc @@ -42,7 +42,7 @@ Returns results matching a query expressed in Event Query Language (EQL) ---- [discrete] -==== EqlSearchRequest +==== Request [pass] ++++ @@ -74,7 +74,7 @@ interface EqlSearchRequest extends <> { ++++ [discrete] -==== EqlSearchResponse +==== Response [pass] ++++ diff --git a/docs/reference-esql-query.asciidoc b/docs/reference-esql-query.asciidoc index a1dbe8236..843f472ef 100644 --- a/docs/reference-esql-query.asciidoc +++ b/docs/reference-esql-query.asciidoc @@ -42,7 +42,7 @@ Executes an ES|QL request ---- [discrete] -==== EsqlQueryRequest +==== Request [pass] ++++ @@ -66,7 +66,7 @@ interface EsqlQueryRequest extends <> { ++++ [discrete] -==== EsqlQueryResponse +==== Response [pass] ++++ diff --git a/docs/reference-exists.asciidoc b/docs/reference-exists.asciidoc index 1c49fc969..36a3034ec 100644 --- a/docs/reference-exists.asciidoc +++ b/docs/reference-exists.asciidoc @@ -42,7 +42,7 @@ Check a document. Checks if a specified document exists. ---- [discrete] -==== ExistsRequest +==== Request [pass] ++++ @@ -68,7 +68,7 @@ interface ExistsRequest extends <> { ++++ [discrete] -==== ExistsResponse +==== Response [pass] ++++ diff --git a/docs/reference-exists_source.asciidoc b/docs/reference-exists_source.asciidoc index ac2180e43..e0704875e 100644 --- a/docs/reference-exists_source.asciidoc +++ b/docs/reference-exists_source.asciidoc @@ -42,7 +42,7 @@ Check for a document source. Checks if a document's `_source` is stored. ---- [discrete] -==== ExistsSourceRequest +==== Request [pass] ++++ @@ -67,7 +67,7 @@ interface ExistsSourceRequest extends <> { ++++ [discrete] -==== ExistsSourceResponse +==== Response [pass] ++++ diff --git a/docs/reference-explain.asciidoc b/docs/reference-explain.asciidoc index 11223fb77..0dc6ca256 100644 --- a/docs/reference-explain.asciidoc +++ b/docs/reference-explain.asciidoc @@ -42,7 +42,7 @@ Explain a document match result. Returns information about why a specific docume ---- [discrete] -==== ExplainRequest +==== Request [pass] ++++ @@ -71,7 +71,7 @@ interface ExplainRequest extends <> { ++++ [discrete] -==== ExplainResponse +==== Response [pass] ++++ diff --git a/docs/reference-features-get_features.asciidoc b/docs/reference-features-get_features.asciidoc index 4a0f56c1b..aafa2c527 100644 --- a/docs/reference-features-get_features.asciidoc +++ b/docs/reference-features-get_features.asciidoc @@ -42,7 +42,7 @@ Gets a list of features which can be included in snapshots using the feature_sta ---- [discrete] -==== FeaturesGetFeaturesRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface FeaturesGetFeaturesRequest extends <> { ++++ [discrete] -==== FeaturesGetFeaturesResponse +==== Response [pass] ++++ diff --git a/docs/reference-features-reset_features.asciidoc b/docs/reference-features-reset_features.asciidoc index e9d2febbc..7d0b22494 100644 --- a/docs/reference-features-reset_features.asciidoc +++ b/docs/reference-features-reset_features.asciidoc @@ -42,7 +42,7 @@ Resets the internal state of features, usually by deleting system indices ---- [discrete] -==== FeaturesResetFeaturesRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface FeaturesResetFeaturesRequest extends <> { ++++ [discrete] -==== FeaturesResetFeaturesResponse +==== Response [pass] ++++ diff --git a/docs/reference-field_caps.asciidoc b/docs/reference-field_caps.asciidoc index 875c83c89..50769b49e 100644 --- a/docs/reference-field_caps.asciidoc +++ b/docs/reference-field_caps.asciidoc @@ -42,7 +42,7 @@ Get the field capabilities. Get information about the capabilities of fields amo ---- [discrete] -==== FieldCapsRequest +==== Request [pass] ++++ @@ -67,7 +67,7 @@ interface FieldCapsRequest extends <> { ++++ [discrete] -==== FieldCapsResponse +==== Response [pass] ++++ diff --git a/docs/reference-fleet-global_checkpoints.asciidoc b/docs/reference-fleet-global_checkpoints.asciidoc index 6f426d8ae..11537af7a 100644 --- a/docs/reference-fleet-global_checkpoints.asciidoc +++ b/docs/reference-fleet-global_checkpoints.asciidoc @@ -42,7 +42,7 @@ Returns the current global checkpoints for an index. This API is design for inte ---- [discrete] -==== FleetGlobalCheckpointsRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface FleetGlobalCheckpointsRequest extends <> { ++++ [discrete] -==== FleetGlobalCheckpointsResponse +==== Response [pass] ++++ diff --git a/docs/reference-fleet-msearch.asciidoc b/docs/reference-fleet-msearch.asciidoc index 7ff24bdc8..188a8ca74 100644 --- a/docs/reference-fleet-msearch.asciidoc +++ b/docs/reference-fleet-msearch.asciidoc @@ -40,7 +40,7 @@ Executes several [fleet searches](https://www.elastic.co/guide/en/elasticsearch/ ---- [discrete] -==== FleetMsearchRequest +==== Request [pass] ++++ @@ -69,7 +69,7 @@ interface FleetMsearchRequest extends <> { ++++ [discrete] -==== FleetMsearchResponse +==== Response [pass] ++++ diff --git a/docs/reference-fleet-search.asciidoc b/docs/reference-fleet-search.asciidoc index aa09620ac..d331bfe93 100644 --- a/docs/reference-fleet-search.asciidoc +++ b/docs/reference-fleet-search.asciidoc @@ -40,7 +40,7 @@ The purpose of the fleet search api is to provide a search api where the search ---- [discrete] -==== FleetSearchRequest +==== Request [pass] ++++ @@ -118,7 +118,7 @@ interface FleetSearchRequest extends <> { ++++ [discrete] -==== FleetSearchResponse +==== Response [pass] ++++ diff --git a/docs/reference-get.asciidoc b/docs/reference-get.asciidoc index 05b444308..f0aa535ab 100644 --- a/docs/reference-get.asciidoc +++ b/docs/reference-get.asciidoc @@ -42,7 +42,7 @@ Get a document by its ID. Retrieves the document with the specified ID from an i ---- [discrete] -==== GetRequest +==== Request [pass] ++++ @@ -69,7 +69,7 @@ interface GetRequest extends <> { ++++ [discrete] -==== GetResponse +==== Response [pass] ++++ diff --git a/docs/reference-get_script.asciidoc b/docs/reference-get_script.asciidoc index c03435528..0fd4c0cb3 100644 --- a/docs/reference-get_script.asciidoc +++ b/docs/reference-get_script.asciidoc @@ -42,7 +42,7 @@ Get a script or search template. Retrieves a stored script or search template. ---- [discrete] -==== GetScriptRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface GetScriptRequest extends <> { ++++ [discrete] -==== GetScriptResponse +==== Response [pass] ++++ diff --git a/docs/reference-get_script_context.asciidoc b/docs/reference-get_script_context.asciidoc index bb50eb63a..bcf8d6dd6 100644 --- a/docs/reference-get_script_context.asciidoc +++ b/docs/reference-get_script_context.asciidoc @@ -42,7 +42,7 @@ Get script contexts. Get a list of supported script contexts and their methods. ---- [discrete] -==== GetScriptContextRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface GetScriptContextRequest extends <> { ++++ [discrete] -==== GetScriptContextResponse +==== Response [pass] ++++ diff --git a/docs/reference-get_script_languages.asciidoc b/docs/reference-get_script_languages.asciidoc index 54cb5e4d4..14ac18c7b 100644 --- a/docs/reference-get_script_languages.asciidoc +++ b/docs/reference-get_script_languages.asciidoc @@ -42,7 +42,7 @@ Get script languages. Get a list of available script types, languages, and conte ---- [discrete] -==== GetScriptLanguagesRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface GetScriptLanguagesRequest extends <> { ++++ [discrete] -==== GetScriptLanguagesResponse +==== Response [pass] ++++ diff --git a/docs/reference-get_source.asciidoc b/docs/reference-get_source.asciidoc index 00ca3eb49..289d95029 100644 --- a/docs/reference-get_source.asciidoc +++ b/docs/reference-get_source.asciidoc @@ -42,7 +42,7 @@ Get a document's source. Returns the source of a document. ---- [discrete] -==== GetSourceRequest +==== Request [pass] ++++ @@ -68,7 +68,7 @@ interface GetSourceRequest extends <> { ++++ [discrete] -==== GetSourceResponse +==== Response [pass] ++++ diff --git a/docs/reference-graph-explore.asciidoc b/docs/reference-graph-explore.asciidoc index 550e940d2..3e476c936 100644 --- a/docs/reference-graph-explore.asciidoc +++ b/docs/reference-graph-explore.asciidoc @@ -42,7 +42,7 @@ Extracts and summarizes information about the documents and terms in an Elastics ---- [discrete] -==== GraphExploreRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface GraphExploreRequest extends <> { ++++ [discrete] -==== GraphExploreResponse +==== Response [pass] ++++ diff --git a/docs/reference-health_report.asciidoc b/docs/reference-health_report.asciidoc index 64f159c66..c2abd8542 100644 --- a/docs/reference-health_report.asciidoc +++ b/docs/reference-health_report.asciidoc @@ -42,7 +42,7 @@ Returns the health of the cluster. ---- [discrete] -==== HealthReportRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface HealthReportRequest extends <> { ++++ [discrete] -==== HealthReportResponse +==== Response [pass] ++++ diff --git a/docs/reference-ilm-delete_lifecycle.asciidoc b/docs/reference-ilm-delete_lifecycle.asciidoc index 0cea0e350..f7715c365 100644 --- a/docs/reference-ilm-delete_lifecycle.asciidoc +++ b/docs/reference-ilm-delete_lifecycle.asciidoc @@ -42,7 +42,7 @@ Deletes the specified lifecycle policy definition. You cannot delete policies th ---- [discrete] -==== IlmDeleteLifecycleRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IlmDeleteLifecycleRequest extends <> { ++++ [discrete] -==== IlmDeleteLifecycleResponse +==== Response [pass] ++++ diff --git a/docs/reference-ilm-explain_lifecycle.asciidoc b/docs/reference-ilm-explain_lifecycle.asciidoc index d731294ab..a86328db1 100644 --- a/docs/reference-ilm-explain_lifecycle.asciidoc +++ b/docs/reference-ilm-explain_lifecycle.asciidoc @@ -42,7 +42,7 @@ Retrieves information about the index’s current lifecycle state, such as the c ---- [discrete] -==== IlmExplainLifecycleRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface IlmExplainLifecycleRequest extends <> { ++++ [discrete] -==== IlmExplainLifecycleResponse +==== Response [pass] ++++ diff --git a/docs/reference-ilm-get_lifecycle.asciidoc b/docs/reference-ilm-get_lifecycle.asciidoc index 0e2342ae4..7f276024e 100644 --- a/docs/reference-ilm-get_lifecycle.asciidoc +++ b/docs/reference-ilm-get_lifecycle.asciidoc @@ -42,7 +42,7 @@ Retrieves a lifecycle policy. ---- [discrete] -==== IlmGetLifecycleRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IlmGetLifecycleRequest extends <> { ++++ [discrete] -==== IlmGetLifecycleResponse +==== Response [pass] ++++ diff --git a/docs/reference-ilm-get_status.asciidoc b/docs/reference-ilm-get_status.asciidoc index 501bbecfe..cd7ece17b 100644 --- a/docs/reference-ilm-get_status.asciidoc +++ b/docs/reference-ilm-get_status.asciidoc @@ -42,7 +42,7 @@ Retrieves the current index lifecycle management (ILM) status. ---- [discrete] -==== IlmGetStatusRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface IlmGetStatusRequest extends <> { ++++ [discrete] -==== IlmGetStatusResponse +==== Response [pass] ++++ diff --git a/docs/reference-ilm-migrate_to_data_tiers.asciidoc b/docs/reference-ilm-migrate_to_data_tiers.asciidoc index f74443f93..00b76c2bc 100644 --- a/docs/reference-ilm-migrate_to_data_tiers.asciidoc +++ b/docs/reference-ilm-migrate_to_data_tiers.asciidoc @@ -42,7 +42,7 @@ Switches the indices, ILM policies, and legacy, composable and component templat ---- [discrete] -==== IlmMigrateToDataTiersRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IlmMigrateToDataTiersRequest extends <> { ++++ [discrete] -==== IlmMigrateToDataTiersResponse +==== Response [pass] ++++ diff --git a/docs/reference-ilm-move_to_step.asciidoc b/docs/reference-ilm-move_to_step.asciidoc index 6d7c96a29..28dae3e77 100644 --- a/docs/reference-ilm-move_to_step.asciidoc +++ b/docs/reference-ilm-move_to_step.asciidoc @@ -42,7 +42,7 @@ Manually moves an index into the specified step and executes that step. ---- [discrete] -==== IlmMoveToStepRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IlmMoveToStepRequest extends <> { ++++ [discrete] -==== IlmMoveToStepResponse +==== Response [pass] ++++ diff --git a/docs/reference-ilm-put_lifecycle.asciidoc b/docs/reference-ilm-put_lifecycle.asciidoc index ff73cee3a..fd5910725 100644 --- a/docs/reference-ilm-put_lifecycle.asciidoc +++ b/docs/reference-ilm-put_lifecycle.asciidoc @@ -42,7 +42,7 @@ Creates a lifecycle policy. If the specified policy exists, the policy is replac ---- [discrete] -==== IlmPutLifecycleRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface IlmPutLifecycleRequest extends <> { ++++ [discrete] -==== IlmPutLifecycleResponse +==== Response [pass] ++++ diff --git a/docs/reference-ilm-remove_policy.asciidoc b/docs/reference-ilm-remove_policy.asciidoc index 7b52aead4..f4150edfa 100644 --- a/docs/reference-ilm-remove_policy.asciidoc +++ b/docs/reference-ilm-remove_policy.asciidoc @@ -42,7 +42,7 @@ Removes the assigned lifecycle policy and stops managing the specified index ---- [discrete] -==== IlmRemovePolicyRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface IlmRemovePolicyRequest extends <> { ++++ [discrete] -==== IlmRemovePolicyResponse +==== Response [pass] ++++ diff --git a/docs/reference-ilm-retry.asciidoc b/docs/reference-ilm-retry.asciidoc index 50c253f36..14c171add 100644 --- a/docs/reference-ilm-retry.asciidoc +++ b/docs/reference-ilm-retry.asciidoc @@ -42,7 +42,7 @@ Retries executing the policy for an index that is in the ERROR step. ---- [discrete] -==== IlmRetryRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface IlmRetryRequest extends <> { ++++ [discrete] -==== IlmRetryResponse +==== Response [pass] ++++ diff --git a/docs/reference-ilm-start.asciidoc b/docs/reference-ilm-start.asciidoc index c3786f17b..d793e423e 100644 --- a/docs/reference-ilm-start.asciidoc +++ b/docs/reference-ilm-start.asciidoc @@ -42,7 +42,7 @@ Start the index lifecycle management (ILM) plugin. ---- [discrete] -==== IlmStartRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface IlmStartRequest extends <> { ++++ [discrete] -==== IlmStartResponse +==== Response [pass] ++++ diff --git a/docs/reference-ilm-stop.asciidoc b/docs/reference-ilm-stop.asciidoc index 06467b2b6..22420c6ae 100644 --- a/docs/reference-ilm-stop.asciidoc +++ b/docs/reference-ilm-stop.asciidoc @@ -42,7 +42,7 @@ Halts all lifecycle management operations and stops the index lifecycle manageme ---- [discrete] -==== IlmStopRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface IlmStopRequest extends <> { ++++ [discrete] -==== IlmStopResponse +==== Response [pass] ++++ diff --git a/docs/reference-index.asciidoc b/docs/reference-index.asciidoc index 95a6c8a38..4f896ded7 100644 --- a/docs/reference-index.asciidoc +++ b/docs/reference-index.asciidoc @@ -42,7 +42,7 @@ Index a document. Adds a JSON document to the specified data stream or index and ---- [discrete] -==== IndexRequest +==== Request [pass] ++++ @@ -70,7 +70,7 @@ interface IndexRequest extends <> { ++++ [discrete] -==== IndexResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-add_block.asciidoc b/docs/reference-indices-add_block.asciidoc index dbc8c34bc..0ec5bb2b4 100644 --- a/docs/reference-indices-add_block.asciidoc +++ b/docs/reference-indices-add_block.asciidoc @@ -42,7 +42,7 @@ Add an index block. Limits the operations allowed on an index by blocking specif ---- [discrete] -==== IndicesAddBlockRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface IndicesAddBlockRequest extends <> { ++++ [discrete] -==== IndicesAddBlockResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-analyze.asciidoc b/docs/reference-indices-analyze.asciidoc index 55aee17f2..1db17dcb8 100644 --- a/docs/reference-indices-analyze.asciidoc +++ b/docs/reference-indices-analyze.asciidoc @@ -42,7 +42,7 @@ Get tokens from text analysis. The analyze API performs [analysis](https://www.e ---- [discrete] -==== IndicesAnalyzeRequest +==== Request [pass] ++++ @@ -66,7 +66,7 @@ interface IndicesAnalyzeRequest extends <> { ++++ [discrete] -==== IndicesAnalyzeResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-clear_cache.asciidoc b/docs/reference-indices-clear_cache.asciidoc index f65003b0a..32b291d09 100644 --- a/docs/reference-indices-clear_cache.asciidoc +++ b/docs/reference-indices-clear_cache.asciidoc @@ -42,7 +42,7 @@ Clears the caches of one or more indices. For data streams, the API clears the c ---- [discrete] -==== IndicesClearCacheRequest +==== Request [pass] ++++ @@ -64,7 +64,7 @@ interface IndicesClearCacheRequest extends <> { ++++ [discrete] -==== IndicesClearCacheResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-clone.asciidoc b/docs/reference-indices-clone.asciidoc index c2a563ca3..e6b5fc99b 100644 --- a/docs/reference-indices-clone.asciidoc +++ b/docs/reference-indices-clone.asciidoc @@ -42,7 +42,7 @@ Clones an existing index. ---- [discrete] -==== IndicesCloneRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface IndicesCloneRequest extends <> { ++++ [discrete] -==== IndicesCloneResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-close.asciidoc b/docs/reference-indices-close.asciidoc index 83c1a4458..07e75737a 100644 --- a/docs/reference-indices-close.asciidoc +++ b/docs/reference-indices-close.asciidoc @@ -42,7 +42,7 @@ Closes an index. ---- [discrete] -==== IndicesCloseRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface IndicesCloseRequest extends <> { ++++ [discrete] -==== IndicesCloseResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-create.asciidoc b/docs/reference-indices-create.asciidoc index 0185760ed..c588fefd1 100644 --- a/docs/reference-indices-create.asciidoc +++ b/docs/reference-indices-create.asciidoc @@ -42,7 +42,7 @@ Create an index. Creates a new index. ---- [discrete] -==== IndicesCreateRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface IndicesCreateRequest extends <> { ++++ [discrete] -==== IndicesCreateResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-create_data_stream.asciidoc b/docs/reference-indices-create_data_stream.asciidoc index e1016a430..1976bd86e 100644 --- a/docs/reference-indices-create_data_stream.asciidoc +++ b/docs/reference-indices-create_data_stream.asciidoc @@ -42,7 +42,7 @@ Create a data stream. Creates a data stream. You must have a matching index temp ---- [discrete] -==== IndicesCreateDataStreamRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IndicesCreateDataStreamRequest extends <> { ++++ [discrete] -==== IndicesCreateDataStreamResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-data_streams_stats.asciidoc b/docs/reference-indices-data_streams_stats.asciidoc index f1383a70a..90ffbcedb 100644 --- a/docs/reference-indices-data_streams_stats.asciidoc +++ b/docs/reference-indices-data_streams_stats.asciidoc @@ -42,7 +42,7 @@ Get data stream stats. Retrieves statistics for one or more data streams. ---- [discrete] -==== IndicesDataStreamsStatsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface IndicesDataStreamsStatsRequest extends <> { ++++ [discrete] -==== IndicesDataStreamsStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-delete.asciidoc b/docs/reference-indices-delete.asciidoc index 324ea75cf..9bc1706f7 100644 --- a/docs/reference-indices-delete.asciidoc +++ b/docs/reference-indices-delete.asciidoc @@ -42,7 +42,7 @@ Delete indices. Deletes one or more indices. ---- [discrete] -==== IndicesDeleteRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface IndicesDeleteRequest extends <> { ++++ [discrete] -==== IndicesDeleteResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-delete_alias.asciidoc b/docs/reference-indices-delete_alias.asciidoc index 1cec96fe8..a30721a90 100644 --- a/docs/reference-indices-delete_alias.asciidoc +++ b/docs/reference-indices-delete_alias.asciidoc @@ -42,7 +42,7 @@ Delete an alias. Removes a data stream or index from an alias. ---- [discrete] -==== IndicesDeleteAliasRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface IndicesDeleteAliasRequest extends <> { ++++ [discrete] -==== IndicesDeleteAliasResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-delete_data_lifecycle.asciidoc b/docs/reference-indices-delete_data_lifecycle.asciidoc index 4b2c7d50e..57340e955 100644 --- a/docs/reference-indices-delete_data_lifecycle.asciidoc +++ b/docs/reference-indices-delete_data_lifecycle.asciidoc @@ -42,7 +42,7 @@ Delete data stream lifecycles. Removes the data stream lifecycle from a data str ---- [discrete] -==== IndicesDeleteDataLifecycleRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface IndicesDeleteDataLifecycleRequest extends <> { ++++ [discrete] -==== IndicesDeleteDataLifecycleResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-delete_data_stream.asciidoc b/docs/reference-indices-delete_data_stream.asciidoc index 7d0085153..fab2f1e98 100644 --- a/docs/reference-indices-delete_data_stream.asciidoc +++ b/docs/reference-indices-delete_data_stream.asciidoc @@ -42,7 +42,7 @@ Delete data streams. Deletes one or more data streams and their backing indices. ---- [discrete] -==== IndicesDeleteDataStreamRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IndicesDeleteDataStreamRequest extends <> { ++++ [discrete] -==== IndicesDeleteDataStreamResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-delete_index_template.asciidoc b/docs/reference-indices-delete_index_template.asciidoc index 393ac1a6f..b83a71fc1 100644 --- a/docs/reference-indices-delete_index_template.asciidoc +++ b/docs/reference-indices-delete_index_template.asciidoc @@ -42,7 +42,7 @@ Delete an index template. The provided may contain multiple tem ---- [discrete] -==== IndicesDeleteIndexTemplateRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IndicesDeleteIndexTemplateRequest extends <> { ++++ [discrete] -==== IndicesDeleteIndexTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-delete_template.asciidoc b/docs/reference-indices-delete_template.asciidoc index 75f8d0a10..293bccdab 100644 --- a/docs/reference-indices-delete_template.asciidoc +++ b/docs/reference-indices-delete_template.asciidoc @@ -42,7 +42,7 @@ Deletes a legacy index template. ---- [discrete] -==== IndicesDeleteTemplateRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IndicesDeleteTemplateRequest extends <> { ++++ [discrete] -==== IndicesDeleteTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-disk_usage.asciidoc b/docs/reference-indices-disk_usage.asciidoc index e11efb746..6668be1d5 100644 --- a/docs/reference-indices-disk_usage.asciidoc +++ b/docs/reference-indices-disk_usage.asciidoc @@ -42,7 +42,7 @@ Analyzes the disk usage of each field of an index or data stream. ---- [discrete] -==== IndicesDiskUsageRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface IndicesDiskUsageRequest extends <> { ++++ [discrete] -==== IndicesDiskUsageResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-downsample.asciidoc b/docs/reference-indices-downsample.asciidoc index c002cda84..1722b3ffa 100644 --- a/docs/reference-indices-downsample.asciidoc +++ b/docs/reference-indices-downsample.asciidoc @@ -42,7 +42,7 @@ Aggregates a time series (TSDS) index and stores pre-computed statistical summar ---- [discrete] -==== IndicesDownsampleRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IndicesDownsampleRequest extends <> { ++++ [discrete] -==== IndicesDownsampleResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-exists.asciidoc b/docs/reference-indices-exists.asciidoc index 8dd9c87e8..7e3a2466d 100644 --- a/docs/reference-indices-exists.asciidoc +++ b/docs/reference-indices-exists.asciidoc @@ -42,7 +42,7 @@ Check indices. Checks if one or more indices, index aliases, or data streams exi ---- [discrete] -==== IndicesExistsRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface IndicesExistsRequest extends <> { ++++ [discrete] -==== IndicesExistsResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-exists_alias.asciidoc b/docs/reference-indices-exists_alias.asciidoc index fa6a360d3..edc0c9298 100644 --- a/docs/reference-indices-exists_alias.asciidoc +++ b/docs/reference-indices-exists_alias.asciidoc @@ -42,7 +42,7 @@ Check aliases. Checks if one or more data stream or index aliases exist. ---- [discrete] -==== IndicesExistsAliasRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface IndicesExistsAliasRequest extends <> { ++++ [discrete] -==== IndicesExistsAliasResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-exists_index_template.asciidoc b/docs/reference-indices-exists_index_template.asciidoc index cbcfa610e..644ba9daf 100644 --- a/docs/reference-indices-exists_index_template.asciidoc +++ b/docs/reference-indices-exists_index_template.asciidoc @@ -42,7 +42,7 @@ Returns information about whether a particular index template exists. ---- [discrete] -==== IndicesExistsIndexTemplateRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface IndicesExistsIndexTemplateRequest extends <> { ++++ [discrete] -==== IndicesExistsIndexTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-exists_template.asciidoc b/docs/reference-indices-exists_template.asciidoc index bb58eb899..1e1c773d6 100644 --- a/docs/reference-indices-exists_template.asciidoc +++ b/docs/reference-indices-exists_template.asciidoc @@ -42,7 +42,7 @@ Check existence of index templates. Returns information about whether a particul ---- [discrete] -==== IndicesExistsTemplateRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface IndicesExistsTemplateRequest extends <> { ++++ [discrete] -==== IndicesExistsTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-explain_data_lifecycle.asciidoc b/docs/reference-indices-explain_data_lifecycle.asciidoc index 1d6c01e09..d288206f2 100644 --- a/docs/reference-indices-explain_data_lifecycle.asciidoc +++ b/docs/reference-indices-explain_data_lifecycle.asciidoc @@ -42,7 +42,7 @@ Get the status for a data stream lifecycle. Retrieves information about an index ---- [discrete] -==== IndicesExplainDataLifecycleRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IndicesExplainDataLifecycleRequest extends <> { ++++ [discrete] -==== IndicesExplainDataLifecycleResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-field_usage_stats.asciidoc b/docs/reference-indices-field_usage_stats.asciidoc index bcea1cb67..b48587c76 100644 --- a/docs/reference-indices-field_usage_stats.asciidoc +++ b/docs/reference-indices-field_usage_stats.asciidoc @@ -42,7 +42,7 @@ Returns field usage information for each shard and field of an index. ---- [discrete] -==== IndicesFieldUsageStatsRequest +==== Request [pass] ++++ @@ -64,7 +64,7 @@ interface IndicesFieldUsageStatsRequest extends <> { ++++ [discrete] -==== IndicesFieldUsageStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-flush.asciidoc b/docs/reference-indices-flush.asciidoc index aef53f2c2..68af8f6b7 100644 --- a/docs/reference-indices-flush.asciidoc +++ b/docs/reference-indices-flush.asciidoc @@ -42,7 +42,7 @@ Flushes one or more data streams or indices. ---- [discrete] -==== IndicesFlushRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface IndicesFlushRequest extends <> { ++++ [discrete] -==== IndicesFlushResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-forcemerge.asciidoc b/docs/reference-indices-forcemerge.asciidoc index 9f0e3a8e2..84b9f0c9f 100644 --- a/docs/reference-indices-forcemerge.asciidoc +++ b/docs/reference-indices-forcemerge.asciidoc @@ -42,7 +42,7 @@ Performs the force merge operation on one or more indices. ---- [discrete] -==== IndicesForcemergeRequest +==== Request [pass] ++++ @@ -64,7 +64,7 @@ interface IndicesForcemergeRequest extends <> { ++++ [discrete] -==== IndicesForcemergeResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-get.asciidoc b/docs/reference-indices-get.asciidoc index 0a6fe8e43..264f1052b 100644 --- a/docs/reference-indices-get.asciidoc +++ b/docs/reference-indices-get.asciidoc @@ -42,7 +42,7 @@ Get index information. Returns information about one or more indices. For data s ---- [discrete] -==== IndicesGetRequest +==== Request [pass] ++++ @@ -65,7 +65,7 @@ interface IndicesGetRequest extends <> { ++++ [discrete] -==== IndicesGetResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-get_alias.asciidoc b/docs/reference-indices-get_alias.asciidoc index 0f98c196d..32aef87e6 100644 --- a/docs/reference-indices-get_alias.asciidoc +++ b/docs/reference-indices-get_alias.asciidoc @@ -42,7 +42,7 @@ Get aliases. Retrieves information for one or more data stream or index aliases. ---- [discrete] -==== IndicesGetAliasRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface IndicesGetAliasRequest extends <> { ++++ [discrete] -==== IndicesGetAliasResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-get_data_lifecycle.asciidoc b/docs/reference-indices-get_data_lifecycle.asciidoc index 76df5def2..095eb0620 100644 --- a/docs/reference-indices-get_data_lifecycle.asciidoc +++ b/docs/reference-indices-get_data_lifecycle.asciidoc @@ -42,7 +42,7 @@ Get data stream lifecycles. Retrieves the data stream lifecycle configuration of ---- [discrete] -==== IndicesGetDataLifecycleRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface IndicesGetDataLifecycleRequest extends <> { ++++ [discrete] -==== IndicesGetDataLifecycleResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-get_data_stream.asciidoc b/docs/reference-indices-get_data_stream.asciidoc index 3c8cdaec4..885adbfce 100644 --- a/docs/reference-indices-get_data_stream.asciidoc +++ b/docs/reference-indices-get_data_stream.asciidoc @@ -42,7 +42,7 @@ Get data streams. Retrieves information about one or more data streams. ---- [discrete] -==== IndicesGetDataStreamRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface IndicesGetDataStreamRequest extends <> { ++++ [discrete] -==== IndicesGetDataStreamResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-get_field_mapping.asciidoc b/docs/reference-indices-get_field_mapping.asciidoc index b32f3e038..c0eb6f312 100644 --- a/docs/reference-indices-get_field_mapping.asciidoc +++ b/docs/reference-indices-get_field_mapping.asciidoc @@ -42,7 +42,7 @@ Get mapping definitions. Retrieves mapping definitions for one or more fields. F ---- [discrete] -==== IndicesGetFieldMappingRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface IndicesGetFieldMappingRequest extends <> { ++++ [discrete] -==== IndicesGetFieldMappingResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-get_index_template.asciidoc b/docs/reference-indices-get_index_template.asciidoc index 84785b588..65b80f710 100644 --- a/docs/reference-indices-get_index_template.asciidoc +++ b/docs/reference-indices-get_index_template.asciidoc @@ -42,7 +42,7 @@ Get index templates. Returns information about one or more index templates. ---- [discrete] -==== IndicesGetIndexTemplateRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface IndicesGetIndexTemplateRequest extends <> { ++++ [discrete] -==== IndicesGetIndexTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-get_mapping.asciidoc b/docs/reference-indices-get_mapping.asciidoc index fe2181476..388060ae5 100644 --- a/docs/reference-indices-get_mapping.asciidoc +++ b/docs/reference-indices-get_mapping.asciidoc @@ -42,7 +42,7 @@ Get mapping definitions. Retrieves mapping definitions for one or more indices. ---- [discrete] -==== IndicesGetMappingRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface IndicesGetMappingRequest extends <> { ++++ [discrete] -==== IndicesGetMappingResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-get_settings.asciidoc b/docs/reference-indices-get_settings.asciidoc index 0823815bb..a7e23603a 100644 --- a/docs/reference-indices-get_settings.asciidoc +++ b/docs/reference-indices-get_settings.asciidoc @@ -42,7 +42,7 @@ Get index settings. Returns setting information for one or more indices. For dat ---- [discrete] -==== IndicesGetSettingsRequest +==== Request [pass] ++++ @@ -65,7 +65,7 @@ interface IndicesGetSettingsRequest extends <> { ++++ [discrete] -==== IndicesGetSettingsResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-get_template.asciidoc b/docs/reference-indices-get_template.asciidoc index 44a3d7893..54b790c68 100644 --- a/docs/reference-indices-get_template.asciidoc +++ b/docs/reference-indices-get_template.asciidoc @@ -42,7 +42,7 @@ Get index templates. Retrieves information about one or more index templates. ---- [discrete] -==== IndicesGetTemplateRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface IndicesGetTemplateRequest extends <> { ++++ [discrete] -==== IndicesGetTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-migrate_to_data_stream.asciidoc b/docs/reference-indices-migrate_to_data_stream.asciidoc index e0381f330..cd737cd46 100644 --- a/docs/reference-indices-migrate_to_data_stream.asciidoc +++ b/docs/reference-indices-migrate_to_data_stream.asciidoc @@ -42,7 +42,7 @@ Convert an index alias to a data stream. Converts an index alias to a data strea ---- [discrete] -==== IndicesMigrateToDataStreamRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IndicesMigrateToDataStreamRequest extends <> { ++++ [discrete] -==== IndicesMigrateToDataStreamResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-modify_data_stream.asciidoc b/docs/reference-indices-modify_data_stream.asciidoc index a41cac127..3a74c5801 100644 --- a/docs/reference-indices-modify_data_stream.asciidoc +++ b/docs/reference-indices-modify_data_stream.asciidoc @@ -42,7 +42,7 @@ Update data streams. Performs one or more data stream modification actions in a ---- [discrete] -==== IndicesModifyDataStreamRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface IndicesModifyDataStreamRequest extends <> { ++++ [discrete] -==== IndicesModifyDataStreamResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-open.asciidoc b/docs/reference-indices-open.asciidoc index 422c6d72c..4822d45d8 100644 --- a/docs/reference-indices-open.asciidoc +++ b/docs/reference-indices-open.asciidoc @@ -42,7 +42,7 @@ Opens a closed index. For data streams, the API opens any closed backing indices ---- [discrete] -==== IndicesOpenRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface IndicesOpenRequest extends <> { ++++ [discrete] -==== IndicesOpenResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-promote_data_stream.asciidoc b/docs/reference-indices-promote_data_stream.asciidoc index b7e0f373f..5aa716ac5 100644 --- a/docs/reference-indices-promote_data_stream.asciidoc +++ b/docs/reference-indices-promote_data_stream.asciidoc @@ -42,7 +42,7 @@ Promotes a data stream from a replicated data stream managed by CCR to a regular ---- [discrete] -==== IndicesPromoteDataStreamRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface IndicesPromoteDataStreamRequest extends <> { ++++ [discrete] -==== IndicesPromoteDataStreamResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-put_alias.asciidoc b/docs/reference-indices-put_alias.asciidoc index 89a603a2e..36aac76b8 100644 --- a/docs/reference-indices-put_alias.asciidoc +++ b/docs/reference-indices-put_alias.asciidoc @@ -42,7 +42,7 @@ Create or update an alias. Adds a data stream or index to an alias. ---- [discrete] -==== IndicesPutAliasRequest +==== Request [pass] ++++ @@ -65,7 +65,7 @@ interface IndicesPutAliasRequest extends <> { ++++ [discrete] -==== IndicesPutAliasResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-put_data_lifecycle.asciidoc b/docs/reference-indices-put_data_lifecycle.asciidoc index 9d80680b9..df4f63897 100644 --- a/docs/reference-indices-put_data_lifecycle.asciidoc +++ b/docs/reference-indices-put_data_lifecycle.asciidoc @@ -42,7 +42,7 @@ Update data stream lifecycles. Update the data stream lifecycle of the specified ---- [discrete] -==== IndicesPutDataLifecycleRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface IndicesPutDataLifecycleRequest extends <> { ++++ [discrete] -==== IndicesPutDataLifecycleResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-put_index_template.asciidoc b/docs/reference-indices-put_index_template.asciidoc index ad9a07fef..4108a7484 100644 --- a/docs/reference-indices-put_index_template.asciidoc +++ b/docs/reference-indices-put_index_template.asciidoc @@ -42,7 +42,7 @@ Create or update an index template. Index templates define settings, mappings, a ---- [discrete] -==== IndicesPutIndexTemplateRequest +==== Request [pass] ++++ @@ -70,7 +70,7 @@ interface IndicesPutIndexTemplateRequest extends <> { ++++ [discrete] -==== IndicesPutIndexTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-put_mapping.asciidoc b/docs/reference-indices-put_mapping.asciidoc index e7fac8120..77f2c4b8b 100644 --- a/docs/reference-indices-put_mapping.asciidoc +++ b/docs/reference-indices-put_mapping.asciidoc @@ -42,7 +42,7 @@ Update field mappings. Adds new fields to an existing data stream or index. You ---- [discrete] -==== IndicesPutMappingRequest +==== Request [pass] ++++ @@ -74,7 +74,7 @@ interface IndicesPutMappingRequest extends <> { ++++ [discrete] -==== IndicesPutMappingResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-put_settings.asciidoc b/docs/reference-indices-put_settings.asciidoc index 3effa1dcb..32018c508 100644 --- a/docs/reference-indices-put_settings.asciidoc +++ b/docs/reference-indices-put_settings.asciidoc @@ -42,7 +42,7 @@ Update index settings. Changes dynamic index settings in real time. For data str ---- [discrete] -==== IndicesPutSettingsRequest +==== Request [pass] ++++ @@ -65,7 +65,7 @@ interface IndicesPutSettingsRequest extends <> { ++++ [discrete] -==== IndicesPutSettingsResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-put_template.asciidoc b/docs/reference-indices-put_template.asciidoc index d1f9055fe..a33dc1435 100644 --- a/docs/reference-indices-put_template.asciidoc +++ b/docs/reference-indices-put_template.asciidoc @@ -42,7 +42,7 @@ Create or update an index template. Index templates define settings, mappings, a ---- [discrete] -==== IndicesPutTemplateRequest +==== Request [pass] ++++ @@ -66,7 +66,7 @@ interface IndicesPutTemplateRequest extends <> { ++++ [discrete] -==== IndicesPutTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-recovery.asciidoc b/docs/reference-indices-recovery.asciidoc index 01d4ed14a..df7895d7d 100644 --- a/docs/reference-indices-recovery.asciidoc +++ b/docs/reference-indices-recovery.asciidoc @@ -42,7 +42,7 @@ Returns information about ongoing and completed shard recoveries for one or more ---- [discrete] -==== IndicesRecoveryRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IndicesRecoveryRequest extends <> { ++++ [discrete] -==== IndicesRecoveryResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-refresh.asciidoc b/docs/reference-indices-refresh.asciidoc index f0ea41fe2..7b69223c3 100644 --- a/docs/reference-indices-refresh.asciidoc +++ b/docs/reference-indices-refresh.asciidoc @@ -42,7 +42,7 @@ Refresh an index. A refresh makes recent operations performed on one or more ind ---- [discrete] -==== IndicesRefreshRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface IndicesRefreshRequest extends <> { ++++ [discrete] -==== IndicesRefreshResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-reload_search_analyzers.asciidoc b/docs/reference-indices-reload_search_analyzers.asciidoc index df2183b8e..fb878eb3c 100644 --- a/docs/reference-indices-reload_search_analyzers.asciidoc +++ b/docs/reference-indices-reload_search_analyzers.asciidoc @@ -42,7 +42,7 @@ Reloads an index's search analyzers and their resources. ---- [discrete] -==== IndicesReloadSearchAnalyzersRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface IndicesReloadSearchAnalyzersRequest extends <> { ++++ [discrete] -==== IndicesReloadSearchAnalyzersResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-resolve_cluster.asciidoc b/docs/reference-indices-resolve_cluster.asciidoc index aa60255ee..68e54399b 100644 --- a/docs/reference-indices-resolve_cluster.asciidoc +++ b/docs/reference-indices-resolve_cluster.asciidoc @@ -42,7 +42,7 @@ Resolves the specified index expressions to return information about each cluste ---- [discrete] -==== IndicesResolveClusterRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface IndicesResolveClusterRequest extends <> { ++++ [discrete] -==== IndicesResolveClusterResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-resolve_index.asciidoc b/docs/reference-indices-resolve_index.asciidoc index 150a5907d..afd17bf02 100644 --- a/docs/reference-indices-resolve_index.asciidoc +++ b/docs/reference-indices-resolve_index.asciidoc @@ -42,7 +42,7 @@ Resolves the specified name(s) and/or index patterns for indices, aliases, and d ---- [discrete] -==== IndicesResolveIndexRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface IndicesResolveIndexRequest extends <> { ++++ [discrete] -==== IndicesResolveIndexResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-rollover.asciidoc b/docs/reference-indices-rollover.asciidoc index 70f58158a..0ad3218de 100644 --- a/docs/reference-indices-rollover.asciidoc +++ b/docs/reference-indices-rollover.asciidoc @@ -42,7 +42,7 @@ Roll over to a new index. Creates a new index for a data stream or index alias. ---- [discrete] -==== IndicesRolloverRequest +==== Request [pass] ++++ @@ -66,7 +66,7 @@ interface IndicesRolloverRequest extends <> { ++++ [discrete] -==== IndicesRolloverResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-segments.asciidoc b/docs/reference-indices-segments.asciidoc index 8ad825fc9..2426bd32e 100644 --- a/docs/reference-indices-segments.asciidoc +++ b/docs/reference-indices-segments.asciidoc @@ -42,7 +42,7 @@ Returns low-level information about the Lucene segments in index shards. For dat ---- [discrete] -==== IndicesSegmentsRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface IndicesSegmentsRequest extends <> { ++++ [discrete] -==== IndicesSegmentsResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-shard_stores.asciidoc b/docs/reference-indices-shard_stores.asciidoc index 0bcf2b898..e997afa05 100644 --- a/docs/reference-indices-shard_stores.asciidoc +++ b/docs/reference-indices-shard_stores.asciidoc @@ -42,7 +42,7 @@ Retrieves store information about replica shards in one or more indices. For dat ---- [discrete] -==== IndicesShardStoresRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface IndicesShardStoresRequest extends <> { ++++ [discrete] -==== IndicesShardStoresResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-shrink.asciidoc b/docs/reference-indices-shrink.asciidoc index 3acb3c4a2..1842f8371 100644 --- a/docs/reference-indices-shrink.asciidoc +++ b/docs/reference-indices-shrink.asciidoc @@ -42,7 +42,7 @@ Shrinks an existing index into a new index with fewer primary shards. ---- [discrete] -==== IndicesShrinkRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface IndicesShrinkRequest extends <> { ++++ [discrete] -==== IndicesShrinkResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-simulate_index_template.asciidoc b/docs/reference-indices-simulate_index_template.asciidoc index 9c29bd1ca..0ca41d52f 100644 --- a/docs/reference-indices-simulate_index_template.asciidoc +++ b/docs/reference-indices-simulate_index_template.asciidoc @@ -42,7 +42,7 @@ Simulate an index. Returns the index configuration that would be applied to the ---- [discrete] -==== IndicesSimulateIndexTemplateRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IndicesSimulateIndexTemplateRequest extends <> { ++++ [discrete] -==== IndicesSimulateIndexTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-simulate_template.asciidoc b/docs/reference-indices-simulate_template.asciidoc index 682a9c291..54fb84176 100644 --- a/docs/reference-indices-simulate_template.asciidoc +++ b/docs/reference-indices-simulate_template.asciidoc @@ -42,7 +42,7 @@ Simulate an index template. Returns the index configuration that would be applie ---- [discrete] -==== IndicesSimulateTemplateRequest +==== Request [pass] ++++ @@ -70,7 +70,7 @@ interface IndicesSimulateTemplateRequest extends <> { ++++ [discrete] -==== IndicesSimulateTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-split.asciidoc b/docs/reference-indices-split.asciidoc index 3fd01b8a3..f66d6fc62 100644 --- a/docs/reference-indices-split.asciidoc +++ b/docs/reference-indices-split.asciidoc @@ -42,7 +42,7 @@ Splits an existing index into a new index with more primary shards. ---- [discrete] -==== IndicesSplitRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface IndicesSplitRequest extends <> { ++++ [discrete] -==== IndicesSplitResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-stats.asciidoc b/docs/reference-indices-stats.asciidoc index 44ad5154a..a58cf4aca 100644 --- a/docs/reference-indices-stats.asciidoc +++ b/docs/reference-indices-stats.asciidoc @@ -42,7 +42,7 @@ Returns statistics for one or more indices. For data streams, the API retrieves ---- [discrete] -==== IndicesStatsRequest +==== Request [pass] ++++ @@ -67,7 +67,7 @@ interface IndicesStatsRequest extends <> { ++++ [discrete] -==== IndicesStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-unfreeze.asciidoc b/docs/reference-indices-unfreeze.asciidoc index be8109f6e..e3837213b 100644 --- a/docs/reference-indices-unfreeze.asciidoc +++ b/docs/reference-indices-unfreeze.asciidoc @@ -42,7 +42,7 @@ Unfreezes an index. ---- [discrete] -==== IndicesUnfreezeRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface IndicesUnfreezeRequest extends <> { ++++ [discrete] -==== IndicesUnfreezeResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-update_aliases.asciidoc b/docs/reference-indices-update_aliases.asciidoc index c21396271..cdc2b337f 100644 --- a/docs/reference-indices-update_aliases.asciidoc +++ b/docs/reference-indices-update_aliases.asciidoc @@ -42,7 +42,7 @@ Create or update an alias. Adds a data stream or index to an alias. ---- [discrete] -==== IndicesUpdateAliasesRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IndicesUpdateAliasesRequest extends <> { ++++ [discrete] -==== IndicesUpdateAliasesResponse +==== Response [pass] ++++ diff --git a/docs/reference-indices-validate_query.asciidoc b/docs/reference-indices-validate_query.asciidoc index f11b51511..acca39994 100644 --- a/docs/reference-indices-validate_query.asciidoc +++ b/docs/reference-indices-validate_query.asciidoc @@ -42,7 +42,7 @@ Validate a query. Validates a query without running it. ---- [discrete] -==== IndicesValidateQueryRequest +==== Request [pass] ++++ @@ -70,7 +70,7 @@ interface IndicesValidateQueryRequest extends <> { ++++ [discrete] -==== IndicesValidateQueryResponse +==== Response [pass] ++++ diff --git a/docs/reference-inference-delete.asciidoc b/docs/reference-inference-delete.asciidoc index a1976550b..79e83395d 100644 --- a/docs/reference-inference-delete.asciidoc +++ b/docs/reference-inference-delete.asciidoc @@ -42,7 +42,7 @@ Delete an inference endpoint ---- [discrete] -==== InferenceDeleteRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface InferenceDeleteRequest extends <> { ++++ [discrete] -==== InferenceDeleteResponse +==== Response [pass] ++++ diff --git a/docs/reference-inference-get.asciidoc b/docs/reference-inference-get.asciidoc index 3078c32dd..aa25ec1c2 100644 --- a/docs/reference-inference-get.asciidoc +++ b/docs/reference-inference-get.asciidoc @@ -42,7 +42,7 @@ Get an inference endpoint ---- [discrete] -==== InferenceGetRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface InferenceGetRequest extends <> { ++++ [discrete] -==== InferenceGetResponse +==== Response [pass] ++++ diff --git a/docs/reference-inference-inference.asciidoc b/docs/reference-inference-inference.asciidoc index 26e83762f..ab60a781f 100644 --- a/docs/reference-inference-inference.asciidoc +++ b/docs/reference-inference-inference.asciidoc @@ -42,7 +42,7 @@ Perform inference on the service ---- [discrete] -==== InferenceInferenceRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface InferenceInferenceRequest extends <> { ++++ [discrete] -==== InferenceInferenceResponse +==== Response [pass] ++++ diff --git a/docs/reference-inference-put.asciidoc b/docs/reference-inference-put.asciidoc index 2569b8d12..0a893f828 100644 --- a/docs/reference-inference-put.asciidoc +++ b/docs/reference-inference-put.asciidoc @@ -42,7 +42,7 @@ Create an inference endpoint ---- [discrete] -==== InferencePutRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface InferencePutRequest extends <> { ++++ [discrete] -==== InferencePutResponse +==== Response [pass] ++++ diff --git a/docs/reference-info.asciidoc b/docs/reference-info.asciidoc index 6ce4caa67..3cec852ea 100644 --- a/docs/reference-info.asciidoc +++ b/docs/reference-info.asciidoc @@ -42,7 +42,7 @@ Get cluster info. Returns basic information about the cluster. ---- [discrete] -==== InfoRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface InfoRequest extends <> { ++++ [discrete] -==== InfoResponse +==== Response [pass] ++++ diff --git a/docs/reference-ingest-delete_geoip_database.asciidoc b/docs/reference-ingest-delete_geoip_database.asciidoc index 3edcfb98e..f8b94e33a 100644 --- a/docs/reference-ingest-delete_geoip_database.asciidoc +++ b/docs/reference-ingest-delete_geoip_database.asciidoc @@ -42,7 +42,7 @@ Deletes a geoip database configuration. ---- [discrete] -==== IngestDeleteGeoipDatabaseRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IngestDeleteGeoipDatabaseRequest extends <> { ++++ [discrete] -==== IngestDeleteGeoipDatabaseResponse +==== Response [pass] ++++ diff --git a/docs/reference-ingest-delete_pipeline.asciidoc b/docs/reference-ingest-delete_pipeline.asciidoc index 456cb2556..d2fd869f1 100644 --- a/docs/reference-ingest-delete_pipeline.asciidoc +++ b/docs/reference-ingest-delete_pipeline.asciidoc @@ -42,7 +42,7 @@ Deletes one or more existing ingest pipeline. ---- [discrete] -==== IngestDeletePipelineRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IngestDeletePipelineRequest extends <> { ++++ [discrete] -==== IngestDeletePipelineResponse +==== Response [pass] ++++ diff --git a/docs/reference-ingest-geo_ip_stats.asciidoc b/docs/reference-ingest-geo_ip_stats.asciidoc index 330e5a031..79f63040d 100644 --- a/docs/reference-ingest-geo_ip_stats.asciidoc +++ b/docs/reference-ingest-geo_ip_stats.asciidoc @@ -42,7 +42,7 @@ Gets download statistics for GeoIP2 databases used with the geoip processor. ---- [discrete] -==== IngestGeoIpStatsRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface IngestGeoIpStatsRequest extends <> { ++++ [discrete] -==== IngestGeoIpStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ingest-get_geoip_database.asciidoc b/docs/reference-ingest-get_geoip_database.asciidoc index b3e48f43d..f72bcd340 100644 --- a/docs/reference-ingest-get_geoip_database.asciidoc +++ b/docs/reference-ingest-get_geoip_database.asciidoc @@ -42,7 +42,7 @@ Returns information about one or more geoip database configurations. ---- [discrete] -==== IngestGetGeoipDatabaseRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface IngestGetGeoipDatabaseRequest extends <> { ++++ [discrete] -==== IngestGetGeoipDatabaseResponse +==== Response [pass] ++++ diff --git a/docs/reference-ingest-get_pipeline.asciidoc b/docs/reference-ingest-get_pipeline.asciidoc index 2a395844c..c99ae0c40 100644 --- a/docs/reference-ingest-get_pipeline.asciidoc +++ b/docs/reference-ingest-get_pipeline.asciidoc @@ -42,7 +42,7 @@ Returns information about one or more ingest pipelines. This API returns a local ---- [discrete] -==== IngestGetPipelineRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface IngestGetPipelineRequest extends <> { ++++ [discrete] -==== IngestGetPipelineResponse +==== Response [pass] ++++ diff --git a/docs/reference-ingest-processor_grok.asciidoc b/docs/reference-ingest-processor_grok.asciidoc index 47c10109f..3fc787765 100644 --- a/docs/reference-ingest-processor_grok.asciidoc +++ b/docs/reference-ingest-processor_grok.asciidoc @@ -42,7 +42,7 @@ Extracts structured fields out of a single text field within a document. You cho ---- [discrete] -==== IngestProcessorGrokRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface IngestProcessorGrokRequest extends <> { ++++ [discrete] -==== IngestProcessorGrokResponse +==== Response [pass] ++++ diff --git a/docs/reference-ingest-put_geoip_database.asciidoc b/docs/reference-ingest-put_geoip_database.asciidoc index b52f066ca..ee625000b 100644 --- a/docs/reference-ingest-put_geoip_database.asciidoc +++ b/docs/reference-ingest-put_geoip_database.asciidoc @@ -42,7 +42,7 @@ Returns information about one or more geoip database configurations. ---- [discrete] -==== IngestPutGeoipDatabaseRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface IngestPutGeoipDatabaseRequest extends <> { ++++ [discrete] -==== IngestPutGeoipDatabaseResponse +==== Response [pass] ++++ diff --git a/docs/reference-ingest-put_pipeline.asciidoc b/docs/reference-ingest-put_pipeline.asciidoc index 12af0ff1a..9cc5eb1dd 100644 --- a/docs/reference-ingest-put_pipeline.asciidoc +++ b/docs/reference-ingest-put_pipeline.asciidoc @@ -42,7 +42,7 @@ Creates or updates an ingest pipeline. Changes made using this API take effect i ---- [discrete] -==== IngestPutPipelineRequest +==== Request [pass] ++++ @@ -66,7 +66,7 @@ interface IngestPutPipelineRequest extends <> { ++++ [discrete] -==== IngestPutPipelineResponse +==== Response [pass] ++++ diff --git a/docs/reference-ingest-simulate.asciidoc b/docs/reference-ingest-simulate.asciidoc index 1e93a636e..19eb1f82b 100644 --- a/docs/reference-ingest-simulate.asciidoc +++ b/docs/reference-ingest-simulate.asciidoc @@ -42,7 +42,7 @@ Executes an ingest pipeline against a set of provided documents. ---- [discrete] -==== IngestSimulateRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface IngestSimulateRequest extends <> { ++++ [discrete] -==== IngestSimulateResponse +==== Response [pass] ++++ diff --git a/docs/reference-knn_search.asciidoc b/docs/reference-knn_search.asciidoc index 0cf4ac32a..3ce8a37ca 100644 --- a/docs/reference-knn_search.asciidoc +++ b/docs/reference-knn_search.asciidoc @@ -42,7 +42,7 @@ Run a knn search. NOTE: The kNN search API has been replaced by the `knn` option ---- [discrete] -==== KnnSearchRequest +==== Request [pass] ++++ @@ -64,7 +64,7 @@ interface KnnSearchRequest extends <> { ++++ [discrete] -==== KnnSearchResponse +==== Response [pass] ++++ diff --git a/docs/reference-license-delete.asciidoc b/docs/reference-license-delete.asciidoc index 1de275483..371c89ed8 100644 --- a/docs/reference-license-delete.asciidoc +++ b/docs/reference-license-delete.asciidoc @@ -42,7 +42,7 @@ Deletes licensing information for the cluster ---- [discrete] -==== LicenseDeleteRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface LicenseDeleteRequest extends <> { ++++ [discrete] -==== LicenseDeleteResponse +==== Response [pass] ++++ diff --git a/docs/reference-license-get.asciidoc b/docs/reference-license-get.asciidoc index 8763b72dc..570327e13 100644 --- a/docs/reference-license-get.asciidoc +++ b/docs/reference-license-get.asciidoc @@ -42,7 +42,7 @@ Get license information. Returns information about your Elastic license, includi ---- [discrete] -==== LicenseGetRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface LicenseGetRequest extends <> { ++++ [discrete] -==== LicenseGetResponse +==== Response [pass] ++++ diff --git a/docs/reference-license-get_basic_status.asciidoc b/docs/reference-license-get_basic_status.asciidoc index 0cfc75154..302e1bfbf 100644 --- a/docs/reference-license-get_basic_status.asciidoc +++ b/docs/reference-license-get_basic_status.asciidoc @@ -42,7 +42,7 @@ Retrieves information about the status of the basic license. ---- [discrete] -==== LicenseGetBasicStatusRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface LicenseGetBasicStatusRequest extends <> { ++++ [discrete] -==== LicenseGetBasicStatusResponse +==== Response [pass] ++++ diff --git a/docs/reference-license-get_trial_status.asciidoc b/docs/reference-license-get_trial_status.asciidoc index b1c655105..6c9458788 100644 --- a/docs/reference-license-get_trial_status.asciidoc +++ b/docs/reference-license-get_trial_status.asciidoc @@ -42,7 +42,7 @@ Retrieves information about the status of the trial license. ---- [discrete] -==== LicenseGetTrialStatusRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface LicenseGetTrialStatusRequest extends <> { ++++ [discrete] -==== LicenseGetTrialStatusResponse +==== Response [pass] ++++ diff --git a/docs/reference-license-post.asciidoc b/docs/reference-license-post.asciidoc index 1e55c25d9..67a81e906 100644 --- a/docs/reference-license-post.asciidoc +++ b/docs/reference-license-post.asciidoc @@ -42,7 +42,7 @@ Updates the license for the cluster. ---- [discrete] -==== LicensePostRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface LicensePostRequest extends <> { ++++ [discrete] -==== LicensePostResponse +==== Response [pass] ++++ diff --git a/docs/reference-license-post_start_basic.asciidoc b/docs/reference-license-post_start_basic.asciidoc index fff61f6fd..25efc29cc 100644 --- a/docs/reference-license-post_start_basic.asciidoc +++ b/docs/reference-license-post_start_basic.asciidoc @@ -42,7 +42,7 @@ The start basic API enables you to initiate an indefinite basic license, which g ---- [discrete] -==== LicensePostStartBasicRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface LicensePostStartBasicRequest extends <> { ++++ [discrete] -==== LicensePostStartBasicResponse +==== Response [pass] ++++ diff --git a/docs/reference-license-post_start_trial.asciidoc b/docs/reference-license-post_start_trial.asciidoc index a1a37fd35..82339a95d 100644 --- a/docs/reference-license-post_start_trial.asciidoc +++ b/docs/reference-license-post_start_trial.asciidoc @@ -42,7 +42,7 @@ The start trial API enables you to start a 30-day trial, which gives access to a ---- [discrete] -==== LicensePostStartTrialRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface LicensePostStartTrialRequest extends <> { ++++ [discrete] -==== LicensePostStartTrialResponse +==== Response [pass] ++++ diff --git a/docs/reference-logstash-delete_pipeline.asciidoc b/docs/reference-logstash-delete_pipeline.asciidoc index b701c09d4..7ae2fc0be 100644 --- a/docs/reference-logstash-delete_pipeline.asciidoc +++ b/docs/reference-logstash-delete_pipeline.asciidoc @@ -42,7 +42,7 @@ Deletes a pipeline used for Logstash Central Management. ---- [discrete] -==== LogstashDeletePipelineRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface LogstashDeletePipelineRequest extends <> { ++++ [discrete] -==== LogstashDeletePipelineResponse +==== Response [pass] ++++ diff --git a/docs/reference-logstash-get_pipeline.asciidoc b/docs/reference-logstash-get_pipeline.asciidoc index 49285f778..3f34b383a 100644 --- a/docs/reference-logstash-get_pipeline.asciidoc +++ b/docs/reference-logstash-get_pipeline.asciidoc @@ -42,7 +42,7 @@ Retrieves pipelines used for Logstash Central Management. ---- [discrete] -==== LogstashGetPipelineRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface LogstashGetPipelineRequest extends <> { ++++ [discrete] -==== LogstashGetPipelineResponse +==== Response [pass] ++++ diff --git a/docs/reference-logstash-put_pipeline.asciidoc b/docs/reference-logstash-put_pipeline.asciidoc index c535846ec..b76d7f971 100644 --- a/docs/reference-logstash-put_pipeline.asciidoc +++ b/docs/reference-logstash-put_pipeline.asciidoc @@ -42,7 +42,7 @@ Creates or updates a pipeline used for Logstash Central Management. ---- [discrete] -==== LogstashPutPipelineRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface LogstashPutPipelineRequest extends <> { ++++ [discrete] -==== LogstashPutPipelineResponse +==== Response [pass] ++++ diff --git a/docs/reference-mget.asciidoc b/docs/reference-mget.asciidoc index a6b94fa24..9bef50dab 100644 --- a/docs/reference-mget.asciidoc +++ b/docs/reference-mget.asciidoc @@ -42,7 +42,7 @@ Get multiple documents. Get multiple JSON documents by ID from one or more indic ---- [discrete] -==== MgetRequest +==== Request [pass] ++++ @@ -68,7 +68,7 @@ interface MgetRequest extends <> { ++++ [discrete] -==== MgetResponse +==== Response [pass] ++++ diff --git a/docs/reference-migration-deprecations.asciidoc b/docs/reference-migration-deprecations.asciidoc index c5abe2285..1dcfda322 100644 --- a/docs/reference-migration-deprecations.asciidoc +++ b/docs/reference-migration-deprecations.asciidoc @@ -42,7 +42,7 @@ Retrieves information about different cluster, node, and index level settings th ---- [discrete] -==== MigrationDeprecationsRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface MigrationDeprecationsRequest extends <> { ++++ [discrete] -==== MigrationDeprecationsResponse +==== Response [pass] ++++ diff --git a/docs/reference-migration-get_feature_upgrade_status.asciidoc b/docs/reference-migration-get_feature_upgrade_status.asciidoc index 5ab617da2..a19320db6 100644 --- a/docs/reference-migration-get_feature_upgrade_status.asciidoc +++ b/docs/reference-migration-get_feature_upgrade_status.asciidoc @@ -42,7 +42,7 @@ Find out whether system features need to be upgraded or not ---- [discrete] -==== MigrationGetFeatureUpgradeStatusRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface MigrationGetFeatureUpgradeStatusRequest extends <> { ++++ [discrete] -==== MigrationGetFeatureUpgradeStatusResponse +==== Response [pass] ++++ diff --git a/docs/reference-migration-post_feature_upgrade.asciidoc b/docs/reference-migration-post_feature_upgrade.asciidoc index c4b35be94..63f8bc168 100644 --- a/docs/reference-migration-post_feature_upgrade.asciidoc +++ b/docs/reference-migration-post_feature_upgrade.asciidoc @@ -42,7 +42,7 @@ Begin upgrades for system features ---- [discrete] -==== MigrationPostFeatureUpgradeRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface MigrationPostFeatureUpgradeRequest extends <> { ++++ [discrete] -==== MigrationPostFeatureUpgradeResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-clear_trained_model_deployment_cache.asciidoc b/docs/reference-ml-clear_trained_model_deployment_cache.asciidoc index 0183cecf4..96e1a46fa 100644 --- a/docs/reference-ml-clear_trained_model_deployment_cache.asciidoc +++ b/docs/reference-ml-clear_trained_model_deployment_cache.asciidoc @@ -42,7 +42,7 @@ Clear trained model deployment cache. Cache will be cleared on all nodes where t ---- [discrete] -==== MlClearTrainedModelDeploymentCacheRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface MlClearTrainedModelDeploymentCacheRequest extends <> { ++++ [discrete] -==== MlClearTrainedModelDeploymentCacheResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-close_job.asciidoc b/docs/reference-ml-close_job.asciidoc index 4eccd027d..7fa0cb84e 100644 --- a/docs/reference-ml-close_job.asciidoc +++ b/docs/reference-ml-close_job.asciidoc @@ -42,7 +42,7 @@ Close anomaly detection jobs. A job can be opened and closed multiple times thro ---- [discrete] -==== MlCloseJobRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlCloseJobRequest extends <> { ++++ [discrete] -==== MlCloseJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-delete_calendar.asciidoc b/docs/reference-ml-delete_calendar.asciidoc index 75de36fdf..96e37698c 100644 --- a/docs/reference-ml-delete_calendar.asciidoc +++ b/docs/reference-ml-delete_calendar.asciidoc @@ -42,7 +42,7 @@ Delete a calendar. Removes all scheduled events from a calendar, then deletes it ---- [discrete] -==== MlDeleteCalendarRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface MlDeleteCalendarRequest extends <> { ++++ [discrete] -==== MlDeleteCalendarResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-delete_calendar_event.asciidoc b/docs/reference-ml-delete_calendar_event.asciidoc index 578759053..4585aeb83 100644 --- a/docs/reference-ml-delete_calendar_event.asciidoc +++ b/docs/reference-ml-delete_calendar_event.asciidoc @@ -42,7 +42,7 @@ Delete events from a calendar. ---- [discrete] -==== MlDeleteCalendarEventRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlDeleteCalendarEventRequest extends <> { ++++ [discrete] -==== MlDeleteCalendarEventResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-delete_calendar_job.asciidoc b/docs/reference-ml-delete_calendar_job.asciidoc index ba5d0a623..c7bd22a65 100644 --- a/docs/reference-ml-delete_calendar_job.asciidoc +++ b/docs/reference-ml-delete_calendar_job.asciidoc @@ -42,7 +42,7 @@ Delete anomaly jobs from a calendar. ---- [discrete] -==== MlDeleteCalendarJobRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlDeleteCalendarJobRequest extends <> { ++++ [discrete] -==== MlDeleteCalendarJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-delete_data_frame_analytics.asciidoc b/docs/reference-ml-delete_data_frame_analytics.asciidoc index 48641e4eb..1401da61d 100644 --- a/docs/reference-ml-delete_data_frame_analytics.asciidoc +++ b/docs/reference-ml-delete_data_frame_analytics.asciidoc @@ -42,7 +42,7 @@ Delete a data frame analytics job. ---- [discrete] -==== MlDeleteDataFrameAnalyticsRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlDeleteDataFrameAnalyticsRequest extends <> { ++++ [discrete] -==== MlDeleteDataFrameAnalyticsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-delete_datafeed.asciidoc b/docs/reference-ml-delete_datafeed.asciidoc index 8268a8b8c..e273886df 100644 --- a/docs/reference-ml-delete_datafeed.asciidoc +++ b/docs/reference-ml-delete_datafeed.asciidoc @@ -42,7 +42,7 @@ Delete a datafeed. ---- [discrete] -==== MlDeleteDatafeedRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlDeleteDatafeedRequest extends <> { ++++ [discrete] -==== MlDeleteDatafeedResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-delete_expired_data.asciidoc b/docs/reference-ml-delete_expired_data.asciidoc index bd2158396..9292215e0 100644 --- a/docs/reference-ml-delete_expired_data.asciidoc +++ b/docs/reference-ml-delete_expired_data.asciidoc @@ -42,7 +42,7 @@ Delete expired ML data. Deletes all job results, model snapshots and forecast da ---- [discrete] -==== MlDeleteExpiredDataRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlDeleteExpiredDataRequest extends <> { ++++ [discrete] -==== MlDeleteExpiredDataResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-delete_filter.asciidoc b/docs/reference-ml-delete_filter.asciidoc index 1e73f17f2..5d2b5b951 100644 --- a/docs/reference-ml-delete_filter.asciidoc +++ b/docs/reference-ml-delete_filter.asciidoc @@ -42,7 +42,7 @@ Delete a filter. If an anomaly detection job references the filter, you cannot d ---- [discrete] -==== MlDeleteFilterRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface MlDeleteFilterRequest extends <> { ++++ [discrete] -==== MlDeleteFilterResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-delete_forecast.asciidoc b/docs/reference-ml-delete_forecast.asciidoc index d21133786..cc8b3811f 100644 --- a/docs/reference-ml-delete_forecast.asciidoc +++ b/docs/reference-ml-delete_forecast.asciidoc @@ -42,7 +42,7 @@ Delete forecasts from a job. By default, forecasts are retained for 14 days. You ---- [discrete] -==== MlDeleteForecastRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlDeleteForecastRequest extends <> { ++++ [discrete] -==== MlDeleteForecastResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-delete_job.asciidoc b/docs/reference-ml-delete_job.asciidoc index dccf79d7a..691fbd146 100644 --- a/docs/reference-ml-delete_job.asciidoc +++ b/docs/reference-ml-delete_job.asciidoc @@ -42,7 +42,7 @@ Delete an anomaly detection job. All job configuration, model state and results ---- [discrete] -==== MlDeleteJobRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlDeleteJobRequest extends <> { ++++ [discrete] -==== MlDeleteJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-delete_model_snapshot.asciidoc b/docs/reference-ml-delete_model_snapshot.asciidoc index 451537a68..c26318b1c 100644 --- a/docs/reference-ml-delete_model_snapshot.asciidoc +++ b/docs/reference-ml-delete_model_snapshot.asciidoc @@ -42,7 +42,7 @@ Delete a model snapshot. You cannot delete the active model snapshot. To delete ---- [discrete] -==== MlDeleteModelSnapshotRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlDeleteModelSnapshotRequest extends <> { ++++ [discrete] -==== MlDeleteModelSnapshotResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-delete_trained_model.asciidoc b/docs/reference-ml-delete_trained_model.asciidoc index 47bb0b4de..12913d65c 100644 --- a/docs/reference-ml-delete_trained_model.asciidoc +++ b/docs/reference-ml-delete_trained_model.asciidoc @@ -42,7 +42,7 @@ Delete an unreferenced trained model. The request deletes a trained inference mo ---- [discrete] -==== MlDeleteTrainedModelRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlDeleteTrainedModelRequest extends <> { ++++ [discrete] -==== MlDeleteTrainedModelResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-delete_trained_model_alias.asciidoc b/docs/reference-ml-delete_trained_model_alias.asciidoc index db086c77c..3827177d8 100644 --- a/docs/reference-ml-delete_trained_model_alias.asciidoc +++ b/docs/reference-ml-delete_trained_model_alias.asciidoc @@ -42,7 +42,7 @@ Delete a trained model alias. This API deletes an existing model alias that refe ---- [discrete] -==== MlDeleteTrainedModelAliasRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlDeleteTrainedModelAliasRequest extends <> { ++++ [discrete] -==== MlDeleteTrainedModelAliasResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-estimate_model_memory.asciidoc b/docs/reference-ml-estimate_model_memory.asciidoc index 1a8f07c9e..d56607a73 100644 --- a/docs/reference-ml-estimate_model_memory.asciidoc +++ b/docs/reference-ml-estimate_model_memory.asciidoc @@ -42,7 +42,7 @@ Estimate job model memory usage. Makes an estimation of the memory usage for an ---- [discrete] -==== MlEstimateModelMemoryRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlEstimateModelMemoryRequest extends <> { ++++ [discrete] -==== MlEstimateModelMemoryResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-evaluate_data_frame.asciidoc b/docs/reference-ml-evaluate_data_frame.asciidoc index 4b769a040..5d6ac3632 100644 --- a/docs/reference-ml-evaluate_data_frame.asciidoc +++ b/docs/reference-ml-evaluate_data_frame.asciidoc @@ -42,7 +42,7 @@ Evaluate data frame analytics. The API packages together commonly used evaluatio ---- [discrete] -==== MlEvaluateDataFrameRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlEvaluateDataFrameRequest extends <> { ++++ [discrete] -==== MlEvaluateDataFrameResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-explain_data_frame_analytics.asciidoc b/docs/reference-ml-explain_data_frame_analytics.asciidoc index 5e5c56d2e..0cda1b256 100644 --- a/docs/reference-ml-explain_data_frame_analytics.asciidoc +++ b/docs/reference-ml-explain_data_frame_analytics.asciidoc @@ -42,7 +42,7 @@ Explain data frame analytics config. This API provides explanations for a data f ---- [discrete] -==== MlExplainDataFrameAnalyticsRequest +==== Request [pass] ++++ @@ -65,7 +65,7 @@ interface MlExplainDataFrameAnalyticsRequest extends <> { ++++ [discrete] -==== MlExplainDataFrameAnalyticsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-flush_job.asciidoc b/docs/reference-ml-flush_job.asciidoc index 7f2ac8004..0c6733f0c 100644 --- a/docs/reference-ml-flush_job.asciidoc +++ b/docs/reference-ml-flush_job.asciidoc @@ -42,7 +42,7 @@ Force buffered data to be processed. The flush jobs API is only applicable when ---- [discrete] -==== MlFlushJobRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface MlFlushJobRequest extends <> { ++++ [discrete] -==== MlFlushJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-forecast.asciidoc b/docs/reference-ml-forecast.asciidoc index fcb9539dd..64c0ab98d 100644 --- a/docs/reference-ml-forecast.asciidoc +++ b/docs/reference-ml-forecast.asciidoc @@ -42,7 +42,7 @@ Predict future behavior of a time series. Forecasts are not supported for jobs t ---- [discrete] -==== MlForecastRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlForecastRequest extends <> { ++++ [discrete] -==== MlForecastResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_buckets.asciidoc b/docs/reference-ml-get_buckets.asciidoc index fdbae67fa..abb7916d9 100644 --- a/docs/reference-ml-get_buckets.asciidoc +++ b/docs/reference-ml-get_buckets.asciidoc @@ -42,7 +42,7 @@ Get anomaly detection job results for buckets. The API presents a chronological ---- [discrete] -==== MlGetBucketsRequest +==== Request [pass] ++++ @@ -68,7 +68,7 @@ interface MlGetBucketsRequest extends <> { ++++ [discrete] -==== MlGetBucketsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_calendar_events.asciidoc b/docs/reference-ml-get_calendar_events.asciidoc index f1687cbcf..de5dca899 100644 --- a/docs/reference-ml-get_calendar_events.asciidoc +++ b/docs/reference-ml-get_calendar_events.asciidoc @@ -42,7 +42,7 @@ Get info about events in calendars. ---- [discrete] -==== MlGetCalendarEventsRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface MlGetCalendarEventsRequest extends <> { ++++ [discrete] -==== MlGetCalendarEventsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_calendars.asciidoc b/docs/reference-ml-get_calendars.asciidoc index 25da7d4bf..d81cb5775 100644 --- a/docs/reference-ml-get_calendars.asciidoc +++ b/docs/reference-ml-get_calendars.asciidoc @@ -42,7 +42,7 @@ Get calendar configuration info. ---- [discrete] -==== MlGetCalendarsRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlGetCalendarsRequest extends <> { ++++ [discrete] -==== MlGetCalendarsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_categories.asciidoc b/docs/reference-ml-get_categories.asciidoc index 884489577..58df7acb5 100644 --- a/docs/reference-ml-get_categories.asciidoc +++ b/docs/reference-ml-get_categories.asciidoc @@ -42,7 +42,7 @@ Get anomaly detection job results for categories. ---- [discrete] -==== MlGetCategoriesRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface MlGetCategoriesRequest extends <> { ++++ [discrete] -==== MlGetCategoriesResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_data_frame_analytics.asciidoc b/docs/reference-ml-get_data_frame_analytics.asciidoc index 411994751..d75b6287a 100644 --- a/docs/reference-ml-get_data_frame_analytics.asciidoc +++ b/docs/reference-ml-get_data_frame_analytics.asciidoc @@ -42,7 +42,7 @@ Get data frame analytics job configuration info. You can get information for mul ---- [discrete] -==== MlGetDataFrameAnalyticsRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface MlGetDataFrameAnalyticsRequest extends <> { ++++ [discrete] -==== MlGetDataFrameAnalyticsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_data_frame_analytics_stats.asciidoc b/docs/reference-ml-get_data_frame_analytics_stats.asciidoc index 6f1f3b298..e9e6b1ef1 100644 --- a/docs/reference-ml-get_data_frame_analytics_stats.asciidoc +++ b/docs/reference-ml-get_data_frame_analytics_stats.asciidoc @@ -42,7 +42,7 @@ Get data frame analytics jobs usage info. ---- [discrete] -==== MlGetDataFrameAnalyticsStatsRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface MlGetDataFrameAnalyticsStatsRequest extends <> { ++++ [discrete] -==== MlGetDataFrameAnalyticsStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_datafeed_stats.asciidoc b/docs/reference-ml-get_datafeed_stats.asciidoc index f253c8824..6a9c547d7 100644 --- a/docs/reference-ml-get_datafeed_stats.asciidoc +++ b/docs/reference-ml-get_datafeed_stats.asciidoc @@ -42,7 +42,7 @@ Get datafeeds usage info. You can get statistics for multiple datafeeds in a sin ---- [discrete] -==== MlGetDatafeedStatsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlGetDatafeedStatsRequest extends <> { ++++ [discrete] -==== MlGetDatafeedStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_datafeeds.asciidoc b/docs/reference-ml-get_datafeeds.asciidoc index 4d57958bb..c85585c1e 100644 --- a/docs/reference-ml-get_datafeeds.asciidoc +++ b/docs/reference-ml-get_datafeeds.asciidoc @@ -42,7 +42,7 @@ Get datafeeds configuration info. You can get information for multiple datafeeds ---- [discrete] -==== MlGetDatafeedsRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlGetDatafeedsRequest extends <> { ++++ [discrete] -==== MlGetDatafeedsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_filters.asciidoc b/docs/reference-ml-get_filters.asciidoc index aeeca93fe..9ca0f3322 100644 --- a/docs/reference-ml-get_filters.asciidoc +++ b/docs/reference-ml-get_filters.asciidoc @@ -42,7 +42,7 @@ Get filters. You can get a single filter or all filters. ---- [discrete] -==== MlGetFiltersRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlGetFiltersRequest extends <> { ++++ [discrete] -==== MlGetFiltersResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_influencers.asciidoc b/docs/reference-ml-get_influencers.asciidoc index fcfed6061..2fa4c350a 100644 --- a/docs/reference-ml-get_influencers.asciidoc +++ b/docs/reference-ml-get_influencers.asciidoc @@ -42,7 +42,7 @@ Get anomaly detection job results for influencers. Influencers are the entities ---- [discrete] -==== MlGetInfluencersRequest +==== Request [pass] ++++ @@ -66,7 +66,7 @@ interface MlGetInfluencersRequest extends <> { ++++ [discrete] -==== MlGetInfluencersResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_job_stats.asciidoc b/docs/reference-ml-get_job_stats.asciidoc index 2cd3f5edd..f8649f2fb 100644 --- a/docs/reference-ml-get_job_stats.asciidoc +++ b/docs/reference-ml-get_job_stats.asciidoc @@ -42,7 +42,7 @@ Get anomaly detection jobs usage info. ---- [discrete] -==== MlGetJobStatsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlGetJobStatsRequest extends <> { ++++ [discrete] -==== MlGetJobStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_jobs.asciidoc b/docs/reference-ml-get_jobs.asciidoc index 6c5fcad09..a9c7f9886 100644 --- a/docs/reference-ml-get_jobs.asciidoc +++ b/docs/reference-ml-get_jobs.asciidoc @@ -42,7 +42,7 @@ Get anomaly detection jobs configuration info. You can get information for multi ---- [discrete] -==== MlGetJobsRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlGetJobsRequest extends <> { ++++ [discrete] -==== MlGetJobsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_memory_stats.asciidoc b/docs/reference-ml-get_memory_stats.asciidoc index 2821404db..3ec64a388 100644 --- a/docs/reference-ml-get_memory_stats.asciidoc +++ b/docs/reference-ml-get_memory_stats.asciidoc @@ -42,7 +42,7 @@ Get machine learning memory usage info. Get information about how machine learni ---- [discrete] -==== MlGetMemoryStatsRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlGetMemoryStatsRequest extends <> { ++++ [discrete] -==== MlGetMemoryStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_model_snapshot_upgrade_stats.asciidoc b/docs/reference-ml-get_model_snapshot_upgrade_stats.asciidoc index e8ec85102..385add610 100644 --- a/docs/reference-ml-get_model_snapshot_upgrade_stats.asciidoc +++ b/docs/reference-ml-get_model_snapshot_upgrade_stats.asciidoc @@ -42,7 +42,7 @@ Get anomaly detection job model snapshot upgrade usage info. ---- [discrete] -==== MlGetModelSnapshotUpgradeStatsRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlGetModelSnapshotUpgradeStatsRequest extends <> { ++++ [discrete] -==== MlGetModelSnapshotUpgradeStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_model_snapshots.asciidoc b/docs/reference-ml-get_model_snapshots.asciidoc index 42508c8d2..9ba05b500 100644 --- a/docs/reference-ml-get_model_snapshots.asciidoc +++ b/docs/reference-ml-get_model_snapshots.asciidoc @@ -42,7 +42,7 @@ Get model snapshots info. ---- [discrete] -==== MlGetModelSnapshotsRequest +==== Request [pass] ++++ @@ -65,7 +65,7 @@ interface MlGetModelSnapshotsRequest extends <> { ++++ [discrete] -==== MlGetModelSnapshotsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_overall_buckets.asciidoc b/docs/reference-ml-get_overall_buckets.asciidoc index c57137cf5..322628ab3 100644 --- a/docs/reference-ml-get_overall_buckets.asciidoc +++ b/docs/reference-ml-get_overall_buckets.asciidoc @@ -42,7 +42,7 @@ Get overall bucket results. Retrievs overall bucket results that summarize the b ---- [discrete] -==== MlGetOverallBucketsRequest +==== Request [pass] ++++ @@ -64,7 +64,7 @@ interface MlGetOverallBucketsRequest extends <> { ++++ [discrete] -==== MlGetOverallBucketsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_records.asciidoc b/docs/reference-ml-get_records.asciidoc index b588b374c..61d287fae 100644 --- a/docs/reference-ml-get_records.asciidoc +++ b/docs/reference-ml-get_records.asciidoc @@ -42,7 +42,7 @@ Get anomaly records for an anomaly detection job. Records contain the detailed a ---- [discrete] -==== MlGetRecordsRequest +==== Request [pass] ++++ @@ -66,7 +66,7 @@ interface MlGetRecordsRequest extends <> { ++++ [discrete] -==== MlGetRecordsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_trained_models.asciidoc b/docs/reference-ml-get_trained_models.asciidoc index 368c77a6e..75f5df6d0 100644 --- a/docs/reference-ml-get_trained_models.asciidoc +++ b/docs/reference-ml-get_trained_models.asciidoc @@ -42,7 +42,7 @@ Get trained model configuration info. ---- [discrete] -==== MlGetTrainedModelsRequest +==== Request [pass] ++++ @@ -64,7 +64,7 @@ interface MlGetTrainedModelsRequest extends <> { ++++ [discrete] -==== MlGetTrainedModelsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-get_trained_models_stats.asciidoc b/docs/reference-ml-get_trained_models_stats.asciidoc index 728ac2582..2a684ae33 100644 --- a/docs/reference-ml-get_trained_models_stats.asciidoc +++ b/docs/reference-ml-get_trained_models_stats.asciidoc @@ -42,7 +42,7 @@ Get trained models usage info. You can get usage information for multiple traine ---- [discrete] -==== MlGetTrainedModelsStatsRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlGetTrainedModelsStatsRequest extends <> { ++++ [discrete] -==== MlGetTrainedModelsStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-infer_trained_model.asciidoc b/docs/reference-ml-infer_trained_model.asciidoc index 89975268f..02feda10d 100644 --- a/docs/reference-ml-infer_trained_model.asciidoc +++ b/docs/reference-ml-infer_trained_model.asciidoc @@ -42,7 +42,7 @@ Evaluate a trained model. ---- [discrete] -==== MlInferTrainedModelRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlInferTrainedModelRequest extends <> { ++++ [discrete] -==== MlInferTrainedModelResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-info.asciidoc b/docs/reference-ml-info.asciidoc index 5939da249..910d07217 100644 --- a/docs/reference-ml-info.asciidoc +++ b/docs/reference-ml-info.asciidoc @@ -42,7 +42,7 @@ Return ML defaults and limits. Returns defaults and limits used by machine learn ---- [discrete] -==== MlInfoRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface MlInfoRequest extends <> { ++++ [discrete] -==== MlInfoResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-open_job.asciidoc b/docs/reference-ml-open_job.asciidoc index 73c3fa8db..af32035b8 100644 --- a/docs/reference-ml-open_job.asciidoc +++ b/docs/reference-ml-open_job.asciidoc @@ -42,7 +42,7 @@ Open anomaly detection jobs. An anomaly detection job must be opened to be ready ---- [discrete] -==== MlOpenJobRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlOpenJobRequest extends <> { ++++ [discrete] -==== MlOpenJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-post_calendar_events.asciidoc b/docs/reference-ml-post_calendar_events.asciidoc index bbc48e38e..4ee95e255 100644 --- a/docs/reference-ml-post_calendar_events.asciidoc +++ b/docs/reference-ml-post_calendar_events.asciidoc @@ -42,7 +42,7 @@ Add scheduled events to the calendar. ---- [discrete] -==== MlPostCalendarEventsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlPostCalendarEventsRequest extends <> { ++++ [discrete] -==== MlPostCalendarEventsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-post_data.asciidoc b/docs/reference-ml-post_data.asciidoc index e027895b6..1c7787f5f 100644 --- a/docs/reference-ml-post_data.asciidoc +++ b/docs/reference-ml-post_data.asciidoc @@ -42,7 +42,7 @@ Send data to an anomaly detection job for analysis. IMPORTANT: For each job, dat ---- [discrete] -==== MlPostDataRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlPostDataRequest extends <> { ++++ [discrete] -==== MlPostDataResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-preview_data_frame_analytics.asciidoc b/docs/reference-ml-preview_data_frame_analytics.asciidoc index 061b4868a..ffcae487e 100644 --- a/docs/reference-ml-preview_data_frame_analytics.asciidoc +++ b/docs/reference-ml-preview_data_frame_analytics.asciidoc @@ -42,7 +42,7 @@ Preview features used by data frame analytics. Previews the extracted features u ---- [discrete] -==== MlPreviewDataFrameAnalyticsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlPreviewDataFrameAnalyticsRequest extends <> { ++++ [discrete] -==== MlPreviewDataFrameAnalyticsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-preview_datafeed.asciidoc b/docs/reference-ml-preview_datafeed.asciidoc index 28a9053e1..9037b7c5b 100644 --- a/docs/reference-ml-preview_datafeed.asciidoc +++ b/docs/reference-ml-preview_datafeed.asciidoc @@ -42,7 +42,7 @@ Preview a datafeed. This API returns the first "page" of search results from a d ---- [discrete] -==== MlPreviewDatafeedRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface MlPreviewDatafeedRequest extends <> { ++++ [discrete] -==== MlPreviewDatafeedResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-put_calendar.asciidoc b/docs/reference-ml-put_calendar.asciidoc index f466d444d..aeb8b8fe7 100644 --- a/docs/reference-ml-put_calendar.asciidoc +++ b/docs/reference-ml-put_calendar.asciidoc @@ -42,7 +42,7 @@ Create a calendar. ---- [discrete] -==== MlPutCalendarRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlPutCalendarRequest extends <> { ++++ [discrete] -==== MlPutCalendarResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-put_calendar_job.asciidoc b/docs/reference-ml-put_calendar_job.asciidoc index 34692333b..8afe901ec 100644 --- a/docs/reference-ml-put_calendar_job.asciidoc +++ b/docs/reference-ml-put_calendar_job.asciidoc @@ -42,7 +42,7 @@ Add anomaly detection job to calendar. ---- [discrete] -==== MlPutCalendarJobRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlPutCalendarJobRequest extends <> { ++++ [discrete] -==== MlPutCalendarJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-put_data_frame_analytics.asciidoc b/docs/reference-ml-put_data_frame_analytics.asciidoc index 8b0b6337e..1812884c3 100644 --- a/docs/reference-ml-put_data_frame_analytics.asciidoc +++ b/docs/reference-ml-put_data_frame_analytics.asciidoc @@ -42,7 +42,7 @@ Create a data frame analytics job. This API creates a data frame analytics job t ---- [discrete] -==== MlPutDataFrameAnalyticsRequest +==== Request [pass] ++++ @@ -67,7 +67,7 @@ interface MlPutDataFrameAnalyticsRequest extends <> { ++++ [discrete] -==== MlPutDataFrameAnalyticsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-put_datafeed.asciidoc b/docs/reference-ml-put_datafeed.asciidoc index 5dbf46375..cfbf5f4dc 100644 --- a/docs/reference-ml-put_datafeed.asciidoc +++ b/docs/reference-ml-put_datafeed.asciidoc @@ -42,7 +42,7 @@ Create a datafeed. Datafeeds retrieve data from Elasticsearch for analysis by an ---- [discrete] -==== MlPutDatafeedRequest +==== Request [pass] ++++ @@ -77,7 +77,7 @@ interface MlPutDatafeedRequest extends <> { ++++ [discrete] -==== MlPutDatafeedResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-put_filter.asciidoc b/docs/reference-ml-put_filter.asciidoc index 24e04ac7a..0f8d2bcd3 100644 --- a/docs/reference-ml-put_filter.asciidoc +++ b/docs/reference-ml-put_filter.asciidoc @@ -42,7 +42,7 @@ Create a filter. A filter contains a list of strings. It can be used by one or m ---- [discrete] -==== MlPutFilterRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlPutFilterRequest extends <> { ++++ [discrete] -==== MlPutFilterResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-put_job.asciidoc b/docs/reference-ml-put_job.asciidoc index b64e2ff22..304937ed5 100644 --- a/docs/reference-ml-put_job.asciidoc +++ b/docs/reference-ml-put_job.asciidoc @@ -42,7 +42,7 @@ Create an anomaly detection job. If you include a `datafeed_config`, you must ha ---- [discrete] -==== MlPutJobRequest +==== Request [pass] ++++ @@ -72,7 +72,7 @@ interface MlPutJobRequest extends <> { ++++ [discrete] -==== MlPutJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-put_trained_model.asciidoc b/docs/reference-ml-put_trained_model.asciidoc index e51c524da..5b579b64d 100644 --- a/docs/reference-ml-put_trained_model.asciidoc +++ b/docs/reference-ml-put_trained_model.asciidoc @@ -42,7 +42,7 @@ Create a trained model. Enable you to supply a trained model that is not created ---- [discrete] -==== MlPutTrainedModelRequest +==== Request [pass] ++++ @@ -70,7 +70,7 @@ interface MlPutTrainedModelRequest extends <> { ++++ [discrete] -==== MlPutTrainedModelResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-put_trained_model_alias.asciidoc b/docs/reference-ml-put_trained_model_alias.asciidoc index 4d457307d..8a9c1055d 100644 --- a/docs/reference-ml-put_trained_model_alias.asciidoc +++ b/docs/reference-ml-put_trained_model_alias.asciidoc @@ -42,7 +42,7 @@ Create or update a trained model alias. A trained model alias is a logical name ---- [discrete] -==== MlPutTrainedModelAliasRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlPutTrainedModelAliasRequest extends <> { ++++ [discrete] -==== MlPutTrainedModelAliasResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-put_trained_model_definition_part.asciidoc b/docs/reference-ml-put_trained_model_definition_part.asciidoc index 7487c0a04..ed18ec179 100644 --- a/docs/reference-ml-put_trained_model_definition_part.asciidoc +++ b/docs/reference-ml-put_trained_model_definition_part.asciidoc @@ -42,7 +42,7 @@ Create part of a trained model definition. ---- [discrete] -==== MlPutTrainedModelDefinitionPartRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface MlPutTrainedModelDefinitionPartRequest extends <> { ++++ [discrete] -==== MlPutTrainedModelDefinitionPartResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-put_trained_model_vocabulary.asciidoc b/docs/reference-ml-put_trained_model_vocabulary.asciidoc index 993a88888..ceaebd659 100644 --- a/docs/reference-ml-put_trained_model_vocabulary.asciidoc +++ b/docs/reference-ml-put_trained_model_vocabulary.asciidoc @@ -42,7 +42,7 @@ Create a trained model vocabulary. This API is supported only for natural langua ---- [discrete] -==== MlPutTrainedModelVocabularyRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlPutTrainedModelVocabularyRequest extends <> { ++++ [discrete] -==== MlPutTrainedModelVocabularyResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-reset_job.asciidoc b/docs/reference-ml-reset_job.asciidoc index 47e7ccd5e..74016259d 100644 --- a/docs/reference-ml-reset_job.asciidoc +++ b/docs/reference-ml-reset_job.asciidoc @@ -42,7 +42,7 @@ Reset an anomaly detection job. All model state and results are deleted. The job ---- [discrete] -==== MlResetJobRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlResetJobRequest extends <> { ++++ [discrete] -==== MlResetJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-revert_model_snapshot.asciidoc b/docs/reference-ml-revert_model_snapshot.asciidoc index bbebbedf5..f2871b433 100644 --- a/docs/reference-ml-revert_model_snapshot.asciidoc +++ b/docs/reference-ml-revert_model_snapshot.asciidoc @@ -42,7 +42,7 @@ Revert to a snapshot. The machine learning features react quickly to anomalous i ---- [discrete] -==== MlRevertModelSnapshotRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlRevertModelSnapshotRequest extends <> { ++++ [discrete] -==== MlRevertModelSnapshotResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-set_upgrade_mode.asciidoc b/docs/reference-ml-set_upgrade_mode.asciidoc index 8cca79528..8ecddd1d4 100644 --- a/docs/reference-ml-set_upgrade_mode.asciidoc +++ b/docs/reference-ml-set_upgrade_mode.asciidoc @@ -42,7 +42,7 @@ Set upgrade_mode for ML indices. Sets a cluster wide upgrade_mode setting that p ---- [discrete] -==== MlSetUpgradeModeRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlSetUpgradeModeRequest extends <> { ++++ [discrete] -==== MlSetUpgradeModeResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-start_data_frame_analytics.asciidoc b/docs/reference-ml-start_data_frame_analytics.asciidoc index 09a75bd62..c70452e82 100644 --- a/docs/reference-ml-start_data_frame_analytics.asciidoc +++ b/docs/reference-ml-start_data_frame_analytics.asciidoc @@ -42,7 +42,7 @@ Start a data frame analytics job. A data frame analytics job can be started and ---- [discrete] -==== MlStartDataFrameAnalyticsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlStartDataFrameAnalyticsRequest extends <> { ++++ [discrete] -==== MlStartDataFrameAnalyticsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-start_datafeed.asciidoc b/docs/reference-ml-start_datafeed.asciidoc index 39e2a38b6..f8e4cbb7f 100644 --- a/docs/reference-ml-start_datafeed.asciidoc +++ b/docs/reference-ml-start_datafeed.asciidoc @@ -42,7 +42,7 @@ Start datafeeds. A datafeed must be started in order to retrieve data from Elast ---- [discrete] -==== MlStartDatafeedRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlStartDatafeedRequest extends <> { ++++ [discrete] -==== MlStartDatafeedResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-start_trained_model_deployment.asciidoc b/docs/reference-ml-start_trained_model_deployment.asciidoc index 368f05eb8..e375be051 100644 --- a/docs/reference-ml-start_trained_model_deployment.asciidoc +++ b/docs/reference-ml-start_trained_model_deployment.asciidoc @@ -42,7 +42,7 @@ Start a trained model deployment. It allocates the model to every machine learni ---- [discrete] -==== MlStartTrainedModelDeploymentRequest +==== Request [pass] ++++ @@ -65,7 +65,7 @@ interface MlStartTrainedModelDeploymentRequest extends <> { ++++ [discrete] -==== MlStartTrainedModelDeploymentResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-stop_data_frame_analytics.asciidoc b/docs/reference-ml-stop_data_frame_analytics.asciidoc index f222a7735..22a8d22b3 100644 --- a/docs/reference-ml-stop_data_frame_analytics.asciidoc +++ b/docs/reference-ml-stop_data_frame_analytics.asciidoc @@ -42,7 +42,7 @@ Stop data frame analytics jobs. A data frame analytics job can be started and st ---- [discrete] -==== MlStopDataFrameAnalyticsRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlStopDataFrameAnalyticsRequest extends <> { ++++ [discrete] -==== MlStopDataFrameAnalyticsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-stop_datafeed.asciidoc b/docs/reference-ml-stop_datafeed.asciidoc index 679e5b04b..e277b10f4 100644 --- a/docs/reference-ml-stop_datafeed.asciidoc +++ b/docs/reference-ml-stop_datafeed.asciidoc @@ -42,7 +42,7 @@ Stop datafeeds. A datafeed that is stopped ceases to retrieve data from Elastics ---- [discrete] -==== MlStopDatafeedRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlStopDatafeedRequest extends <> { ++++ [discrete] -==== MlStopDatafeedResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-stop_trained_model_deployment.asciidoc b/docs/reference-ml-stop_trained_model_deployment.asciidoc index b7858bc1a..02c8d94c1 100644 --- a/docs/reference-ml-stop_trained_model_deployment.asciidoc +++ b/docs/reference-ml-stop_trained_model_deployment.asciidoc @@ -42,7 +42,7 @@ Stop a trained model deployment. ---- [discrete] -==== MlStopTrainedModelDeploymentRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface MlStopTrainedModelDeploymentRequest extends <> { ++++ [discrete] -==== MlStopTrainedModelDeploymentResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-update_data_frame_analytics.asciidoc b/docs/reference-ml-update_data_frame_analytics.asciidoc index 20c458f04..422cb93aa 100644 --- a/docs/reference-ml-update_data_frame_analytics.asciidoc +++ b/docs/reference-ml-update_data_frame_analytics.asciidoc @@ -42,7 +42,7 @@ Update a data frame analytics job. ---- [discrete] -==== MlUpdateDataFrameAnalyticsRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface MlUpdateDataFrameAnalyticsRequest extends <> { ++++ [discrete] -==== MlUpdateDataFrameAnalyticsResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-update_datafeed.asciidoc b/docs/reference-ml-update_datafeed.asciidoc index ae35b3c58..d23f3a472 100644 --- a/docs/reference-ml-update_datafeed.asciidoc +++ b/docs/reference-ml-update_datafeed.asciidoc @@ -42,7 +42,7 @@ Update a datafeed. You must stop and start the datafeed for the changes to be ap ---- [discrete] -==== MlUpdateDatafeedRequest +==== Request [pass] ++++ @@ -76,7 +76,7 @@ interface MlUpdateDatafeedRequest extends <> { ++++ [discrete] -==== MlUpdateDatafeedResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-update_filter.asciidoc b/docs/reference-ml-update_filter.asciidoc index d8ef7a06a..60e621f41 100644 --- a/docs/reference-ml-update_filter.asciidoc +++ b/docs/reference-ml-update_filter.asciidoc @@ -42,7 +42,7 @@ Update a filter. Updates the description of a filter, adds items, or removes ite ---- [discrete] -==== MlUpdateFilterRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlUpdateFilterRequest extends <> { ++++ [discrete] -==== MlUpdateFilterResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-update_job.asciidoc b/docs/reference-ml-update_job.asciidoc index 1707cc973..83348ebca 100644 --- a/docs/reference-ml-update_job.asciidoc +++ b/docs/reference-ml-update_job.asciidoc @@ -42,7 +42,7 @@ Update an anomaly detection job. Updates certain properties of an anomaly detect ---- [discrete] -==== MlUpdateJobRequest +==== Request [pass] ++++ @@ -72,7 +72,7 @@ interface MlUpdateJobRequest extends <> { ++++ [discrete] -==== MlUpdateJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-update_model_snapshot.asciidoc b/docs/reference-ml-update_model_snapshot.asciidoc index ad0b0b927..cad0f599c 100644 --- a/docs/reference-ml-update_model_snapshot.asciidoc +++ b/docs/reference-ml-update_model_snapshot.asciidoc @@ -42,7 +42,7 @@ Update a snapshot. Updates certain properties of a snapshot. ---- [discrete] -==== MlUpdateModelSnapshotRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlUpdateModelSnapshotRequest extends <> { ++++ [discrete] -==== MlUpdateModelSnapshotResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-update_trained_model_deployment.asciidoc b/docs/reference-ml-update_trained_model_deployment.asciidoc index 3b17fc00c..f427a862d 100644 --- a/docs/reference-ml-update_trained_model_deployment.asciidoc +++ b/docs/reference-ml-update_trained_model_deployment.asciidoc @@ -42,7 +42,7 @@ Update a trained model deployment. ---- [discrete] -==== MlUpdateTrainedModelDeploymentRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface MlUpdateTrainedModelDeploymentRequest extends <> { ++++ [discrete] -==== MlUpdateTrainedModelDeploymentResponse +==== Response [pass] ++++ diff --git a/docs/reference-ml-upgrade_job_snapshot.asciidoc b/docs/reference-ml-upgrade_job_snapshot.asciidoc index c3ddf2fc6..db703ae9b 100644 --- a/docs/reference-ml-upgrade_job_snapshot.asciidoc +++ b/docs/reference-ml-upgrade_job_snapshot.asciidoc @@ -42,7 +42,7 @@ Upgrade a snapshot. Upgrades an anomaly detection model snapshot to the latest m ---- [discrete] -==== MlUpgradeJobSnapshotRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface MlUpgradeJobSnapshotRequest extends <> { ++++ [discrete] -==== MlUpgradeJobSnapshotResponse +==== Response [pass] ++++ diff --git a/docs/reference-monitoring-bulk.asciidoc b/docs/reference-monitoring-bulk.asciidoc index f08c7652b..a39a98ea6 100644 --- a/docs/reference-monitoring-bulk.asciidoc +++ b/docs/reference-monitoring-bulk.asciidoc @@ -42,7 +42,7 @@ Used by the monitoring features to send monitoring data. ---- [discrete] -==== MonitoringBulkRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface MonitoringBulkRequest ++++ [discrete] -==== MonitoringBulkResponse +==== Response [pass] ++++ diff --git a/docs/reference-msearch.asciidoc b/docs/reference-msearch.asciidoc index 2a253f3ed..5c71f9b6f 100644 --- a/docs/reference-msearch.asciidoc +++ b/docs/reference-msearch.asciidoc @@ -42,7 +42,7 @@ Run multiple searches. The format of the request is similar to the bulk API form ---- [discrete] -==== MsearchRequest +==== Request [pass] ++++ @@ -71,7 +71,7 @@ interface MsearchRequest extends <> { ++++ [discrete] -==== MsearchResponse +==== Response [pass] ++++ diff --git a/docs/reference-msearch_template.asciidoc b/docs/reference-msearch_template.asciidoc index 4ebde2d65..9e5ad18b1 100644 --- a/docs/reference-msearch_template.asciidoc +++ b/docs/reference-msearch_template.asciidoc @@ -42,7 +42,7 @@ Run multiple templated searches. ---- [discrete] -==== MsearchTemplateRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface MsearchTemplateRequest extends <> { ++++ [discrete] -==== MsearchTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-mtermvectors.asciidoc b/docs/reference-mtermvectors.asciidoc index 712b9cc99..02a3ef236 100644 --- a/docs/reference-mtermvectors.asciidoc +++ b/docs/reference-mtermvectors.asciidoc @@ -42,7 +42,7 @@ Get multiple term vectors. You can specify existing documents by index and ID or ---- [discrete] -==== MtermvectorsRequest +==== Request [pass] ++++ @@ -70,7 +70,7 @@ interface MtermvectorsRequest extends <> { ++++ [discrete] -==== MtermvectorsResponse +==== Response [pass] ++++ diff --git a/docs/reference-nodes-clear_repositories_metering_archive.asciidoc b/docs/reference-nodes-clear_repositories_metering_archive.asciidoc index 3f1041060..aff7f25b7 100644 --- a/docs/reference-nodes-clear_repositories_metering_archive.asciidoc +++ b/docs/reference-nodes-clear_repositories_metering_archive.asciidoc @@ -42,7 +42,7 @@ You can use this API to clear the archived repositories metering information in ---- [discrete] -==== NodesClearRepositoriesMeteringArchiveRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface NodesClearRepositoriesMeteringArchiveRequest extends <> { ++++ [discrete] -==== NodesClearRepositoriesMeteringArchiveResponse +==== Response [pass] ++++ diff --git a/docs/reference-nodes-get_repositories_metering_info.asciidoc b/docs/reference-nodes-get_repositories_metering_info.asciidoc index 73db15f24..883ef6d59 100644 --- a/docs/reference-nodes-get_repositories_metering_info.asciidoc +++ b/docs/reference-nodes-get_repositories_metering_info.asciidoc @@ -42,7 +42,7 @@ You can use the cluster repositories metering API to retrieve repositories meter ---- [discrete] -==== NodesGetRepositoriesMeteringInfoRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface NodesGetRepositoriesMeteringInfoRequest extends <> { ++++ [discrete] -==== NodesGetRepositoriesMeteringInfoResponse +==== Response [pass] ++++ diff --git a/docs/reference-nodes-hot_threads.asciidoc b/docs/reference-nodes-hot_threads.asciidoc index e88d6a6b0..896185275 100644 --- a/docs/reference-nodes-hot_threads.asciidoc +++ b/docs/reference-nodes-hot_threads.asciidoc @@ -42,7 +42,7 @@ This API yields a breakdown of the hot threads on each selected node in the clus ---- [discrete] -==== NodesHotThreadsRequest +==== Request [pass] ++++ @@ -65,7 +65,7 @@ interface NodesHotThreadsRequest extends <> { ++++ [discrete] -==== NodesHotThreadsResponse +==== Response [pass] ++++ diff --git a/docs/reference-nodes-info.asciidoc b/docs/reference-nodes-info.asciidoc index 498378bce..0261e871e 100644 --- a/docs/reference-nodes-info.asciidoc +++ b/docs/reference-nodes-info.asciidoc @@ -42,7 +42,7 @@ Returns cluster nodes information. ---- [discrete] -==== NodesInfoRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface NodesInfoRequest extends <> { ++++ [discrete] -==== NodesInfoResponse +==== Response [pass] ++++ diff --git a/docs/reference-nodes-reload_secure_settings.asciidoc b/docs/reference-nodes-reload_secure_settings.asciidoc index 4fc78c056..cc2dd59c9 100644 --- a/docs/reference-nodes-reload_secure_settings.asciidoc +++ b/docs/reference-nodes-reload_secure_settings.asciidoc @@ -42,7 +42,7 @@ Reloads the keystore on nodes in the cluster. ---- [discrete] -==== NodesReloadSecureSettingsRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface NodesReloadSecureSettingsRequest extends <> { ++++ [discrete] -==== NodesReloadSecureSettingsResponse +==== Response [pass] ++++ diff --git a/docs/reference-nodes-stats.asciidoc b/docs/reference-nodes-stats.asciidoc index 21adea8de..23b7fa60d 100644 --- a/docs/reference-nodes-stats.asciidoc +++ b/docs/reference-nodes-stats.asciidoc @@ -42,7 +42,7 @@ Returns cluster nodes statistics. ---- [discrete] -==== NodesStatsRequest +==== Request [pass] ++++ @@ -69,7 +69,7 @@ interface NodesStatsRequest extends <> { ++++ [discrete] -==== NodesStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-nodes-usage.asciidoc b/docs/reference-nodes-usage.asciidoc index f6a93cef9..776fa15de 100644 --- a/docs/reference-nodes-usage.asciidoc +++ b/docs/reference-nodes-usage.asciidoc @@ -42,7 +42,7 @@ Returns information on the usage of features. ---- [discrete] -==== NodesUsageRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface NodesUsageRequest extends <> { ++++ [discrete] -==== NodesUsageResponse +==== Response [pass] ++++ diff --git a/docs/reference-open_point_in_time.asciidoc b/docs/reference-open_point_in_time.asciidoc index 56f7c4c81..2b674713a 100644 --- a/docs/reference-open_point_in_time.asciidoc +++ b/docs/reference-open_point_in_time.asciidoc @@ -42,7 +42,7 @@ Open a point in time. A search request by default runs against the most recent v ---- [discrete] -==== OpenPointInTimeRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface OpenPointInTimeRequest extends <> { ++++ [discrete] -==== OpenPointInTimeResponse +==== Response [pass] ++++ diff --git a/docs/reference-ping.asciidoc b/docs/reference-ping.asciidoc index 9c3f57ece..3ea9d2bcd 100644 --- a/docs/reference-ping.asciidoc +++ b/docs/reference-ping.asciidoc @@ -42,7 +42,7 @@ Ping the cluster. Returns whether the cluster is running. ---- [discrete] -==== PingRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface PingRequest extends <> { ++++ [discrete] -==== PingResponse +==== Response [pass] ++++ diff --git a/docs/reference-put_script.asciidoc b/docs/reference-put_script.asciidoc index 8a09c85c4..bf260d9b9 100644 --- a/docs/reference-put_script.asciidoc +++ b/docs/reference-put_script.asciidoc @@ -42,7 +42,7 @@ Create or update a script or search template. Creates or updates a stored script ---- [discrete] -==== PutScriptRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface PutScriptRequest extends <> { ++++ [discrete] -==== PutScriptResponse +==== Response [pass] ++++ diff --git a/docs/reference-query_rules-delete_rule.asciidoc b/docs/reference-query_rules-delete_rule.asciidoc index e969e7cf4..8cd0da998 100644 --- a/docs/reference-query_rules-delete_rule.asciidoc +++ b/docs/reference-query_rules-delete_rule.asciidoc @@ -42,7 +42,7 @@ Deletes a query rule within a query ruleset. ---- [discrete] -==== QueryRulesDeleteRuleRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface QueryRulesDeleteRuleRequest extends <> { ++++ [discrete] -==== QueryRulesDeleteRuleResponse +==== Response [pass] ++++ diff --git a/docs/reference-query_rules-delete_ruleset.asciidoc b/docs/reference-query_rules-delete_ruleset.asciidoc index a29247a7c..1dbc196af 100644 --- a/docs/reference-query_rules-delete_ruleset.asciidoc +++ b/docs/reference-query_rules-delete_ruleset.asciidoc @@ -42,7 +42,7 @@ Deletes a query ruleset. ---- [discrete] -==== QueryRulesDeleteRulesetRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface QueryRulesDeleteRulesetRequest extends <> { ++++ [discrete] -==== QueryRulesDeleteRulesetResponse +==== Response [pass] ++++ diff --git a/docs/reference-query_rules-get_rule.asciidoc b/docs/reference-query_rules-get_rule.asciidoc index 0606b9382..a849115cc 100644 --- a/docs/reference-query_rules-get_rule.asciidoc +++ b/docs/reference-query_rules-get_rule.asciidoc @@ -42,7 +42,7 @@ Returns the details about a query rule within a query ruleset ---- [discrete] -==== QueryRulesGetRuleRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface QueryRulesGetRuleRequest extends <> { ++++ [discrete] -==== QueryRulesGetRuleResponse +==== Response [pass] ++++ diff --git a/docs/reference-query_rules-get_ruleset.asciidoc b/docs/reference-query_rules-get_ruleset.asciidoc index 748082ca0..f8c23ddbb 100644 --- a/docs/reference-query_rules-get_ruleset.asciidoc +++ b/docs/reference-query_rules-get_ruleset.asciidoc @@ -42,7 +42,7 @@ Returns the details about a query ruleset ---- [discrete] -==== QueryRulesGetRulesetRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface QueryRulesGetRulesetRequest extends <> { ++++ [discrete] -==== QueryRulesGetRulesetResponse +==== Response [pass] ++++ diff --git a/docs/reference-query_rules-list_rulesets.asciidoc b/docs/reference-query_rules-list_rulesets.asciidoc index abfa82a56..f90400122 100644 --- a/docs/reference-query_rules-list_rulesets.asciidoc +++ b/docs/reference-query_rules-list_rulesets.asciidoc @@ -42,7 +42,7 @@ Returns summarized information about existing query rulesets. ---- [discrete] -==== QueryRulesListRulesetsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface QueryRulesListRulesetsRequest extends <> { ++++ [discrete] -==== QueryRulesListRulesetsResponse +==== Response [pass] ++++ diff --git a/docs/reference-query_rules-put_rule.asciidoc b/docs/reference-query_rules-put_rule.asciidoc index 9772af614..ccb082711 100644 --- a/docs/reference-query_rules-put_rule.asciidoc +++ b/docs/reference-query_rules-put_rule.asciidoc @@ -42,7 +42,7 @@ Creates or updates a query rule within a query ruleset. ---- [discrete] -==== QueryRulesPutRuleRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface QueryRulesPutRuleRequest extends <> { ++++ [discrete] -==== QueryRulesPutRuleResponse +==== Response [pass] ++++ diff --git a/docs/reference-query_rules-put_ruleset.asciidoc b/docs/reference-query_rules-put_ruleset.asciidoc index 4722542a7..41ad4447f 100644 --- a/docs/reference-query_rules-put_ruleset.asciidoc +++ b/docs/reference-query_rules-put_ruleset.asciidoc @@ -42,7 +42,7 @@ Creates or updates a query ruleset. ---- [discrete] -==== QueryRulesPutRulesetRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface QueryRulesPutRulesetRequest extends <> { ++++ [discrete] -==== QueryRulesPutRulesetResponse +==== Response [pass] ++++ diff --git a/docs/reference-query_rules-test.asciidoc b/docs/reference-query_rules-test.asciidoc index 2b6b632a6..d9831d274 100644 --- a/docs/reference-query_rules-test.asciidoc +++ b/docs/reference-query_rules-test.asciidoc @@ -42,7 +42,7 @@ Creates or updates a query ruleset. ---- [discrete] -==== QueryRulesTestRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface QueryRulesTestRequest extends <> { ++++ [discrete] -==== QueryRulesTestResponse +==== Response [pass] ++++ diff --git a/docs/reference-rank_eval.asciidoc b/docs/reference-rank_eval.asciidoc index 98f646e89..a23c0fd46 100644 --- a/docs/reference-rank_eval.asciidoc +++ b/docs/reference-rank_eval.asciidoc @@ -42,7 +42,7 @@ Evaluate ranked search results. Evaluate the quality of ranked search results ov ---- [discrete] -==== RankEvalRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface RankEvalRequest extends <> { ++++ [discrete] -==== RankEvalResponse +==== Response [pass] ++++ diff --git a/docs/reference-reindex.asciidoc b/docs/reference-reindex.asciidoc index b3575005d..907f34a87 100644 --- a/docs/reference-reindex.asciidoc +++ b/docs/reference-reindex.asciidoc @@ -42,7 +42,7 @@ Reindex documents. Copies documents from a source to a destination. The source c ---- [discrete] -==== ReindexRequest +==== Request [pass] ++++ @@ -70,7 +70,7 @@ interface ReindexRequest extends <> { ++++ [discrete] -==== ReindexResponse +==== Response [pass] ++++ diff --git a/docs/reference-reindex_rethrottle.asciidoc b/docs/reference-reindex_rethrottle.asciidoc index 6f823917b..dde60af8c 100644 --- a/docs/reference-reindex_rethrottle.asciidoc +++ b/docs/reference-reindex_rethrottle.asciidoc @@ -42,7 +42,7 @@ Throttle a reindex operation. Change the number of requests per second for a par ---- [discrete] -==== ReindexRethrottleRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface ReindexRethrottleRequest extends <> { ++++ [discrete] -==== ReindexRethrottleResponse +==== Response [pass] ++++ diff --git a/docs/reference-render_search_template.asciidoc b/docs/reference-render_search_template.asciidoc index d9beb8a99..49f784ba5 100644 --- a/docs/reference-render_search_template.asciidoc +++ b/docs/reference-render_search_template.asciidoc @@ -42,7 +42,7 @@ Render a search template. Render a search template as a search request body. ---- [discrete] -==== RenderSearchTemplateRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface RenderSearchTemplateRequest extends <> { ++++ [discrete] -==== RenderSearchTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-rollup-delete_job.asciidoc b/docs/reference-rollup-delete_job.asciidoc index f7290631d..d1eb8f78d 100644 --- a/docs/reference-rollup-delete_job.asciidoc +++ b/docs/reference-rollup-delete_job.asciidoc @@ -42,7 +42,7 @@ Deletes an existing rollup job. ---- [discrete] -==== RollupDeleteJobRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface RollupDeleteJobRequest extends <> { ++++ [discrete] -==== RollupDeleteJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-rollup-get_jobs.asciidoc b/docs/reference-rollup-get_jobs.asciidoc index 1f3b700db..2f0ee5aea 100644 --- a/docs/reference-rollup-get_jobs.asciidoc +++ b/docs/reference-rollup-get_jobs.asciidoc @@ -42,7 +42,7 @@ Retrieves the configuration, stats, and status of rollup jobs. ---- [discrete] -==== RollupGetJobsRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface RollupGetJobsRequest extends <> { ++++ [discrete] -==== RollupGetJobsResponse +==== Response [pass] ++++ diff --git a/docs/reference-rollup-get_rollup_caps.asciidoc b/docs/reference-rollup-get_rollup_caps.asciidoc index 57473d13a..453bcb01a 100644 --- a/docs/reference-rollup-get_rollup_caps.asciidoc +++ b/docs/reference-rollup-get_rollup_caps.asciidoc @@ -42,7 +42,7 @@ Returns the capabilities of any rollup jobs that have been configured for a spec ---- [discrete] -==== RollupGetRollupCapsRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface RollupGetRollupCapsRequest extends <> { ++++ [discrete] -==== RollupGetRollupCapsResponse +==== Response [pass] ++++ diff --git a/docs/reference-rollup-get_rollup_index_caps.asciidoc b/docs/reference-rollup-get_rollup_index_caps.asciidoc index bcf903395..a87ee0e8f 100644 --- a/docs/reference-rollup-get_rollup_index_caps.asciidoc +++ b/docs/reference-rollup-get_rollup_index_caps.asciidoc @@ -42,7 +42,7 @@ Returns the rollup capabilities of all jobs inside of a rollup index (for exampl ---- [discrete] -==== RollupGetRollupIndexCapsRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface RollupGetRollupIndexCapsRequest extends <> { ++++ [discrete] -==== RollupGetRollupIndexCapsResponse +==== Response [pass] ++++ diff --git a/docs/reference-rollup-put_job.asciidoc b/docs/reference-rollup-put_job.asciidoc index 9a66e8288..ad1bb5110 100644 --- a/docs/reference-rollup-put_job.asciidoc +++ b/docs/reference-rollup-put_job.asciidoc @@ -42,7 +42,7 @@ Creates a rollup job. ---- [discrete] -==== RollupPutJobRequest +==== Request [pass] ++++ @@ -65,7 +65,7 @@ interface RollupPutJobRequest extends <> { ++++ [discrete] -==== RollupPutJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-rollup-rollup_search.asciidoc b/docs/reference-rollup-rollup_search.asciidoc index 03e2214fe..194fb16c5 100644 --- a/docs/reference-rollup-rollup_search.asciidoc +++ b/docs/reference-rollup-rollup_search.asciidoc @@ -42,7 +42,7 @@ Enables searching rolled-up data using the standard Query DSL. ---- [discrete] -==== RollupRollupSearchRequest +==== Request [pass] ++++ @@ -64,7 +64,7 @@ interface RollupRollupSearchRequest extends <> { ++++ [discrete] -==== RollupRollupSearchResponse +==== Response [pass] ++++ diff --git a/docs/reference-rollup-start_job.asciidoc b/docs/reference-rollup-start_job.asciidoc index f9f2b9758..fd9196301 100644 --- a/docs/reference-rollup-start_job.asciidoc +++ b/docs/reference-rollup-start_job.asciidoc @@ -42,7 +42,7 @@ Starts an existing, stopped rollup job. ---- [discrete] -==== RollupStartJobRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface RollupStartJobRequest extends <> { ++++ [discrete] -==== RollupStartJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-rollup-stop_job.asciidoc b/docs/reference-rollup-stop_job.asciidoc index 60700c1ab..99279b425 100644 --- a/docs/reference-rollup-stop_job.asciidoc +++ b/docs/reference-rollup-stop_job.asciidoc @@ -42,7 +42,7 @@ Stops an existing, started rollup job. ---- [discrete] -==== RollupStopJobRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface RollupStopJobRequest extends <> { ++++ [discrete] -==== RollupStopJobResponse +==== Response [pass] ++++ diff --git a/docs/reference-scripts_painless_execute.asciidoc b/docs/reference-scripts_painless_execute.asciidoc index fc845b115..161bf75f4 100644 --- a/docs/reference-scripts_painless_execute.asciidoc +++ b/docs/reference-scripts_painless_execute.asciidoc @@ -42,7 +42,7 @@ Run a script. Runs a script and returns a result. ---- [discrete] -==== ScriptsPainlessExecuteRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface ScriptsPainlessExecuteRequest extends <> { ++++ [discrete] -==== ScriptsPainlessExecuteResponse +==== Response [pass] ++++ diff --git a/docs/reference-scroll.asciidoc b/docs/reference-scroll.asciidoc index 576efca7a..ed33b86d1 100644 --- a/docs/reference-scroll.asciidoc +++ b/docs/reference-scroll.asciidoc @@ -42,7 +42,7 @@ Run a scrolling search. IMPORTANT: The scroll API is no longer recommend for dee ---- [discrete] -==== ScrollRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface ScrollRequest extends <> { ++++ [discrete] -==== ScrollResponse +==== Response [pass] ++++ diff --git a/docs/reference-search.asciidoc b/docs/reference-search.asciidoc index 0fcf577e4..75d91a42b 100644 --- a/docs/reference-search.asciidoc +++ b/docs/reference-search.asciidoc @@ -42,7 +42,7 @@ Run a search. Get search hits that match the query defined in the request. You c ---- [discrete] -==== SearchRequest +==== Request [pass] ++++ @@ -124,7 +124,7 @@ interface SearchRequest extends <> { ++++ [discrete] -==== SearchResponse +==== Response [pass] ++++ diff --git a/docs/reference-search_application-delete.asciidoc b/docs/reference-search_application-delete.asciidoc index 44079caf7..b8cb5ac18 100644 --- a/docs/reference-search_application-delete.asciidoc +++ b/docs/reference-search_application-delete.asciidoc @@ -42,7 +42,7 @@ Delete a search application. Remove a search application and its associated alia ---- [discrete] -==== SearchApplicationDeleteRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SearchApplicationDeleteRequest extends <> { ++++ [discrete] -==== SearchApplicationDeleteResponse +==== Response [pass] ++++ diff --git a/docs/reference-search_application-delete_behavioral_analytics.asciidoc b/docs/reference-search_application-delete_behavioral_analytics.asciidoc index 94ab09d4e..e6d6c8b40 100644 --- a/docs/reference-search_application-delete_behavioral_analytics.asciidoc +++ b/docs/reference-search_application-delete_behavioral_analytics.asciidoc @@ -42,7 +42,7 @@ Delete a behavioral analytics collection. The associated data stream is also del ---- [discrete] -==== SearchApplicationDeleteBehavioralAnalyticsRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SearchApplicationDeleteBehavioralAnalyticsRequest extends < ++++ [discrete] -==== SearchApplicationDeleteBehavioralAnalyticsResponse +==== Response [pass] ++++ diff --git a/docs/reference-search_application-get.asciidoc b/docs/reference-search_application-get.asciidoc index 4f9c5c191..d975043eb 100644 --- a/docs/reference-search_application-get.asciidoc +++ b/docs/reference-search_application-get.asciidoc @@ -42,7 +42,7 @@ Get search application details. ---- [discrete] -==== SearchApplicationGetRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SearchApplicationGetRequest extends <> { ++++ [discrete] -==== SearchApplicationGetResponse +==== Response [pass] ++++ diff --git a/docs/reference-search_application-get_behavioral_analytics.asciidoc b/docs/reference-search_application-get_behavioral_analytics.asciidoc index 5b83b2ecc..040ea81e0 100644 --- a/docs/reference-search_application-get_behavioral_analytics.asciidoc +++ b/docs/reference-search_application-get_behavioral_analytics.asciidoc @@ -42,7 +42,7 @@ Get behavioral analytics collections. ---- [discrete] -==== SearchApplicationGetBehavioralAnalyticsRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SearchApplicationGetBehavioralAnalyticsRequest extends <> ++++ [discrete] -==== SearchApplicationGetBehavioralAnalyticsResponse +==== Response [pass] ++++ diff --git a/docs/reference-search_application-list.asciidoc b/docs/reference-search_application-list.asciidoc index 8d4a137e1..9127b7bf1 100644 --- a/docs/reference-search_application-list.asciidoc +++ b/docs/reference-search_application-list.asciidoc @@ -42,7 +42,7 @@ Returns the existing search applications. ---- [discrete] -==== SearchApplicationListRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SearchApplicationListRequest extends <> { ++++ [discrete] -==== SearchApplicationListResponse +==== Response [pass] ++++ diff --git a/docs/reference-search_application-put.asciidoc b/docs/reference-search_application-put.asciidoc index 776272a5a..753e235a1 100644 --- a/docs/reference-search_application-put.asciidoc +++ b/docs/reference-search_application-put.asciidoc @@ -42,7 +42,7 @@ Create or update a search application. ---- [discrete] -==== SearchApplicationPutRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SearchApplicationPutRequest extends <> { ++++ [discrete] -==== SearchApplicationPutResponse +==== Response [pass] ++++ diff --git a/docs/reference-search_application-put_behavioral_analytics.asciidoc b/docs/reference-search_application-put_behavioral_analytics.asciidoc index 3464cd703..00093ad32 100644 --- a/docs/reference-search_application-put_behavioral_analytics.asciidoc +++ b/docs/reference-search_application-put_behavioral_analytics.asciidoc @@ -42,7 +42,7 @@ Create a behavioral analytics collection. ---- [discrete] -==== SearchApplicationPutBehavioralAnalyticsRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SearchApplicationPutBehavioralAnalyticsRequest extends <> ++++ [discrete] -==== SearchApplicationPutBehavioralAnalyticsResponse +==== Response [pass] ++++ diff --git a/docs/reference-search_application-search.asciidoc b/docs/reference-search_application-search.asciidoc index dab87eab9..6431c9ee3 100644 --- a/docs/reference-search_application-search.asciidoc +++ b/docs/reference-search_application-search.asciidoc @@ -42,7 +42,7 @@ Run a search application search. Generate and run an Elasticsearch query that us ---- [discrete] -==== SearchApplicationSearchRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SearchApplicationSearchRequest extends <> { ++++ [discrete] -==== SearchApplicationSearchResponse +==== Response [pass] ++++ diff --git a/docs/reference-search_mvt.asciidoc b/docs/reference-search_mvt.asciidoc index c464ca64a..6ba9dfc66 100644 --- a/docs/reference-search_mvt.asciidoc +++ b/docs/reference-search_mvt.asciidoc @@ -42,7 +42,7 @@ Search a vector tile. Search a vector tile for geospatial values. ---- [discrete] -==== SearchMvtRequest +==== Request [pass] ++++ @@ -75,7 +75,7 @@ interface SearchMvtRequest extends <> { ++++ [discrete] -==== SearchMvtResponse +==== Response [pass] ++++ diff --git a/docs/reference-search_shards.asciidoc b/docs/reference-search_shards.asciidoc index d6f920471..c8deb1025 100644 --- a/docs/reference-search_shards.asciidoc +++ b/docs/reference-search_shards.asciidoc @@ -42,7 +42,7 @@ Get the search shards. Get the indices and shards that a search request would be ---- [discrete] -==== SearchShardsRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface SearchShardsRequest extends <> { ++++ [discrete] -==== SearchShardsResponse +==== Response [pass] ++++ diff --git a/docs/reference-search_template.asciidoc b/docs/reference-search_template.asciidoc index 6e505883d..a0df96a13 100644 --- a/docs/reference-search_template.asciidoc +++ b/docs/reference-search_template.asciidoc @@ -42,7 +42,7 @@ Run a search with a search template. ---- [discrete] -==== SearchTemplateRequest +==== Request [pass] ++++ @@ -73,7 +73,7 @@ interface SearchTemplateRequest extends <> { ++++ [discrete] -==== SearchTemplateResponse +==== Response [pass] ++++ diff --git a/docs/reference-searchable_snapshots-cache_stats.asciidoc b/docs/reference-searchable_snapshots-cache_stats.asciidoc index 78303791b..1fc72e855 100644 --- a/docs/reference-searchable_snapshots-cache_stats.asciidoc +++ b/docs/reference-searchable_snapshots-cache_stats.asciidoc @@ -42,7 +42,7 @@ Retrieve node-level cache statistics about searchable snapshots. ---- [discrete] -==== SearchableSnapshotsCacheStatsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SearchableSnapshotsCacheStatsRequest extends <> { ++++ [discrete] -==== SearchableSnapshotsCacheStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-searchable_snapshots-clear_cache.asciidoc b/docs/reference-searchable_snapshots-clear_cache.asciidoc index dadb42cf4..94c85f571 100644 --- a/docs/reference-searchable_snapshots-clear_cache.asciidoc +++ b/docs/reference-searchable_snapshots-clear_cache.asciidoc @@ -42,7 +42,7 @@ Clear the cache of searchable snapshots. ---- [discrete] -==== SearchableSnapshotsClearCacheRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface SearchableSnapshotsClearCacheRequest extends <> { ++++ [discrete] -==== SearchableSnapshotsClearCacheResponse +==== Response [pass] ++++ diff --git a/docs/reference-searchable_snapshots-mount.asciidoc b/docs/reference-searchable_snapshots-mount.asciidoc index 43bc7baab..0f64d784f 100644 --- a/docs/reference-searchable_snapshots-mount.asciidoc +++ b/docs/reference-searchable_snapshots-mount.asciidoc @@ -42,7 +42,7 @@ Mount a snapshot as a searchable index. ---- [discrete] -==== SearchableSnapshotsMountRequest +==== Request [pass] ++++ @@ -65,7 +65,7 @@ interface SearchableSnapshotsMountRequest extends <> { ++++ [discrete] -==== SearchableSnapshotsMountResponse +==== Response [pass] ++++ diff --git a/docs/reference-searchable_snapshots-stats.asciidoc b/docs/reference-searchable_snapshots-stats.asciidoc index 137f952ab..6ffed8e8d 100644 --- a/docs/reference-searchable_snapshots-stats.asciidoc +++ b/docs/reference-searchable_snapshots-stats.asciidoc @@ -42,7 +42,7 @@ Retrieve shard-level statistics about searchable snapshots. ---- [discrete] -==== SearchableSnapshotsStatsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SearchableSnapshotsStatsRequest extends <> { ++++ [discrete] -==== SearchableSnapshotsStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-activate_user_profile.asciidoc b/docs/reference-security-activate_user_profile.asciidoc index 1d9eb8e99..742d5328d 100644 --- a/docs/reference-security-activate_user_profile.asciidoc +++ b/docs/reference-security-activate_user_profile.asciidoc @@ -42,7 +42,7 @@ Activate a user profile. Create or update a user profile on behalf of another us ---- [discrete] -==== SecurityActivateUserProfileRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SecurityActivateUserProfileRequest extends <> { ++++ [discrete] -==== SecurityActivateUserProfileResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-authenticate.asciidoc b/docs/reference-security-authenticate.asciidoc index 21c25098a..48961006f 100644 --- a/docs/reference-security-authenticate.asciidoc +++ b/docs/reference-security-authenticate.asciidoc @@ -42,7 +42,7 @@ Authenticate a user. Authenticates a user and returns information about the auth ---- [discrete] -==== SecurityAuthenticateRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface SecurityAuthenticateRequest extends <> { ++++ [discrete] -==== SecurityAuthenticateResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-bulk_delete_role.asciidoc b/docs/reference-security-bulk_delete_role.asciidoc index 1836a62c4..7218a2c7a 100644 --- a/docs/reference-security-bulk_delete_role.asciidoc +++ b/docs/reference-security-bulk_delete_role.asciidoc @@ -42,7 +42,7 @@ Bulk delete roles. The role management APIs are generally the preferred way to m ---- [discrete] -==== SecurityBulkDeleteRoleRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityBulkDeleteRoleRequest extends <> { ++++ [discrete] -==== SecurityBulkDeleteRoleResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-bulk_put_role.asciidoc b/docs/reference-security-bulk_put_role.asciidoc index 95f82589a..9a42f49eb 100644 --- a/docs/reference-security-bulk_put_role.asciidoc +++ b/docs/reference-security-bulk_put_role.asciidoc @@ -42,7 +42,7 @@ Bulk create or update roles. The role management APIs are generally the preferre ---- [discrete] -==== SecurityBulkPutRoleRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityBulkPutRoleRequest extends <> { ++++ [discrete] -==== SecurityBulkPutRoleResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-change_password.asciidoc b/docs/reference-security-change_password.asciidoc index aee207857..5e8ac3066 100644 --- a/docs/reference-security-change_password.asciidoc +++ b/docs/reference-security-change_password.asciidoc @@ -42,7 +42,7 @@ Change passwords. Change the passwords of users in the native realm and built-in ---- [discrete] -==== SecurityChangePasswordRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SecurityChangePasswordRequest extends <> { ++++ [discrete] -==== SecurityChangePasswordResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-clear_api_key_cache.asciidoc b/docs/reference-security-clear_api_key_cache.asciidoc index 413a15f01..f97b1c545 100644 --- a/docs/reference-security-clear_api_key_cache.asciidoc +++ b/docs/reference-security-clear_api_key_cache.asciidoc @@ -42,7 +42,7 @@ Clear the API key cache. Evict a subset of all entries from the API key cache. T ---- [discrete] -==== SecurityClearApiKeyCacheRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SecurityClearApiKeyCacheRequest extends <> { ++++ [discrete] -==== SecurityClearApiKeyCacheResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-clear_cached_privileges.asciidoc b/docs/reference-security-clear_cached_privileges.asciidoc index e2f377faa..29f9e2986 100644 --- a/docs/reference-security-clear_cached_privileges.asciidoc +++ b/docs/reference-security-clear_cached_privileges.asciidoc @@ -42,7 +42,7 @@ Clear the privileges cache. Evict privileges from the native application privile ---- [discrete] -==== SecurityClearCachedPrivilegesRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SecurityClearCachedPrivilegesRequest extends <> { ++++ [discrete] -==== SecurityClearCachedPrivilegesResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-clear_cached_realms.asciidoc b/docs/reference-security-clear_cached_realms.asciidoc index 61a11b531..86f67849a 100644 --- a/docs/reference-security-clear_cached_realms.asciidoc +++ b/docs/reference-security-clear_cached_realms.asciidoc @@ -42,7 +42,7 @@ Clear the user cache. Evict users from the user cache. You can completely clear ---- [discrete] -==== SecurityClearCachedRealmsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityClearCachedRealmsRequest extends <> { ++++ [discrete] -==== SecurityClearCachedRealmsResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-clear_cached_roles.asciidoc b/docs/reference-security-clear_cached_roles.asciidoc index 45dc44d57..0a607b140 100644 --- a/docs/reference-security-clear_cached_roles.asciidoc +++ b/docs/reference-security-clear_cached_roles.asciidoc @@ -42,7 +42,7 @@ Clear the roles cache. Evict roles from the native role cache. ---- [discrete] -==== SecurityClearCachedRolesRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SecurityClearCachedRolesRequest extends <> { ++++ [discrete] -==== SecurityClearCachedRolesResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-clear_cached_service_tokens.asciidoc b/docs/reference-security-clear_cached_service_tokens.asciidoc index a32bf8b15..83ff8dca1 100644 --- a/docs/reference-security-clear_cached_service_tokens.asciidoc +++ b/docs/reference-security-clear_cached_service_tokens.asciidoc @@ -42,7 +42,7 @@ Clear service account token caches. Evict a subset of all entries from the servi ---- [discrete] -==== SecurityClearCachedServiceTokensRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SecurityClearCachedServiceTokensRequest extends <> { ++++ [discrete] -==== SecurityClearCachedServiceTokensResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-create_api_key.asciidoc b/docs/reference-security-create_api_key.asciidoc index 5998cbada..39639b014 100644 --- a/docs/reference-security-create_api_key.asciidoc +++ b/docs/reference-security-create_api_key.asciidoc @@ -42,7 +42,7 @@ Create an API key. Create an API key for access without requiring basic authenti ---- [discrete] -==== SecurityCreateApiKeyRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface SecurityCreateApiKeyRequest extends <> { ++++ [discrete] -==== SecurityCreateApiKeyResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-create_cross_cluster_api_key.asciidoc b/docs/reference-security-create_cross_cluster_api_key.asciidoc index a869a6225..11da22625 100644 --- a/docs/reference-security-create_cross_cluster_api_key.asciidoc +++ b/docs/reference-security-create_cross_cluster_api_key.asciidoc @@ -42,7 +42,7 @@ Create a cross-cluster API key. Create an API key of the `cross_cluster` type fo ---- [discrete] -==== SecurityCreateCrossClusterApiKeyRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SecurityCreateCrossClusterApiKeyRequest extends <> { ++++ [discrete] -==== SecurityCreateCrossClusterApiKeyResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-create_service_token.asciidoc b/docs/reference-security-create_service_token.asciidoc index 9453f3f22..86f1937bd 100644 --- a/docs/reference-security-create_service_token.asciidoc +++ b/docs/reference-security-create_service_token.asciidoc @@ -42,7 +42,7 @@ Create a service account token. Create a service accounts token for access witho ---- [discrete] -==== SecurityCreateServiceTokenRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SecurityCreateServiceTokenRequest extends <> { ++++ [discrete] -==== SecurityCreateServiceTokenResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-delete_privileges.asciidoc b/docs/reference-security-delete_privileges.asciidoc index c29fdc8f0..26920ca4b 100644 --- a/docs/reference-security-delete_privileges.asciidoc +++ b/docs/reference-security-delete_privileges.asciidoc @@ -42,7 +42,7 @@ Delete application privileges. ---- [discrete] -==== SecurityDeletePrivilegesRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SecurityDeletePrivilegesRequest extends <> { ++++ [discrete] -==== SecurityDeletePrivilegesResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-delete_role.asciidoc b/docs/reference-security-delete_role.asciidoc index 6f2b0dad1..2b3e9ecfb 100644 --- a/docs/reference-security-delete_role.asciidoc +++ b/docs/reference-security-delete_role.asciidoc @@ -42,7 +42,7 @@ Delete roles. Delete roles in the native realm. ---- [discrete] -==== SecurityDeleteRoleRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityDeleteRoleRequest extends <> { ++++ [discrete] -==== SecurityDeleteRoleResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-delete_role_mapping.asciidoc b/docs/reference-security-delete_role_mapping.asciidoc index 3299ccbaf..6b7f3f91e 100644 --- a/docs/reference-security-delete_role_mapping.asciidoc +++ b/docs/reference-security-delete_role_mapping.asciidoc @@ -42,7 +42,7 @@ Delete role mappings. ---- [discrete] -==== SecurityDeleteRoleMappingRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityDeleteRoleMappingRequest extends <> { ++++ [discrete] -==== SecurityDeleteRoleMappingResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-delete_service_token.asciidoc b/docs/reference-security-delete_service_token.asciidoc index 7acf0bb67..3a617e57a 100644 --- a/docs/reference-security-delete_service_token.asciidoc +++ b/docs/reference-security-delete_service_token.asciidoc @@ -42,7 +42,7 @@ Delete service account tokens. Delete service account tokens for a service in a ---- [discrete] -==== SecurityDeleteServiceTokenRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SecurityDeleteServiceTokenRequest extends <> { ++++ [discrete] -==== SecurityDeleteServiceTokenResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-delete_user.asciidoc b/docs/reference-security-delete_user.asciidoc index c1007aa70..7dea36ac3 100644 --- a/docs/reference-security-delete_user.asciidoc +++ b/docs/reference-security-delete_user.asciidoc @@ -42,7 +42,7 @@ Delete users. Delete users from the native realm. ---- [discrete] -==== SecurityDeleteUserRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityDeleteUserRequest extends <> { ++++ [discrete] -==== SecurityDeleteUserResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-disable_user.asciidoc b/docs/reference-security-disable_user.asciidoc index c4e5dae18..8762d5268 100644 --- a/docs/reference-security-disable_user.asciidoc +++ b/docs/reference-security-disable_user.asciidoc @@ -42,7 +42,7 @@ Disable users. Disable users in the native realm. ---- [discrete] -==== SecurityDisableUserRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityDisableUserRequest extends <> { ++++ [discrete] -==== SecurityDisableUserResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-disable_user_profile.asciidoc b/docs/reference-security-disable_user_profile.asciidoc index d4702bd19..7ce3f9320 100644 --- a/docs/reference-security-disable_user_profile.asciidoc +++ b/docs/reference-security-disable_user_profile.asciidoc @@ -42,7 +42,7 @@ Disable a user profile. Disable user profiles so that they are not visible in us ---- [discrete] -==== SecurityDisableUserProfileRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityDisableUserProfileRequest extends <> { ++++ [discrete] -==== SecurityDisableUserProfileResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-enable_user.asciidoc b/docs/reference-security-enable_user.asciidoc index 6a028660d..93a43510f 100644 --- a/docs/reference-security-enable_user.asciidoc +++ b/docs/reference-security-enable_user.asciidoc @@ -42,7 +42,7 @@ Enable users. Enable users in the native realm. ---- [discrete] -==== SecurityEnableUserRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityEnableUserRequest extends <> { ++++ [discrete] -==== SecurityEnableUserResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-enable_user_profile.asciidoc b/docs/reference-security-enable_user_profile.asciidoc index 6684360cb..a4c9fd9b8 100644 --- a/docs/reference-security-enable_user_profile.asciidoc +++ b/docs/reference-security-enable_user_profile.asciidoc @@ -42,7 +42,7 @@ Enable a user profile. Enable user profiles to make them visible in user profile ---- [discrete] -==== SecurityEnableUserProfileRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityEnableUserProfileRequest extends <> { ++++ [discrete] -==== SecurityEnableUserProfileResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-enroll_kibana.asciidoc b/docs/reference-security-enroll_kibana.asciidoc index c5a9333be..1666bc59b 100644 --- a/docs/reference-security-enroll_kibana.asciidoc +++ b/docs/reference-security-enroll_kibana.asciidoc @@ -42,7 +42,7 @@ Enroll Kibana. Enable a Kibana instance to configure itself for communication wi ---- [discrete] -==== SecurityEnrollKibanaRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface SecurityEnrollKibanaRequest extends <> { ++++ [discrete] -==== SecurityEnrollKibanaResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-enroll_node.asciidoc b/docs/reference-security-enroll_node.asciidoc index 7eb642c02..3265542e2 100644 --- a/docs/reference-security-enroll_node.asciidoc +++ b/docs/reference-security-enroll_node.asciidoc @@ -42,7 +42,7 @@ Enroll a node. Enroll a new node to allow it to join an existing cluster with se ---- [discrete] -==== SecurityEnrollNodeRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface SecurityEnrollNodeRequest extends <> { ++++ [discrete] -==== SecurityEnrollNodeResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-get_api_key.asciidoc b/docs/reference-security-get_api_key.asciidoc index 0cad542d8..d02342556 100644 --- a/docs/reference-security-get_api_key.asciidoc +++ b/docs/reference-security-get_api_key.asciidoc @@ -42,7 +42,7 @@ Get API key information. Retrieves information for one or more API keys. NOTE: I ---- [discrete] -==== SecurityGetApiKeyRequest +==== Request [pass] ++++ @@ -64,7 +64,7 @@ interface SecurityGetApiKeyRequest extends <> { ++++ [discrete] -==== SecurityGetApiKeyResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-get_builtin_privileges.asciidoc b/docs/reference-security-get_builtin_privileges.asciidoc index 3a4fddca1..11444c1f9 100644 --- a/docs/reference-security-get_builtin_privileges.asciidoc +++ b/docs/reference-security-get_builtin_privileges.asciidoc @@ -42,7 +42,7 @@ Get builtin privileges. Get the list of cluster privileges and index privileges ---- [discrete] -==== SecurityGetBuiltinPrivilegesRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface SecurityGetBuiltinPrivilegesRequest extends <> { ++++ [discrete] -==== SecurityGetBuiltinPrivilegesResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-get_privileges.asciidoc b/docs/reference-security-get_privileges.asciidoc index e245c0dd6..cd7e4c447 100644 --- a/docs/reference-security-get_privileges.asciidoc +++ b/docs/reference-security-get_privileges.asciidoc @@ -42,7 +42,7 @@ Get application privileges. ---- [discrete] -==== SecurityGetPrivilegesRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityGetPrivilegesRequest extends <> { ++++ [discrete] -==== SecurityGetPrivilegesResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-get_role.asciidoc b/docs/reference-security-get_role.asciidoc index f5f321bc8..3d23b1d27 100644 --- a/docs/reference-security-get_role.asciidoc +++ b/docs/reference-security-get_role.asciidoc @@ -42,7 +42,7 @@ Get roles. Get roles in the native realm. The role management APIs are generally ---- [discrete] -==== SecurityGetRoleRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SecurityGetRoleRequest extends <> { ++++ [discrete] -==== SecurityGetRoleResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-get_role_mapping.asciidoc b/docs/reference-security-get_role_mapping.asciidoc index becf4fc95..8d83ed1eb 100644 --- a/docs/reference-security-get_role_mapping.asciidoc +++ b/docs/reference-security-get_role_mapping.asciidoc @@ -42,7 +42,7 @@ Get role mappings. Role mappings define which roles are assigned to each user. T ---- [discrete] -==== SecurityGetRoleMappingRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SecurityGetRoleMappingRequest extends <> { ++++ [discrete] -==== SecurityGetRoleMappingResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-get_service_accounts.asciidoc b/docs/reference-security-get_service_accounts.asciidoc index 362bf956c..72c4b2561 100644 --- a/docs/reference-security-get_service_accounts.asciidoc +++ b/docs/reference-security-get_service_accounts.asciidoc @@ -42,7 +42,7 @@ Get service accounts. Get a list of service accounts that match the provided pat ---- [discrete] -==== SecurityGetServiceAccountsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityGetServiceAccountsRequest extends <> { ++++ [discrete] -==== SecurityGetServiceAccountsResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-get_service_credentials.asciidoc b/docs/reference-security-get_service_credentials.asciidoc index a59e2dc4a..ec8c334d0 100644 --- a/docs/reference-security-get_service_credentials.asciidoc +++ b/docs/reference-security-get_service_credentials.asciidoc @@ -42,7 +42,7 @@ Get service account credentials. ---- [discrete] -==== SecurityGetServiceCredentialsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityGetServiceCredentialsRequest extends <> { ++++ [discrete] -==== SecurityGetServiceCredentialsResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-get_token.asciidoc b/docs/reference-security-get_token.asciidoc index e1befae0a..be9ee0c55 100644 --- a/docs/reference-security-get_token.asciidoc +++ b/docs/reference-security-get_token.asciidoc @@ -42,7 +42,7 @@ Get a token. Create a bearer token for access without requiring basic authentica ---- [discrete] -==== SecurityGetTokenRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface SecurityGetTokenRequest extends <> { ++++ [discrete] -==== SecurityGetTokenResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-get_user.asciidoc b/docs/reference-security-get_user.asciidoc index 7f9bc43be..b821cd8b0 100644 --- a/docs/reference-security-get_user.asciidoc +++ b/docs/reference-security-get_user.asciidoc @@ -42,7 +42,7 @@ Get users. Get information about users in the native realm and built-in users. ---- [discrete] -==== SecurityGetUserRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityGetUserRequest extends <> { ++++ [discrete] -==== SecurityGetUserResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-get_user_privileges.asciidoc b/docs/reference-security-get_user_privileges.asciidoc index 94228a316..f5eccaf1b 100644 --- a/docs/reference-security-get_user_privileges.asciidoc +++ b/docs/reference-security-get_user_privileges.asciidoc @@ -42,7 +42,7 @@ Get user privileges. ---- [discrete] -==== SecurityGetUserPrivilegesRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SecurityGetUserPrivilegesRequest extends <> { ++++ [discrete] -==== SecurityGetUserPrivilegesResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-get_user_profile.asciidoc b/docs/reference-security-get_user_profile.asciidoc index 0ed7ea779..c7d261ee6 100644 --- a/docs/reference-security-get_user_profile.asciidoc +++ b/docs/reference-security-get_user_profile.asciidoc @@ -42,7 +42,7 @@ Get a user profile. Get a user's profile using the unique profile ID. ---- [discrete] -==== SecurityGetUserProfileRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityGetUserProfileRequest extends <> { ++++ [discrete] -==== SecurityGetUserProfileResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-grant_api_key.asciidoc b/docs/reference-security-grant_api_key.asciidoc index 6d4bed756..055e06349 100644 --- a/docs/reference-security-grant_api_key.asciidoc +++ b/docs/reference-security-grant_api_key.asciidoc @@ -42,7 +42,7 @@ Grant an API key. Create an API key on behalf of another user. This API is simil ---- [discrete] -==== SecurityGrantApiKeyRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface SecurityGrantApiKeyRequest extends <> { ++++ [discrete] -==== SecurityGrantApiKeyResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-has_privileges.asciidoc b/docs/reference-security-has_privileges.asciidoc index d58707ead..45c498cf9 100644 --- a/docs/reference-security-has_privileges.asciidoc +++ b/docs/reference-security-has_privileges.asciidoc @@ -42,7 +42,7 @@ Check user privileges. Determine whether the specified user has a specified list ---- [discrete] -==== SecurityHasPrivilegesRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SecurityHasPrivilegesRequest extends <> { ++++ [discrete] -==== SecurityHasPrivilegesResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-has_privileges_user_profile.asciidoc b/docs/reference-security-has_privileges_user_profile.asciidoc index 44a007ddf..be4b86f00 100644 --- a/docs/reference-security-has_privileges_user_profile.asciidoc +++ b/docs/reference-security-has_privileges_user_profile.asciidoc @@ -42,7 +42,7 @@ Check user profile privileges. Determine whether the users associated with the s ---- [discrete] -==== SecurityHasPrivilegesUserProfileRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityHasPrivilegesUserProfileRequest extends <> { ++++ [discrete] -==== SecurityHasPrivilegesUserProfileResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-invalidate_api_key.asciidoc b/docs/reference-security-invalidate_api_key.asciidoc index 769530165..67e50a672 100644 --- a/docs/reference-security-invalidate_api_key.asciidoc +++ b/docs/reference-security-invalidate_api_key.asciidoc @@ -42,7 +42,7 @@ Invalidate API keys. This API invalidates API keys created by the create API key ---- [discrete] -==== SecurityInvalidateApiKeyRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface SecurityInvalidateApiKeyRequest extends <> { ++++ [discrete] -==== SecurityInvalidateApiKeyResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-invalidate_token.asciidoc b/docs/reference-security-invalidate_token.asciidoc index 6cc0ac56f..679a27882 100644 --- a/docs/reference-security-invalidate_token.asciidoc +++ b/docs/reference-security-invalidate_token.asciidoc @@ -42,7 +42,7 @@ Invalidate a token. The access tokens returned by the get token API have a finit ---- [discrete] -==== SecurityInvalidateTokenRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SecurityInvalidateTokenRequest extends <> { ++++ [discrete] -==== SecurityInvalidateTokenResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-put_privileges.asciidoc b/docs/reference-security-put_privileges.asciidoc index 09886029c..4eb48ffc9 100644 --- a/docs/reference-security-put_privileges.asciidoc +++ b/docs/reference-security-put_privileges.asciidoc @@ -42,7 +42,7 @@ Create or update application privileges. ---- [discrete] -==== SecurityPutPrivilegesRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecurityPutPrivilegesRequest extends <> { ++++ [discrete] -==== SecurityPutPrivilegesResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-put_role.asciidoc b/docs/reference-security-put_role.asciidoc index 4a3e9043d..ff1aad435 100644 --- a/docs/reference-security-put_role.asciidoc +++ b/docs/reference-security-put_role.asciidoc @@ -42,7 +42,7 @@ Create or update roles. The role management APIs are generally the preferred way ---- [discrete] -==== SecurityPutRoleRequest +==== Request [pass] ++++ @@ -67,7 +67,7 @@ interface SecurityPutRoleRequest extends <> { ++++ [discrete] -==== SecurityPutRoleResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-put_role_mapping.asciidoc b/docs/reference-security-put_role_mapping.asciidoc index f326bde4e..2a4c8b3a6 100644 --- a/docs/reference-security-put_role_mapping.asciidoc +++ b/docs/reference-security-put_role_mapping.asciidoc @@ -42,7 +42,7 @@ Create or update role mappings. Role mappings define which roles are assigned to ---- [discrete] -==== SecurityPutRoleMappingRequest +==== Request [pass] ++++ @@ -64,7 +64,7 @@ interface SecurityPutRoleMappingRequest extends <> { ++++ [discrete] -==== SecurityPutRoleMappingResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-put_user.asciidoc b/docs/reference-security-put_user.asciidoc index a9629662b..800382797 100644 --- a/docs/reference-security-put_user.asciidoc +++ b/docs/reference-security-put_user.asciidoc @@ -42,7 +42,7 @@ Create or update users. A password is required for adding a new user but is opti ---- [discrete] -==== SecurityPutUserRequest +==== Request [pass] ++++ @@ -65,7 +65,7 @@ interface SecurityPutUserRequest extends <> { ++++ [discrete] -==== SecurityPutUserResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-query_api_keys.asciidoc b/docs/reference-security-query_api_keys.asciidoc index 6767fa2ff..0b4da3b41 100644 --- a/docs/reference-security-query_api_keys.asciidoc +++ b/docs/reference-security-query_api_keys.asciidoc @@ -42,7 +42,7 @@ Find API keys with a query. Get a paginated list of API keys and their informati ---- [discrete] -==== SecurityQueryApiKeysRequest +==== Request [pass] ++++ @@ -67,7 +67,7 @@ interface SecurityQueryApiKeysRequest extends <> { ++++ [discrete] -==== SecurityQueryApiKeysResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-query_role.asciidoc b/docs/reference-security-query_role.asciidoc index 3bfbb12c3..ba5e22d8d 100644 --- a/docs/reference-security-query_role.asciidoc +++ b/docs/reference-security-query_role.asciidoc @@ -42,7 +42,7 @@ Find roles with a query. Get roles in a paginated manner. You can optionally fil ---- [discrete] -==== SecurityQueryRoleRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface SecurityQueryRoleRequest extends <> { ++++ [discrete] -==== SecurityQueryRoleResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-query_user.asciidoc b/docs/reference-security-query_user.asciidoc index 3f007c819..a1d3b538c 100644 --- a/docs/reference-security-query_user.asciidoc +++ b/docs/reference-security-query_user.asciidoc @@ -42,7 +42,7 @@ Find users with a query. Get information for users in a paginated manner. You ca ---- [discrete] -==== SecurityQueryUserRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface SecurityQueryUserRequest extends <> { ++++ [discrete] -==== SecurityQueryUserResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-saml_authenticate.asciidoc b/docs/reference-security-saml_authenticate.asciidoc index 46a68fd67..945f571a6 100644 --- a/docs/reference-security-saml_authenticate.asciidoc +++ b/docs/reference-security-saml_authenticate.asciidoc @@ -42,7 +42,7 @@ Authenticate SAML. Submits a SAML response message to Elasticsearch for consumpt ---- [discrete] -==== SecuritySamlAuthenticateRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SecuritySamlAuthenticateRequest extends <> { ++++ [discrete] -==== SecuritySamlAuthenticateResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-saml_complete_logout.asciidoc b/docs/reference-security-saml_complete_logout.asciidoc index 807905f5d..0c8f9d9ac 100644 --- a/docs/reference-security-saml_complete_logout.asciidoc +++ b/docs/reference-security-saml_complete_logout.asciidoc @@ -42,7 +42,7 @@ Logout of SAML completely. Verifies the logout response sent from the SAML IdP. ---- [discrete] -==== SecuritySamlCompleteLogoutRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SecuritySamlCompleteLogoutRequest extends <> { ++++ [discrete] -==== SecuritySamlCompleteLogoutResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-saml_invalidate.asciidoc b/docs/reference-security-saml_invalidate.asciidoc index 31e4a4542..952d5d5e8 100644 --- a/docs/reference-security-saml_invalidate.asciidoc +++ b/docs/reference-security-saml_invalidate.asciidoc @@ -42,7 +42,7 @@ Invalidate SAML. Submits a SAML LogoutRequest message to Elasticsearch for consu ---- [discrete] -==== SecuritySamlInvalidateRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SecuritySamlInvalidateRequest extends <> { ++++ [discrete] -==== SecuritySamlInvalidateResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-saml_logout.asciidoc b/docs/reference-security-saml_logout.asciidoc index 57f49ce30..bfea87e61 100644 --- a/docs/reference-security-saml_logout.asciidoc +++ b/docs/reference-security-saml_logout.asciidoc @@ -42,7 +42,7 @@ Logout of SAML. Submits a request to invalidate an access token and refresh toke ---- [discrete] -==== SecuritySamlLogoutRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SecuritySamlLogoutRequest extends <> { ++++ [discrete] -==== SecuritySamlLogoutResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-saml_prepare_authentication.asciidoc b/docs/reference-security-saml_prepare_authentication.asciidoc index d00e42cf1..8b87bb892 100644 --- a/docs/reference-security-saml_prepare_authentication.asciidoc +++ b/docs/reference-security-saml_prepare_authentication.asciidoc @@ -42,7 +42,7 @@ Prepare SAML authentication. Creates a SAML authentication request (`> { ++++ [discrete] -==== SecuritySamlPrepareAuthenticationResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-saml_service_provider_metadata.asciidoc b/docs/reference-security-saml_service_provider_metadata.asciidoc index 5b5594581..4aadeb853 100644 --- a/docs/reference-security-saml_service_provider_metadata.asciidoc +++ b/docs/reference-security-saml_service_provider_metadata.asciidoc @@ -42,7 +42,7 @@ Create SAML service provider metadata. Generate SAML metadata for a SAML 2.0 Ser ---- [discrete] -==== SecuritySamlServiceProviderMetadataRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SecuritySamlServiceProviderMetadataRequest extends <> { ++++ [discrete] -==== SecuritySamlServiceProviderMetadataResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-suggest_user_profiles.asciidoc b/docs/reference-security-suggest_user_profiles.asciidoc index fb44cfcc8..11dd11dd5 100644 --- a/docs/reference-security-suggest_user_profiles.asciidoc +++ b/docs/reference-security-suggest_user_profiles.asciidoc @@ -42,7 +42,7 @@ Suggest a user profile. Get suggestions for user profiles that match specified s ---- [discrete] -==== SecuritySuggestUserProfilesRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SecuritySuggestUserProfilesRequest extends <> { ++++ [discrete] -==== SecuritySuggestUserProfilesResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-update_api_key.asciidoc b/docs/reference-security-update_api_key.asciidoc index 7c608275d..764e0bb15 100644 --- a/docs/reference-security-update_api_key.asciidoc +++ b/docs/reference-security-update_api_key.asciidoc @@ -42,7 +42,7 @@ Update an API key. Updates attributes of an existing API key. Users can only upd ---- [discrete] -==== SecurityUpdateApiKeyRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SecurityUpdateApiKeyRequest extends <> { ++++ [discrete] -==== SecurityUpdateApiKeyResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-update_cross_cluster_api_key.asciidoc b/docs/reference-security-update_cross_cluster_api_key.asciidoc index 0335f63bd..f84266115 100644 --- a/docs/reference-security-update_cross_cluster_api_key.asciidoc +++ b/docs/reference-security-update_cross_cluster_api_key.asciidoc @@ -42,7 +42,7 @@ Update a cross-cluster API key. Update the attributes of an existing cross-clust ---- [discrete] -==== SecurityUpdateCrossClusterApiKeyRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SecurityUpdateCrossClusterApiKeyRequest extends <> { ++++ [discrete] -==== SecurityUpdateCrossClusterApiKeyResponse +==== Response [pass] ++++ diff --git a/docs/reference-security-update_user_profile_data.asciidoc b/docs/reference-security-update_user_profile_data.asciidoc index aa5fd15c3..f2b9fc3b7 100644 --- a/docs/reference-security-update_user_profile_data.asciidoc +++ b/docs/reference-security-update_user_profile_data.asciidoc @@ -42,7 +42,7 @@ Update user profile data. Update specific data for the user profile that is asso ---- [discrete] -==== SecurityUpdateUserProfileDataRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface SecurityUpdateUserProfileDataRequest extends <> { ++++ [discrete] -==== SecurityUpdateUserProfileDataResponse +==== Response [pass] ++++ diff --git a/docs/reference-shutdown-delete_node.asciidoc b/docs/reference-shutdown-delete_node.asciidoc index 621655cf3..8ad0cceb9 100644 --- a/docs/reference-shutdown-delete_node.asciidoc +++ b/docs/reference-shutdown-delete_node.asciidoc @@ -42,7 +42,7 @@ https://www.elastic.co/guide/en/elasticsearch/reference/current[{es} documentati ---- [discrete] -==== ShutdownDeleteNodeRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface ShutdownDeleteNodeRequest extends <> { ++++ [discrete] -==== ShutdownDeleteNodeResponse +==== Response [pass] ++++ diff --git a/docs/reference-shutdown-get_node.asciidoc b/docs/reference-shutdown-get_node.asciidoc index 81a6c72ae..81d867949 100644 --- a/docs/reference-shutdown-get_node.asciidoc +++ b/docs/reference-shutdown-get_node.asciidoc @@ -42,7 +42,7 @@ https://www.elastic.co/guide/en/elasticsearch/reference/current[{es} documentati ---- [discrete] -==== ShutdownGetNodeRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface ShutdownGetNodeRequest extends <> { ++++ [discrete] -==== ShutdownGetNodeResponse +==== Response [pass] ++++ diff --git a/docs/reference-shutdown-put_node.asciidoc b/docs/reference-shutdown-put_node.asciidoc index 19e6e9c60..22f000551 100644 --- a/docs/reference-shutdown-put_node.asciidoc +++ b/docs/reference-shutdown-put_node.asciidoc @@ -42,7 +42,7 @@ https://www.elastic.co/guide/en/elasticsearch/reference/current[{es} documentati ---- [discrete] -==== ShutdownPutNodeRequest +==== Request [pass] ++++ @@ -63,7 +63,7 @@ interface ShutdownPutNodeRequest extends <> { ++++ [discrete] -==== ShutdownPutNodeResponse +==== Response [pass] ++++ diff --git a/docs/reference-slm-delete_lifecycle.asciidoc b/docs/reference-slm-delete_lifecycle.asciidoc index b2850dbe4..58acb146e 100644 --- a/docs/reference-slm-delete_lifecycle.asciidoc +++ b/docs/reference-slm-delete_lifecycle.asciidoc @@ -42,7 +42,7 @@ Deletes an existing snapshot lifecycle policy. ---- [discrete] -==== SlmDeleteLifecycleRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SlmDeleteLifecycleRequest extends <> { ++++ [discrete] -==== SlmDeleteLifecycleResponse +==== Response [pass] ++++ diff --git a/docs/reference-slm-execute_lifecycle.asciidoc b/docs/reference-slm-execute_lifecycle.asciidoc index dac1ca9ae..da873a1c1 100644 --- a/docs/reference-slm-execute_lifecycle.asciidoc +++ b/docs/reference-slm-execute_lifecycle.asciidoc @@ -42,7 +42,7 @@ Immediately creates a snapshot according to the lifecycle policy, without waitin ---- [discrete] -==== SlmExecuteLifecycleRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SlmExecuteLifecycleRequest extends <> { ++++ [discrete] -==== SlmExecuteLifecycleResponse +==== Response [pass] ++++ diff --git a/docs/reference-slm-execute_retention.asciidoc b/docs/reference-slm-execute_retention.asciidoc index 8575624e2..dc93d6ff5 100644 --- a/docs/reference-slm-execute_retention.asciidoc +++ b/docs/reference-slm-execute_retention.asciidoc @@ -42,7 +42,7 @@ Deletes any snapshots that are expired according to the policy's retention rules ---- [discrete] -==== SlmExecuteRetentionRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface SlmExecuteRetentionRequest extends <> { ++++ [discrete] -==== SlmExecuteRetentionResponse +==== Response [pass] ++++ diff --git a/docs/reference-slm-get_lifecycle.asciidoc b/docs/reference-slm-get_lifecycle.asciidoc index 4189837a0..47efb6156 100644 --- a/docs/reference-slm-get_lifecycle.asciidoc +++ b/docs/reference-slm-get_lifecycle.asciidoc @@ -42,7 +42,7 @@ Retrieves one or more snapshot lifecycle policy definitions and information abou ---- [discrete] -==== SlmGetLifecycleRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SlmGetLifecycleRequest extends <> { ++++ [discrete] -==== SlmGetLifecycleResponse +==== Response [pass] ++++ diff --git a/docs/reference-slm-get_stats.asciidoc b/docs/reference-slm-get_stats.asciidoc index d4700a771..38d7a90b6 100644 --- a/docs/reference-slm-get_stats.asciidoc +++ b/docs/reference-slm-get_stats.asciidoc @@ -42,7 +42,7 @@ Returns global and policy-level statistics about actions taken by snapshot lifec ---- [discrete] -==== SlmGetStatsRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface SlmGetStatsRequest extends <> { ++++ [discrete] -==== SlmGetStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-slm-get_status.asciidoc b/docs/reference-slm-get_status.asciidoc index 3e2d45644..4a11258d7 100644 --- a/docs/reference-slm-get_status.asciidoc +++ b/docs/reference-slm-get_status.asciidoc @@ -42,7 +42,7 @@ Retrieves the status of snapshot lifecycle management (SLM). ---- [discrete] -==== SlmGetStatusRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface SlmGetStatusRequest extends <> { ++++ [discrete] -==== SlmGetStatusResponse +==== Response [pass] ++++ diff --git a/docs/reference-slm-put_lifecycle.asciidoc b/docs/reference-slm-put_lifecycle.asciidoc index c4939544f..492bb6eea 100644 --- a/docs/reference-slm-put_lifecycle.asciidoc +++ b/docs/reference-slm-put_lifecycle.asciidoc @@ -42,7 +42,7 @@ Creates or updates a snapshot lifecycle policy. ---- [discrete] -==== SlmPutLifecycleRequest +==== Request [pass] ++++ @@ -64,7 +64,7 @@ interface SlmPutLifecycleRequest extends <> { ++++ [discrete] -==== SlmPutLifecycleResponse +==== Response [pass] ++++ diff --git a/docs/reference-slm-start.asciidoc b/docs/reference-slm-start.asciidoc index 5b21da630..33bbefed0 100644 --- a/docs/reference-slm-start.asciidoc +++ b/docs/reference-slm-start.asciidoc @@ -42,7 +42,7 @@ Turns on snapshot lifecycle management (SLM). ---- [discrete] -==== SlmStartRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface SlmStartRequest extends <> { ++++ [discrete] -==== SlmStartResponse +==== Response [pass] ++++ diff --git a/docs/reference-slm-stop.asciidoc b/docs/reference-slm-stop.asciidoc index 1a4d427f6..a0071bbde 100644 --- a/docs/reference-slm-stop.asciidoc +++ b/docs/reference-slm-stop.asciidoc @@ -42,7 +42,7 @@ Turns off snapshot lifecycle management (SLM). ---- [discrete] -==== SlmStopRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface SlmStopRequest extends <> { ++++ [discrete] -==== SlmStopResponse +==== Response [pass] ++++ diff --git a/docs/reference-snapshot-cleanup_repository.asciidoc b/docs/reference-snapshot-cleanup_repository.asciidoc index bd704bbef..90d73a1e0 100644 --- a/docs/reference-snapshot-cleanup_repository.asciidoc +++ b/docs/reference-snapshot-cleanup_repository.asciidoc @@ -42,7 +42,7 @@ Triggers the review of a snapshot repository’s contents and deletes any stale ---- [discrete] -==== SnapshotCleanupRepositoryRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SnapshotCleanupRepositoryRequest extends <> { ++++ [discrete] -==== SnapshotCleanupRepositoryResponse +==== Response [pass] ++++ diff --git a/docs/reference-snapshot-clone.asciidoc b/docs/reference-snapshot-clone.asciidoc index 54a458d3f..2a17f07c9 100644 --- a/docs/reference-snapshot-clone.asciidoc +++ b/docs/reference-snapshot-clone.asciidoc @@ -42,7 +42,7 @@ Clones indices from one snapshot into another snapshot in the same repository. ---- [discrete] -==== SnapshotCloneRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface SnapshotCloneRequest extends <> { ++++ [discrete] -==== SnapshotCloneResponse +==== Response [pass] ++++ diff --git a/docs/reference-snapshot-create.asciidoc b/docs/reference-snapshot-create.asciidoc index 2a970413a..24b09b7f6 100644 --- a/docs/reference-snapshot-create.asciidoc +++ b/docs/reference-snapshot-create.asciidoc @@ -42,7 +42,7 @@ Creates a snapshot in a repository. ---- [discrete] -==== SnapshotCreateRequest +==== Request [pass] ++++ @@ -66,7 +66,7 @@ interface SnapshotCreateRequest extends <> { ++++ [discrete] -==== SnapshotCreateResponse +==== Response [pass] ++++ diff --git a/docs/reference-snapshot-create_repository.asciidoc b/docs/reference-snapshot-create_repository.asciidoc index 5db181b50..267ff9d37 100644 --- a/docs/reference-snapshot-create_repository.asciidoc +++ b/docs/reference-snapshot-create_repository.asciidoc @@ -42,7 +42,7 @@ Creates a repository. ---- [discrete] -==== SnapshotCreateRepositoryRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface SnapshotCreateRepositoryRequest extends <> { ++++ [discrete] -==== SnapshotCreateRepositoryResponse +==== Response [pass] ++++ diff --git a/docs/reference-snapshot-delete.asciidoc b/docs/reference-snapshot-delete.asciidoc index e4d4d5994..2915dc5b3 100644 --- a/docs/reference-snapshot-delete.asciidoc +++ b/docs/reference-snapshot-delete.asciidoc @@ -42,7 +42,7 @@ Deletes one or more snapshots. ---- [discrete] -==== SnapshotDeleteRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SnapshotDeleteRequest extends <> { ++++ [discrete] -==== SnapshotDeleteResponse +==== Response [pass] ++++ diff --git a/docs/reference-snapshot-delete_repository.asciidoc b/docs/reference-snapshot-delete_repository.asciidoc index 1b7599411..fe4d367c6 100644 --- a/docs/reference-snapshot-delete_repository.asciidoc +++ b/docs/reference-snapshot-delete_repository.asciidoc @@ -42,7 +42,7 @@ Deletes a repository. ---- [discrete] -==== SnapshotDeleteRepositoryRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SnapshotDeleteRepositoryRequest extends <> { ++++ [discrete] -==== SnapshotDeleteRepositoryResponse +==== Response [pass] ++++ diff --git a/docs/reference-snapshot-get.asciidoc b/docs/reference-snapshot-get.asciidoc index b7f396e85..82e7022bc 100644 --- a/docs/reference-snapshot-get.asciidoc +++ b/docs/reference-snapshot-get.asciidoc @@ -42,7 +42,7 @@ Returns information about a snapshot. ---- [discrete] -==== SnapshotGetRequest +==== Request [pass] ++++ @@ -71,7 +71,7 @@ interface SnapshotGetRequest extends <> { ++++ [discrete] -==== SnapshotGetResponse +==== Response [pass] ++++ diff --git a/docs/reference-snapshot-get_repository.asciidoc b/docs/reference-snapshot-get_repository.asciidoc index 350ccbfa2..58dc68722 100644 --- a/docs/reference-snapshot-get_repository.asciidoc +++ b/docs/reference-snapshot-get_repository.asciidoc @@ -42,7 +42,7 @@ Returns information about a repository. ---- [discrete] -==== SnapshotGetRepositoryRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SnapshotGetRepositoryRequest extends <> { ++++ [discrete] -==== SnapshotGetRepositoryResponse +==== Response [pass] ++++ diff --git a/docs/reference-snapshot-restore.asciidoc b/docs/reference-snapshot-restore.asciidoc index df71c49fa..a403acdf7 100644 --- a/docs/reference-snapshot-restore.asciidoc +++ b/docs/reference-snapshot-restore.asciidoc @@ -42,7 +42,7 @@ Restores a snapshot. ---- [discrete] -==== SnapshotRestoreRequest +==== Request [pass] ++++ @@ -70,7 +70,7 @@ interface SnapshotRestoreRequest extends <> { ++++ [discrete] -==== SnapshotRestoreResponse +==== Response [pass] ++++ diff --git a/docs/reference-snapshot-status.asciidoc b/docs/reference-snapshot-status.asciidoc index af5aeb9cf..8c2ad20cd 100644 --- a/docs/reference-snapshot-status.asciidoc +++ b/docs/reference-snapshot-status.asciidoc @@ -42,7 +42,7 @@ Returns information about the status of a snapshot. ---- [discrete] -==== SnapshotStatusRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SnapshotStatusRequest extends <> { ++++ [discrete] -==== SnapshotStatusResponse +==== Response [pass] ++++ diff --git a/docs/reference-snapshot-verify_repository.asciidoc b/docs/reference-snapshot-verify_repository.asciidoc index e2cd54ad1..8d0a1d253 100644 --- a/docs/reference-snapshot-verify_repository.asciidoc +++ b/docs/reference-snapshot-verify_repository.asciidoc @@ -42,7 +42,7 @@ Verifies a repository. ---- [discrete] -==== SnapshotVerifyRepositoryRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SnapshotVerifyRepositoryRequest extends <> { ++++ [discrete] -==== SnapshotVerifyRepositoryResponse +==== Response [pass] ++++ diff --git a/docs/reference-sql-clear_cursor.asciidoc b/docs/reference-sql-clear_cursor.asciidoc index 88dbe3987..56d44d9cf 100644 --- a/docs/reference-sql-clear_cursor.asciidoc +++ b/docs/reference-sql-clear_cursor.asciidoc @@ -42,7 +42,7 @@ Clears the SQL cursor ---- [discrete] -==== SqlClearCursorRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SqlClearCursorRequest extends <> { ++++ [discrete] -==== SqlClearCursorResponse +==== Response [pass] ++++ diff --git a/docs/reference-sql-delete_async.asciidoc b/docs/reference-sql-delete_async.asciidoc index 79977ba25..36b7977c2 100644 --- a/docs/reference-sql-delete_async.asciidoc +++ b/docs/reference-sql-delete_async.asciidoc @@ -42,7 +42,7 @@ Deletes an async SQL search or a stored synchronous SQL search. If the search is ---- [discrete] -==== SqlDeleteAsyncRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SqlDeleteAsyncRequest extends <> { ++++ [discrete] -==== SqlDeleteAsyncResponse +==== Response [pass] ++++ diff --git a/docs/reference-sql-get_async.asciidoc b/docs/reference-sql-get_async.asciidoc index da1b63b5e..db2e3f7f9 100644 --- a/docs/reference-sql-get_async.asciidoc +++ b/docs/reference-sql-get_async.asciidoc @@ -42,7 +42,7 @@ Returns the current status and available results for an async SQL search or stor ---- [discrete] -==== SqlGetAsyncRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface SqlGetAsyncRequest extends <> { ++++ [discrete] -==== SqlGetAsyncResponse +==== Response [pass] ++++ diff --git a/docs/reference-sql-get_async_status.asciidoc b/docs/reference-sql-get_async_status.asciidoc index 4b44bda5d..d86f35c46 100644 --- a/docs/reference-sql-get_async_status.asciidoc +++ b/docs/reference-sql-get_async_status.asciidoc @@ -42,7 +42,7 @@ Returns the current status of an async SQL search or a stored synchronous SQL se ---- [discrete] -==== SqlGetAsyncStatusRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SqlGetAsyncStatusRequest extends <> { ++++ [discrete] -==== SqlGetAsyncStatusResponse +==== Response [pass] ++++ diff --git a/docs/reference-sql-query.asciidoc b/docs/reference-sql-query.asciidoc index 868736abc..8c64d8063 100644 --- a/docs/reference-sql-query.asciidoc +++ b/docs/reference-sql-query.asciidoc @@ -42,7 +42,7 @@ Executes a SQL request ---- [discrete] -==== SqlQueryRequest +==== Request [pass] ++++ @@ -73,7 +73,7 @@ interface SqlQueryRequest extends <> { ++++ [discrete] -==== SqlQueryResponse +==== Response [pass] ++++ diff --git a/docs/reference-sql-translate.asciidoc b/docs/reference-sql-translate.asciidoc index fddbfac69..c491e3d48 100644 --- a/docs/reference-sql-translate.asciidoc +++ b/docs/reference-sql-translate.asciidoc @@ -42,7 +42,7 @@ Translates SQL into Elasticsearch queries ---- [discrete] -==== SqlTranslateRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface SqlTranslateRequest extends <> { ++++ [discrete] -==== SqlTranslateResponse +==== Response [pass] ++++ diff --git a/docs/reference-ssl-certificates.asciidoc b/docs/reference-ssl-certificates.asciidoc index 7b47f3c85..1c7a06285 100644 --- a/docs/reference-ssl-certificates.asciidoc +++ b/docs/reference-ssl-certificates.asciidoc @@ -42,7 +42,7 @@ Get SSL certificates. Get information about the X.509 certificates that are used ---- [discrete] -==== SslCertificatesRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface SslCertificatesRequest extends <> { ++++ [discrete] -==== SslCertificatesResponse +==== Response [pass] ++++ diff --git a/docs/reference-synonyms-delete_synonym.asciidoc b/docs/reference-synonyms-delete_synonym.asciidoc index 7bc6581d7..3429791b9 100644 --- a/docs/reference-synonyms-delete_synonym.asciidoc +++ b/docs/reference-synonyms-delete_synonym.asciidoc @@ -42,7 +42,7 @@ Deletes a synonym set ---- [discrete] -==== SynonymsDeleteSynonymRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface SynonymsDeleteSynonymRequest extends <> { ++++ [discrete] -==== SynonymsDeleteSynonymResponse +==== Response [pass] ++++ diff --git a/docs/reference-synonyms-delete_synonym_rule.asciidoc b/docs/reference-synonyms-delete_synonym_rule.asciidoc index df5eeb154..adf2711a3 100644 --- a/docs/reference-synonyms-delete_synonym_rule.asciidoc +++ b/docs/reference-synonyms-delete_synonym_rule.asciidoc @@ -42,7 +42,7 @@ Deletes a synonym rule in a synonym set ---- [discrete] -==== SynonymsDeleteSynonymRuleRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SynonymsDeleteSynonymRuleRequest extends <> { ++++ [discrete] -==== SynonymsDeleteSynonymRuleResponse +==== Response [pass] ++++ diff --git a/docs/reference-synonyms-get_synonym.asciidoc b/docs/reference-synonyms-get_synonym.asciidoc index fa52f3ef4..c3891c5c2 100644 --- a/docs/reference-synonyms-get_synonym.asciidoc +++ b/docs/reference-synonyms-get_synonym.asciidoc @@ -42,7 +42,7 @@ Retrieves a synonym set ---- [discrete] -==== SynonymsGetSynonymRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SynonymsGetSynonymRequest extends <> { ++++ [discrete] -==== SynonymsGetSynonymResponse +==== Response [pass] ++++ diff --git a/docs/reference-synonyms-get_synonym_rule.asciidoc b/docs/reference-synonyms-get_synonym_rule.asciidoc index e14d1d015..7dd781c01 100644 --- a/docs/reference-synonyms-get_synonym_rule.asciidoc +++ b/docs/reference-synonyms-get_synonym_rule.asciidoc @@ -42,7 +42,7 @@ Retrieves a synonym rule from a synonym set ---- [discrete] -==== SynonymsGetSynonymRuleRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SynonymsGetSynonymRuleRequest extends <> { ++++ [discrete] -==== SynonymsGetSynonymRuleResponse +==== Response [pass] ++++ diff --git a/docs/reference-synonyms-get_synonyms_sets.asciidoc b/docs/reference-synonyms-get_synonyms_sets.asciidoc index 1f7c1e9c9..42ca5b948 100644 --- a/docs/reference-synonyms-get_synonyms_sets.asciidoc +++ b/docs/reference-synonyms-get_synonyms_sets.asciidoc @@ -42,7 +42,7 @@ Retrieves a summary of all defined synonym sets ---- [discrete] -==== SynonymsGetSynonymsSetsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SynonymsGetSynonymsSetsRequest extends <> { ++++ [discrete] -==== SynonymsGetSynonymsSetsResponse +==== Response [pass] ++++ diff --git a/docs/reference-synonyms-put_synonym.asciidoc b/docs/reference-synonyms-put_synonym.asciidoc index d412df64f..b36a1ae4a 100644 --- a/docs/reference-synonyms-put_synonym.asciidoc +++ b/docs/reference-synonyms-put_synonym.asciidoc @@ -42,7 +42,7 @@ Creates or updates a synonym set. ---- [discrete] -==== SynonymsPutSynonymRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface SynonymsPutSynonymRequest extends <> { ++++ [discrete] -==== SynonymsPutSynonymResponse +==== Response [pass] ++++ diff --git a/docs/reference-synonyms-put_synonym_rule.asciidoc b/docs/reference-synonyms-put_synonym_rule.asciidoc index e75c699c6..3d2cce5ce 100644 --- a/docs/reference-synonyms-put_synonym_rule.asciidoc +++ b/docs/reference-synonyms-put_synonym_rule.asciidoc @@ -42,7 +42,7 @@ Creates or updates a synonym rule in a synonym set ---- [discrete] -==== SynonymsPutSynonymRuleRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface SynonymsPutSynonymRuleRequest extends <> { ++++ [discrete] -==== SynonymsPutSynonymRuleResponse +==== Response [pass] ++++ diff --git a/docs/reference-tasks-cancel.asciidoc b/docs/reference-tasks-cancel.asciidoc index 31d599327..3e5e6ab6b 100644 --- a/docs/reference-tasks-cancel.asciidoc +++ b/docs/reference-tasks-cancel.asciidoc @@ -42,7 +42,7 @@ Cancels a task, if it can be cancelled through an API. ---- [discrete] -==== TasksCancelRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface TasksCancelRequest extends <> { ++++ [discrete] -==== TasksCancelResponse +==== Response [pass] ++++ diff --git a/docs/reference-tasks-get.asciidoc b/docs/reference-tasks-get.asciidoc index e2ab320cd..0405d5a76 100644 --- a/docs/reference-tasks-get.asciidoc +++ b/docs/reference-tasks-get.asciidoc @@ -42,7 +42,7 @@ Get task information. Returns information about the tasks currently executing in ---- [discrete] -==== TasksGetRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface TasksGetRequest extends <> { ++++ [discrete] -==== TasksGetResponse +==== Response [pass] ++++ diff --git a/docs/reference-tasks-list.asciidoc b/docs/reference-tasks-list.asciidoc index 023e304c3..2a5fc20b4 100644 --- a/docs/reference-tasks-list.asciidoc +++ b/docs/reference-tasks-list.asciidoc @@ -42,7 +42,7 @@ The task management API returns information about tasks currently executing on o ---- [discrete] -==== TasksListRequest +==== Request [pass] ++++ @@ -64,7 +64,7 @@ interface TasksListRequest extends <> { ++++ [discrete] -==== TasksListResponse +==== Response [pass] ++++ diff --git a/docs/reference-terms_enum.asciidoc b/docs/reference-terms_enum.asciidoc index 334a22663..75317f415 100644 --- a/docs/reference-terms_enum.asciidoc +++ b/docs/reference-terms_enum.asciidoc @@ -42,7 +42,7 @@ Get terms in an index. Discover terms that match a partial string in an index. T ---- [discrete] -==== TermsEnumRequest +==== Request [pass] ++++ @@ -64,7 +64,7 @@ interface TermsEnumRequest extends <> { ++++ [discrete] -==== TermsEnumResponse +==== Response [pass] ++++ diff --git a/docs/reference-termvectors.asciidoc b/docs/reference-termvectors.asciidoc index a0ccbb414..16b357c6b 100644 --- a/docs/reference-termvectors.asciidoc +++ b/docs/reference-termvectors.asciidoc @@ -42,7 +42,7 @@ Get term vector information. Get information and statistics about terms in the f ---- [discrete] -==== TermvectorsRequest +==== Request [pass] ++++ @@ -72,7 +72,7 @@ interface TermvectorsRequest extends <> { ++++ [discrete] -==== TermvectorsResponse +==== Response [pass] ++++ diff --git a/docs/reference-text_structure-find_structure.asciidoc b/docs/reference-text_structure-find_structure.asciidoc index 402fb8b90..9d4860d3f 100644 --- a/docs/reference-text_structure-find_structure.asciidoc +++ b/docs/reference-text_structure-find_structure.asciidoc @@ -42,7 +42,7 @@ Finds the structure of a text file. The text file must contain data that is suit ---- [discrete] -==== TextStructureFindStructureRequest +==== Request [pass] ++++ @@ -72,7 +72,7 @@ interface TextStructureFindStructureRequest { ++++ [discrete] -==== TextStructureFindStructureResponse +==== Response [pass] ++++ diff --git a/docs/reference-text_structure-test_grok_pattern.asciidoc b/docs/reference-text_structure-test_grok_pattern.asciidoc index 65acadae7..9f462f5a3 100644 --- a/docs/reference-text_structure-test_grok_pattern.asciidoc +++ b/docs/reference-text_structure-test_grok_pattern.asciidoc @@ -42,7 +42,7 @@ Tests a Grok pattern on some text. ---- [discrete] -==== TextStructureTestGrokPatternRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface TextStructureTestGrokPatternRequest extends <> { ++++ [discrete] -==== TextStructureTestGrokPatternResponse +==== Response [pass] ++++ diff --git a/docs/reference-transform-delete_transform.asciidoc b/docs/reference-transform-delete_transform.asciidoc index 89cd8789e..a28de0ea7 100644 --- a/docs/reference-transform-delete_transform.asciidoc +++ b/docs/reference-transform-delete_transform.asciidoc @@ -42,7 +42,7 @@ Delete a transform. Deletes a transform. ---- [discrete] -==== TransformDeleteTransformRequest +==== Request [pass] ++++ @@ -60,7 +60,7 @@ interface TransformDeleteTransformRequest extends <> { ++++ [discrete] -==== TransformDeleteTransformResponse +==== Response [pass] ++++ diff --git a/docs/reference-transform-get_transform.asciidoc b/docs/reference-transform-get_transform.asciidoc index 33a60c533..a3cf43c84 100644 --- a/docs/reference-transform-get_transform.asciidoc +++ b/docs/reference-transform-get_transform.asciidoc @@ -42,7 +42,7 @@ Get transforms. Retrieves configuration information for transforms. ---- [discrete] -==== TransformGetTransformRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface TransformGetTransformRequest extends <> { ++++ [discrete] -==== TransformGetTransformResponse +==== Response [pass] ++++ diff --git a/docs/reference-transform-get_transform_stats.asciidoc b/docs/reference-transform-get_transform_stats.asciidoc index af7e9107e..6b6d1a8f0 100644 --- a/docs/reference-transform-get_transform_stats.asciidoc +++ b/docs/reference-transform-get_transform_stats.asciidoc @@ -42,7 +42,7 @@ Get transform stats. Retrieves usage information for transforms. ---- [discrete] -==== TransformGetTransformStatsRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface TransformGetTransformStatsRequest extends <> { ++++ [discrete] -==== TransformGetTransformStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-transform-preview_transform.asciidoc b/docs/reference-transform-preview_transform.asciidoc index 669006ca6..1c9c4eba1 100644 --- a/docs/reference-transform-preview_transform.asciidoc +++ b/docs/reference-transform-preview_transform.asciidoc @@ -42,7 +42,7 @@ Preview a transform. Generates a preview of the results that you will get when y ---- [discrete] -==== TransformPreviewTransformRequest +==== Request [pass] ++++ @@ -67,7 +67,7 @@ interface TransformPreviewTransformRequest extends <> { ++++ [discrete] -==== TransformPreviewTransformResponse +==== Response [pass] ++++ diff --git a/docs/reference-transform-put_transform.asciidoc b/docs/reference-transform-put_transform.asciidoc index 7e5e94ab1..6779722a8 100644 --- a/docs/reference-transform-put_transform.asciidoc +++ b/docs/reference-transform-put_transform.asciidoc @@ -42,7 +42,7 @@ Create a transform. Creates a transform. A transform copies data from source ind ---- [discrete] -==== TransformPutTransformRequest +==== Request [pass] ++++ @@ -69,7 +69,7 @@ interface TransformPutTransformRequest extends <> { ++++ [discrete] -==== TransformPutTransformResponse +==== Response [pass] ++++ diff --git a/docs/reference-transform-reset_transform.asciidoc b/docs/reference-transform-reset_transform.asciidoc index 82b50b480..a86c6e896 100644 --- a/docs/reference-transform-reset_transform.asciidoc +++ b/docs/reference-transform-reset_transform.asciidoc @@ -42,7 +42,7 @@ Reset a transform. Resets a transform. Before you can reset it, you must stop it ---- [discrete] -==== TransformResetTransformRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface TransformResetTransformRequest extends <> { ++++ [discrete] -==== TransformResetTransformResponse +==== Response [pass] ++++ diff --git a/docs/reference-transform-schedule_now_transform.asciidoc b/docs/reference-transform-schedule_now_transform.asciidoc index 53f81ca90..048e3904a 100644 --- a/docs/reference-transform-schedule_now_transform.asciidoc +++ b/docs/reference-transform-schedule_now_transform.asciidoc @@ -42,7 +42,7 @@ Schedule a transform to start now. Instantly runs a transform to process data. I ---- [discrete] -==== TransformScheduleNowTransformRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface TransformScheduleNowTransformRequest extends <> { ++++ [discrete] -==== TransformScheduleNowTransformResponse +==== Response [pass] ++++ diff --git a/docs/reference-transform-start_transform.asciidoc b/docs/reference-transform-start_transform.asciidoc index 24117660b..2dd7f671e 100644 --- a/docs/reference-transform-start_transform.asciidoc +++ b/docs/reference-transform-start_transform.asciidoc @@ -42,7 +42,7 @@ Start a transform. Starts a transform. When you start a transform, it creates th ---- [discrete] -==== TransformStartTransformRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface TransformStartTransformRequest extends <> { ++++ [discrete] -==== TransformStartTransformResponse +==== Response [pass] ++++ diff --git a/docs/reference-transform-stop_transform.asciidoc b/docs/reference-transform-stop_transform.asciidoc index 0cdf080e8..b604445b4 100644 --- a/docs/reference-transform-stop_transform.asciidoc +++ b/docs/reference-transform-stop_transform.asciidoc @@ -42,7 +42,7 @@ Stop transforms. Stops one or more transforms. ---- [discrete] -==== TransformStopTransformRequest +==== Request [pass] ++++ @@ -62,7 +62,7 @@ interface TransformStopTransformRequest extends <> { ++++ [discrete] -==== TransformStopTransformResponse +==== Response [pass] ++++ diff --git a/docs/reference-transform-update_transform.asciidoc b/docs/reference-transform-update_transform.asciidoc index 1936d309b..703ca1387 100644 --- a/docs/reference-transform-update_transform.asciidoc +++ b/docs/reference-transform-update_transform.asciidoc @@ -42,7 +42,7 @@ Update a transform. Updates certain properties of a transform. All updated prope ---- [discrete] -==== TransformUpdateTransformRequest +==== Request [pass] ++++ @@ -67,7 +67,7 @@ interface TransformUpdateTransformRequest extends <> { ++++ [discrete] -==== TransformUpdateTransformResponse +==== Response [pass] ++++ diff --git a/docs/reference-transform-upgrade_transforms.asciidoc b/docs/reference-transform-upgrade_transforms.asciidoc index 2a99ebcbe..eaaaa2b90 100644 --- a/docs/reference-transform-upgrade_transforms.asciidoc +++ b/docs/reference-transform-upgrade_transforms.asciidoc @@ -42,7 +42,7 @@ Upgrades all transforms. This API identifies transforms that have a legacy confi ---- [discrete] -==== TransformUpgradeTransformsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface TransformUpgradeTransformsRequest extends <> { ++++ [discrete] -==== TransformUpgradeTransformsResponse +==== Response [pass] ++++ diff --git a/docs/reference-update.asciidoc b/docs/reference-update.asciidoc index 01892c2c7..d9066f30f 100644 --- a/docs/reference-update.asciidoc +++ b/docs/reference-update.asciidoc @@ -42,7 +42,7 @@ Update a document. Updates a document by running a script or passing a partial d ---- [discrete] -==== UpdateRequest +==== Request [pass] ++++ @@ -76,7 +76,7 @@ interface UpdateRequest extends ++++ [discrete] -==== UpdateResponse +==== Response [pass] ++++ diff --git a/docs/reference-update_by_query.asciidoc b/docs/reference-update_by_query.asciidoc index 3044676c3..770147cb5 100644 --- a/docs/reference-update_by_query.asciidoc +++ b/docs/reference-update_by_query.asciidoc @@ -42,7 +42,7 @@ Update documents. Updates documents that match the specified query. If no query ---- [discrete] -==== UpdateByQueryRequest +==== Request [pass] ++++ @@ -91,7 +91,7 @@ interface UpdateByQueryRequest extends <> { ++++ [discrete] -==== UpdateByQueryResponse +==== Response [pass] ++++ diff --git a/docs/reference-update_by_query_rethrottle.asciidoc b/docs/reference-update_by_query_rethrottle.asciidoc index 3c28f2fa6..5746ef4fd 100644 --- a/docs/reference-update_by_query_rethrottle.asciidoc +++ b/docs/reference-update_by_query_rethrottle.asciidoc @@ -42,7 +42,7 @@ Throttle an update by query operation. Change the number of requests per second ---- [discrete] -==== UpdateByQueryRethrottleRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface UpdateByQueryRethrottleRequest extends <> { ++++ [discrete] -==== UpdateByQueryRethrottleResponse +==== Response [pass] ++++ diff --git a/docs/reference-watcher-ack_watch.asciidoc b/docs/reference-watcher-ack_watch.asciidoc index df723d438..72417f4a1 100644 --- a/docs/reference-watcher-ack_watch.asciidoc +++ b/docs/reference-watcher-ack_watch.asciidoc @@ -42,7 +42,7 @@ Acknowledges a watch, manually throttling the execution of the watch's actions. ---- [discrete] -==== WatcherAckWatchRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface WatcherAckWatchRequest extends <> { ++++ [discrete] -==== WatcherAckWatchResponse +==== Response [pass] ++++ diff --git a/docs/reference-watcher-activate_watch.asciidoc b/docs/reference-watcher-activate_watch.asciidoc index 73be5b0f5..16b00a272 100644 --- a/docs/reference-watcher-activate_watch.asciidoc +++ b/docs/reference-watcher-activate_watch.asciidoc @@ -42,7 +42,7 @@ Activates a currently inactive watch. ---- [discrete] -==== WatcherActivateWatchRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface WatcherActivateWatchRequest extends <> { ++++ [discrete] -==== WatcherActivateWatchResponse +==== Response [pass] ++++ diff --git a/docs/reference-watcher-deactivate_watch.asciidoc b/docs/reference-watcher-deactivate_watch.asciidoc index e32cef2a6..462c6d713 100644 --- a/docs/reference-watcher-deactivate_watch.asciidoc +++ b/docs/reference-watcher-deactivate_watch.asciidoc @@ -42,7 +42,7 @@ Deactivates a currently active watch. ---- [discrete] -==== WatcherDeactivateWatchRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface WatcherDeactivateWatchRequest extends <> { ++++ [discrete] -==== WatcherDeactivateWatchResponse +==== Response [pass] ++++ diff --git a/docs/reference-watcher-delete_watch.asciidoc b/docs/reference-watcher-delete_watch.asciidoc index 0fb635fb7..0099db3d1 100644 --- a/docs/reference-watcher-delete_watch.asciidoc +++ b/docs/reference-watcher-delete_watch.asciidoc @@ -42,7 +42,7 @@ Removes a watch from Watcher. ---- [discrete] -==== WatcherDeleteWatchRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface WatcherDeleteWatchRequest extends <> { ++++ [discrete] -==== WatcherDeleteWatchResponse +==== Response [pass] ++++ diff --git a/docs/reference-watcher-execute_watch.asciidoc b/docs/reference-watcher-execute_watch.asciidoc index bcefce874..212ffadca 100644 --- a/docs/reference-watcher-execute_watch.asciidoc +++ b/docs/reference-watcher-execute_watch.asciidoc @@ -42,7 +42,7 @@ This API can be used to force execution of the watch outside of its triggering l ---- [discrete] -==== WatcherExecuteWatchRequest +==== Request [pass] ++++ @@ -65,7 +65,7 @@ interface WatcherExecuteWatchRequest extends <> { ++++ [discrete] -==== WatcherExecuteWatchResponse +==== Response [pass] ++++ diff --git a/docs/reference-watcher-get_watch.asciidoc b/docs/reference-watcher-get_watch.asciidoc index df5335251..0f0bfc609 100644 --- a/docs/reference-watcher-get_watch.asciidoc +++ b/docs/reference-watcher-get_watch.asciidoc @@ -42,7 +42,7 @@ Retrieves a watch by its ID. ---- [discrete] -==== WatcherGetWatchRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface WatcherGetWatchRequest extends <> { ++++ [discrete] -==== WatcherGetWatchResponse +==== Response [pass] ++++ diff --git a/docs/reference-watcher-put_watch.asciidoc b/docs/reference-watcher-put_watch.asciidoc index 399f28c71..8bb023ed8 100644 --- a/docs/reference-watcher-put_watch.asciidoc +++ b/docs/reference-watcher-put_watch.asciidoc @@ -42,7 +42,7 @@ Creates a new watch, or updates an existing one. ---- [discrete] -==== WatcherPutWatchRequest +==== Request [pass] ++++ @@ -68,7 +68,7 @@ interface WatcherPutWatchRequest extends <> { ++++ [discrete] -==== WatcherPutWatchResponse +==== Response [pass] ++++ diff --git a/docs/reference-watcher-query_watches.asciidoc b/docs/reference-watcher-query_watches.asciidoc index 2cc9b0bef..7fa8d12bb 100644 --- a/docs/reference-watcher-query_watches.asciidoc +++ b/docs/reference-watcher-query_watches.asciidoc @@ -42,7 +42,7 @@ Retrieves stored watches. ---- [discrete] -==== WatcherQueryWatchesRequest +==== Request [pass] ++++ @@ -61,7 +61,7 @@ interface WatcherQueryWatchesRequest extends <> { ++++ [discrete] -==== WatcherQueryWatchesResponse +==== Response [pass] ++++ diff --git a/docs/reference-watcher-start.asciidoc b/docs/reference-watcher-start.asciidoc index e33b86425..68d253aef 100644 --- a/docs/reference-watcher-start.asciidoc +++ b/docs/reference-watcher-start.asciidoc @@ -42,7 +42,7 @@ Starts Watcher if it is not already running. ---- [discrete] -==== WatcherStartRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface WatcherStartRequest extends <> { ++++ [discrete] -==== WatcherStartResponse +==== Response [pass] ++++ diff --git a/docs/reference-watcher-stats.asciidoc b/docs/reference-watcher-stats.asciidoc index 2fd1f6598..36a55a1bc 100644 --- a/docs/reference-watcher-stats.asciidoc +++ b/docs/reference-watcher-stats.asciidoc @@ -42,7 +42,7 @@ Retrieves the current Watcher metrics. ---- [discrete] -==== WatcherStatsRequest +==== Request [pass] ++++ @@ -58,7 +58,7 @@ interface WatcherStatsRequest extends <> { ++++ [discrete] -==== WatcherStatsResponse +==== Response [pass] ++++ diff --git a/docs/reference-watcher-stop.asciidoc b/docs/reference-watcher-stop.asciidoc index 1f040bac5..f5a648637 100644 --- a/docs/reference-watcher-stop.asciidoc +++ b/docs/reference-watcher-stop.asciidoc @@ -42,7 +42,7 @@ Stops Watcher if it is running. ---- [discrete] -==== WatcherStopRequest +==== Request [pass] ++++ @@ -56,7 +56,7 @@ interface WatcherStopRequest extends <> { ++++ [discrete] -==== WatcherStopResponse +==== Response [pass] ++++ diff --git a/docs/reference-xpack-info.asciidoc b/docs/reference-xpack-info.asciidoc index d7a02ed71..61b5f69b4 100644 --- a/docs/reference-xpack-info.asciidoc +++ b/docs/reference-xpack-info.asciidoc @@ -42,7 +42,7 @@ Provides general information about the installed X-Pack features. ---- [discrete] -==== XpackInfoRequest +==== Request [pass] ++++ @@ -59,7 +59,7 @@ interface XpackInfoRequest extends <> { ++++ [discrete] -==== XpackInfoResponse +==== Response [pass] ++++ diff --git a/docs/reference-xpack-usage.asciidoc b/docs/reference-xpack-usage.asciidoc index f4e517e01..528fab3ea 100644 --- a/docs/reference-xpack-usage.asciidoc +++ b/docs/reference-xpack-usage.asciidoc @@ -42,7 +42,7 @@ This API provides information about which features are currently enabled and ava ---- [discrete] -==== XpackUsageRequest +==== Request [pass] ++++ @@ -57,7 +57,7 @@ interface XpackUsageRequest extends <> { ++++ [discrete] -==== XpackUsageResponse +==== Response [pass] ++++