Browse the Splunk Cluster indexes
This operation is used to browse the Splunk Indexes from the backup. We could browse at the cluster level by setting the clusterViewName in the request.
- application/json
Request Body
- opType integer
queries object[]
type integerqueryId stringdataParam object
sortParam object
ascending booleansortBy integer[]paging object
firstNode integerpageSize integerskipNode integeraggrParam object
field integeraggrType integerpaths object[]
path stringoptions object
restoreIndex booleanskipIndexRestore booleanhideUserHidden booleanclusterView booleanclusterType stringadvOptions object
stubAsData booleanbrowseViewName stringentity object
applicationId integerbackupsetId integerclientId integerinstanceId integerwebsession object
subscriptionId integerrequestId string
Responses
- 200
- 400
- 401
- 404
OK
Bad Request
- application/json
- Schema
- Example 1
Schema
- string
Request body is empty or format is invalid
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "string",
"errorCode": 0
}
Loading...