Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion specification/_json_spec/clear_scroll.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
}
]
},
"params": {},
"body": {
"description": "A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter",
"required": false
Expand Down
1 change: 0 additions & 1 deletion specification/_json_spec/close_point_in_time.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
}
]
},
"params": {},
"body": {
"description": "a point-in-time id to close",
"required": true
Expand Down
3 changes: 1 addition & 2 deletions specification/_json_spec/cluster.info.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
}
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/cluster.remote_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"methods": ["GET"]
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/connector.secret_delete.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/connector.secret_get.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}
}
]
},
"params": {}
}
}
}
1 change: 0 additions & 1 deletion specification/_json_spec/connector.secret_post.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}
]
},
"params": {},
"body": {
"description": "The secret value to store",
"required": true
Expand Down
1 change: 0 additions & 1 deletion specification/_json_spec/connector.secret_put.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
}
]
},
"params": {},
"body": {
"description": "The secret value to store",
"required": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"methods": ["GET"]
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/fleet.delete_secret.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/fleet.get_secret.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}
}
]
},
"params": {}
}
}
}
1 change: 0 additions & 1 deletion specification/_json_spec/fleet.msearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
}
]
},
"params": {},
"body": {
"description": "The request definitions (metadata-fleet search request definition pairs), separated by newlines",
"required": true,
Expand Down
1 change: 0 additions & 1 deletion specification/_json_spec/fleet.post_secret.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}
]
},
"params": {},
"body": {
"description": "The secret value to store",
"required": true
Expand Down
3 changes: 1 addition & 2 deletions specification/_json_spec/get_script_context.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"methods": ["GET"]
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/get_script_languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"methods": ["GET"]
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/ilm.get_status.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"methods": ["GET"]
}
]
},
"params": {}
}
}
}
1 change: 0 additions & 1 deletion specification/_json_spec/ilm.move_to_step.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
}
]
},
"params": {},
"body": {
"description": "The new lifecycle step to move to",
"required": true
Expand Down
3 changes: 1 addition & 2 deletions specification/_json_spec/ilm.remove_policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/ilm.retry.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}
}
]
},
"params": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"indices.delete_sample_configuration": {
"documentation": {
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-delete-sample-configuration",
"description": "Delete sampling configuration for an index or data stream"
},
"stability": "experimental",
"visibility": "public",
"headers": {
"accept": ["application/json"],
"content_type": ["application/json"]
},
"url": {
"paths": [
{
"path": "/{index}/_sample/config",
"methods": ["DELETE"],
"parts": {
"index": {
"type": "string",
"description": "The name of a data stream or index"
}
}
}
]
},
"params": {
"master_timeout": {
"type": "time",
"description": "Timeout for connection to master node"
},
"timeout": {
"type": "time",
"description": "Timeout for the request"
}
}
}
}
1 change: 0 additions & 1 deletion specification/_json_spec/indices.downsample.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
}
]
},
"params": {},
"body": {
"description": "The downsampling configuration",
"required": true
Expand Down
1 change: 0 additions & 1 deletion specification/_json_spec/indices.modify_data_stream.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
}
]
},
"params": {},
"body": {
"description": "The data stream modifications",
"required": true
Expand Down
3 changes: 1 addition & 2 deletions specification/_json_spec/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"methods": ["GET"]
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/ingest.get_geoip_database.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
}
}
]
},
"params": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
}
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/ingest.processor_grok.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"methods": ["GET"]
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/license.get_basic_status.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"methods": ["GET"]
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/license.get_trial_status.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"methods": ["GET"]
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/logstash.delete_pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}
}
]
},
"params": {}
}
}
}
3 changes: 1 addition & 2 deletions specification/_json_spec/logstash.get_pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
}
}
]
},
"params": {}
}
}
}
1 change: 0 additions & 1 deletion specification/_json_spec/logstash.put_pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
}
]
},
"params": {},
"body": {
"description": "The Pipeline to add or update",
"required": true
Expand Down
3 changes: 1 addition & 2 deletions specification/_json_spec/migration.deprecations.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
}
}
]
},
"params": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"methods": ["GET"]
}
]
},
"params": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"methods": ["POST"]
}
]
},
"params": {}
}
}
}
1 change: 0 additions & 1 deletion specification/_json_spec/ml.estimate_model_memory.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
}
]
},
"params": {},
"body": {
"description": "The analysis config, plus cardinality estimates for fields it references",
"required": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"paths": [
{
"path": "/_ml/data_frame/analytics/_explain",
"methods": ["GET", "POST"],
"parts": {}
"methods": ["GET", "POST"]
},
{
"path": "/_ml/data_frame/analytics/{id}/_explain",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"paths": [
{
"path": "/_ml/data_frame/analytics/_preview",
"methods": ["GET", "POST"],
"parts": {}
"methods": ["GET", "POST"]
},
{
"path": "/_ml/data_frame/analytics/{id}/_preview",
Expand Down
1 change: 0 additions & 1 deletion specification/_json_spec/ml.update_model_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
}
]
},
"params": {},
"body": {
"description": "The model snapshot properties to update",
"required": true
Expand Down
Loading