List Kvstore Collections
list_kvstore_collectionsDiscover available Splunk KV Store collections with schema details like fields and replication. Filter by app to find collections for lookups, configuration, or caching.
Instructions
List KV Store collections with basic schema details. Use this to discover available KV stores for lookups, configuration, or caching, optionally filtering by app.
Outputs: array of collections with name, fields, accelerated_fields, replicated; and total count. Security: results are constrained by the authenticated user's permissions.Args: app (str, optional): Optional app name to filter collections count (int, optional): Page size. Default 50. Maximum 200. Values above 200 are capped to 200; 0 uses 50. Do not send a count larger than 200. offset (int, optional): Result offset (default 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | ||
| count | No | ||
| offset | No |