Splunk · Capability
Splunk Enterprise REST API — Index
Splunk Enterprise REST API — Index. 5 operations. Lead operation: List Indexes. Self-contained Naftiko capability covering one Splunk business surface.
What You Can Do
GET
Listindexes
— List Indexes
/v1/services/data/indexes
POST
Createindex
— Create a New Index
/v1/services/data/indexes
GET
Getindex
— Get Index Details
/v1/services/data/indexes/{name}
POST
Updateindex
— Update Index Configuration
/v1/services/data/indexes/{name}
DELETE
Deleteindex
— Delete an Index
/v1/services/data/indexes/{name}
MCP Tools
list-indexes
List Indexes
read-only
idempotent
create-new-index
Create a New Index
get-index-details
Get Index Details
read-only
idempotent
update-index-configuration
Update Index Configuration
delete-index
Delete an Index
idempotent