File tree Expand file tree Collapse file tree 4 files changed +119
-0
lines changed
rest-api-spec/src/main/resources/rest-api-spec/api Expand file tree Collapse file tree 4 files changed +119
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "esql.async_query_delete" : {
3
+ "documentation" : {
4
+ "url" : " https://www.elastic.co/guide/en/elasticsearch/reference/master/esql-async-query-delete-api.html" ,
5
+ "description" : " Delete an async query request given its ID."
6
+ },
7
+ "stability" : " stable" ,
8
+ "visibility" : " public" ,
9
+ "headers" : {
10
+ "accept" : [" application/json" ]
11
+ },
12
+ "url" : {
13
+ "paths" : [
14
+ {
15
+ "path" : " /_query/async/{id}" ,
16
+ "methods" : [" DELETE" ],
17
+ "parts" : {
18
+ "id" : {
19
+ "type" : " string" ,
20
+ "description" : " The async query ID"
21
+ }
22
+ }
23
+ }
24
+ ]
25
+ }
26
+ }
27
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "indices.get_data_lifecycle_stats" : {
3
+ "documentation" : {
4
+ "url" : " https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-get-lifecycle-stats.html" ,
5
+ "description" : " Get data stream lifecycle statistics."
6
+ },
7
+ "stability" : " stable" ,
8
+ "visibility" : " public" ,
9
+ "headers" : {
10
+ "accept" : [" application/json" ]
11
+ },
12
+ "url" : {
13
+ "paths" : [
14
+ {
15
+ "path" : " /_lifecycle/stats" ,
16
+ "methods" : [" GET" ]
17
+ }
18
+ ]
19
+ }
20
+ }
21
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "inference.update" : {
3
+ "documentation" : {
4
+ "url" : " https://www.elastic.co/guide/en/elasticsearch/reference/master/update-inference-api.html" ,
5
+ "description" : " Update inference"
6
+ },
7
+ "stability" : " stable" ,
8
+ "visibility" : " public" ,
9
+ "headers" : {
10
+ "accept" : [" application/json" ],
11
+ "content_type" : [" application/json" ]
12
+ },
13
+ "url" : {
14
+ "paths" : [
15
+ {
16
+ "path" : " /_inference/{inference_id}/_update" ,
17
+ "methods" : [" POST" ],
18
+ "parts" : {
19
+ "inference_id" : {
20
+ "type" : " string" ,
21
+ "description" : " The inference Id"
22
+ }
23
+ }
24
+ },
25
+ {
26
+ "path" : " /_inference/{task_type}/{inference_id}/_update" ,
27
+ "methods" : [" POST" ],
28
+ "parts" : {
29
+ "task_type" : {
30
+ "type" : " string" ,
31
+ "description" : " The task type"
32
+ },
33
+ "inference_id" : {
34
+ "type" : " string" ,
35
+ "description" : " The inference Id"
36
+ }
37
+ }
38
+ }
39
+ ]
40
+ },
41
+ "body" : {
42
+ "description" : " The inference endpoint's task and service settings"
43
+ }
44
+ }
45
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "security.delegate_pki" : {
3
+ "documentation" : {
4
+ "url" : " https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-delegate-pki-authentication.html" ,
5
+ "description" : " Delegate PKI authentication."
6
+ },
7
+ "stability" : " stable" ,
8
+ "visibility" : " public" ,
9
+ "headers" : {
10
+ "accept" : [" application/json" ]
11
+ },
12
+ "url" : {
13
+ "paths" : [
14
+ {
15
+ "path" : " /_security/delegate_pki" ,
16
+ "methods" : [" POST" ]
17
+ }
18
+ ]
19
+ },
20
+ "params" : {},
21
+ "body" : {
22
+ "description" :" The X509Certificate chain." ,
23
+ "required" :true
24
+ }
25
+ }
26
+ }
You can’t perform that action at this time.
0 commit comments