docs: 普通更新

main
bicijinlian 1 year ago
parent da2f449ff0
commit 0ce113f4c6

@ -1,12 +1,15 @@
### 请求ES首页
GET https://127.0.0.1:9201
GET https://127.0.0.1:9200?pretty
Content-Type: application/json
Authorization: Basic elastic:es-461400
### 请求ES节点信息
GET https://127.0.0.1:9201/_cat/nodes
GET https://127.0.0.1:9200/_cat/nodes?v
Content-Type: application/json
Authorization: Basic elastic:es-461400
### ES健康信息
GET https://127.0.0.1:9200/_cat/health?v
Content-Type: application/json
Authorization: Basic elastic:es-461400
###
curl --request GET --url http://www.baidu.com/ --header 'user-agent: vscode-restclient'

@ -1,12 +1,15 @@
### 请求ES首页
GET https://127.0.0.1:9201
GET https://127.0.0.1:9201?pretty
Content-Type: application/json
Authorization: Basic elastic:es-461400
### 请求ES节点信息
GET https://127.0.0.1:9201/_cat/nodes
GET https://127.0.0.1:9201/_cat/nodes?v
Content-Type: application/json
Authorization: Basic elastic:es-461400
### ES健康信息
GET https://127.0.0.1:9201/_cat/health?v
Content-Type: application/json
Authorization: Basic elastic:es-461400
###
curl --request GET --url http://www.baidu.com/ --header 'user-agent: vscode-restclient'

Loading…
Cancel
Save