Queries the configurations of a dataset by using the name of the dataset.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /storeviews/{name} HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
project | string | Yes | The name of the project. | example-project |
name | string | Yes | The name of the dataset. | my_storeview |
Response parameters
Examples
Sample success responses
JSON
format
{
"storeType": "logstore",
"stores": [
{
"project": "ali-test-project",
"storeName": "my-logstore",
"query": ""
}
]
}
Error codes
For a list of error codes, visit the Service error codes.