All Products
Search
Document Center

Simple Log Service:GetStoreViewIndex

Last Updated:Sep 18, 2024

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

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /storeviews/{name}/index

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.