Queries datasets in a project.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
log:ListStoreViews |
list |
*All Resource
|
None | None |
Request syntax
GET /storeviews HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
The name of the project. |
example-project |
| size |
integer |
No |
The number of datasets to return. Default value: 100. |
100 |
| offset |
integer |
No |
The offset of the datasets to return. Default value: 0. |
0 |
| name |
string |
No |
The dataset name that is used for fuzzy match. |
my_storeview |
| storeType |
string |
No |
The type of the datasets to return. By default, datasets are not filtered by type. Valid values:
Valid values:
|
logstore |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The datasets. |
||
| count |
integer |
The number of returned datasets. |
100 |
| total |
integer |
The total number of datasets in the project. |
100 |
| storeviews |
array |
The dataset names. |
|
|
string |
The dataset name. |
my_storeview |
Examples
Success response
JSON format
{
"count": 100,
"total": 100,
"storeviews": [
"my_storeview"
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.