|
@@ -0,0 +1,37 @@
|
|
|
+{
|
|
|
+ "profiling.status":{
|
|
|
+ "documentation":{
|
|
|
+ "url":"https://www.elastic.co/guide/en/observability/current/universal-profiling.html",
|
|
|
+ "description":"Returns basic information about the status of Universal Profiling."
|
|
|
+ },
|
|
|
+ "stability":"stable",
|
|
|
+ "visibility":"private",
|
|
|
+ "headers":{
|
|
|
+ "accept": ["application/json"]
|
|
|
+ },
|
|
|
+ "url":{
|
|
|
+ "paths":[
|
|
|
+ {
|
|
|
+ "path":"/_profiling/status",
|
|
|
+ "methods":[
|
|
|
+ "GET"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "params":{
|
|
|
+ "master_timeout":{
|
|
|
+ "type":"time",
|
|
|
+ "description":"Explicit operation timeout for connection to master node"
|
|
|
+ },
|
|
|
+ "timeout":{
|
|
|
+ "type":"time",
|
|
|
+ "description":"Explicit operation timeout"
|
|
|
+ },
|
|
|
+ "wait_for_resources_created":{
|
|
|
+ "type":"boolean",
|
|
|
+ "description":"Whether to return immediately or wait until resources have been created"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|