com.sksamuel.elastic4s.requests.cat

Type members

Classlikes

case class CatAliasResponse(alias: String, index: String, filter: String, routing: Routing)
case class CatAliases(pattern: Option[String])
case class CatAllocation()
case class CatAllocationResponse(shards: Int, diskIndices: Long, diskUsed: Long, diskAvailable: Long, diskTotal: Long, diskPercent: Double, host: String, ip: String, node: String)
case class CatCount(indices: Seq[String])
case class CatCountResponse(epoch: Long, timestamp: String, count: Long)
case class CatHealth()
case class CatHealthResponse(epoch: Long, timestamp: String, cluster: String, status: String, nodeTotal: Long, nodeData: Long, shards: Int, pri: Int, relo: Int, init: Int, unassign: Int, pendingTasks: Int, maxTaskWaitTime: String, activeShardsPercent: String)
case class CatIndexes(health: Option[HealthStatus], indexPattern: Option[String])
case class CatIndicesResponse(health: String, status: String, index: String, uuid: String, pri: Int, rep: Int, count: Long, deleted: Long, storeSize: Long, priStoreSize: Long)
case class CatMaster()
case class CatMasterResponse(id: String, host: String, ip: String, node: String)
case class CatNodes()
case class CatNodesResponse(id: String, ip: String, pid: String, cpu: Double, uptime: String, heapPercent: Double, ramPercent: Double, port: Int, load_1m: Double, load_5m: Double, load_15m: Double, nodeRole: String, master: String, name: String)
case class CatPluginResponse(name: String, component: String, version: String)
case class CatPlugins()
case class CatSegments(indices: Indexes)
case class CatSegmentsResponse(index: String, shard: String, prirep: String, ip: String, segment: String, generation: String, docsCount: Long, docsDeleted: Long, size: Long, sizeMemory: Long, committed: Boolean, searchable: Boolean, version: String, compound: Boolean)
case class CatShards()
case class CatShardsResponse(index: String, shard: String, prirep: String, state: String, docs: Long, store: Long, ip: String, node: String)
case class CatThreadPool()
case class CatThreadPoolResponse(id: String, name: String, active: Int, rejected: Int, completed: Long, `type`: String, size: Int, queue: Int, queueSize: Int, largest: Int, min: Int, max: Int, keepAlive: String, node_id: String, pid: Int, host: String, ip: String, port: String)
case class Routing(index: String, search: String)