Queries the configurations of a dataset by using the name of the dataset.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
log:GetStoreView |
get |
*All Resource
|
None | None |
Request syntax
GET /storeviews/{name} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
Yes |
The name of the dataset. |
my_storeview |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
The name of the project. |
example-project |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The configurations of the dataset. |
||
| storeType |
string |
The type of the dataset. Valid values:
Valid values:
|
logstore |
| stores |
array |
The Logstores or Metricstores. |
|
| StoreViewStore |
The Logstore or Metricstore. |
Examples
Success response
JSON format
{
"storeType": "logstore",
"stores": [
{
"project": "ali-test-project",
"storeName": "my-logstore",
"query": ""
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.