QueryStore

GET /stores/

Query all store name or specific store

Query parameters

Responses

  • 200 application/json

    Success

    Hide response attributes Show response attributes object
  • 400

    Invalid input

  • 500 application/json

    Failed

    Hide response attributes Show response attributes object
GET /stores/
curl \
 -X GET https://nomad.samarkand-global.cn/envoy/stores/ \
 -H "x-ca-key: $API_KEY"
Response examples (200)
{
  "code": 42,
  "message": "string",
  "data": [],
  "total": 42
}
Response examples (500)
{
  "code": 42,
  "message": "string",
  "data": [],
  "total": 42
}