Get cluster info
GET
/_info/{target} Returns basic information about the cluster.
Parameters
path Path Parameters
| Name | Type |
|---|---|
target
required
Limits the information returned to the specific target. Supports a comma-separated list, such as http,ingest. | type TypesClusterInfoTargets = type TypesClusterInfoTarget = "_all" | "http" | "ingest" | "thread_pool" | "script" | type TypesClusterInfoTarget = "_all" | "http" | "ingest" | "thread_pool" | "script"[] |
Responses
200 application/json
{
cluster_name:TypesName ;
http?:NodesTypesHttp ;
ingest?:NodesTypesIngest ;
thread_pool?: { };
script?:NodesTypesScripting ;
}
cluster_name:
http?:
ingest?:
thread_pool?: { };
script?:
}