interface ListPoolsResponse {
    pools: Pool[];
    totalCount: number;
}

Properties

Properties

pools: Pool[]

Paginated returned pools.

totalCount: number

Total number of pools that exists for the cluster.