All Products
Search
Document Center

Simple Log Service:GetStoreViewIndex

Last Updated:Nov 13, 2024

Queries the indexes of a dataset by using the name of the dataset. Only datasets of the logstore type are supported.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /storeviews/{name}/index HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
projectstringYes

The name of the project.

example-project
namestringYes

The name of the dataset.

my_storeview

Response parameters

ParameterTypeDescriptionExample
object

The index configurations of all Logstores in the dataset.

indexesarray<object>

The index configurations.

object
projectstring

The name of the project to which the Logstore belongs.

example-project
logstorestring

The name of the Logstore.

my-logstore
indexindex

The index configurations of the Logstore.

Error codes

For a list of error codes, visit the Service error codes.