You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ElasticSearchStudy/Docs/使用RestClient管理ES集群.http

13 lines
343 B
HTTP

### ES
GET https://127.0.0.1:9201
Content-Type: application/json
Authorization: Basic elastic:es-461400
### ES
GET https://127.0.0.1:9201/_cat/nodes
Content-Type: application/json
Authorization: Basic elastic:es-461400
###
curl --request GET --url http://www.baidu.com/ --header 'user-agent: vscode-restclient'