ClusterConfigsResponse
Paginated response containing cluster configurations
type ClusterConfigsResponse {
items: [ClusterConfig!]!
itemsFound: Int!
offset: Int
page: Int
pages: Int!
start: Int!
end: Int!
}
Fields
ClusterConfigsResponse.items ● [ClusterConfig!]! non-null object
Items returned by the query for the current page.
ClusterConfigsResponse.itemsFound ● Int! non-null scalar
Total number of items found
ClusterConfigsResponse.offset ● Int scalar
Number of items to skip
ClusterConfigsResponse.page ● Int scalar
Current page number (1-based)
ClusterConfigsResponse.pages ● Int! non-null scalar
Total number of pages
ClusterConfigsResponse.start ● Int! non-null scalar
Starting index for current page
ClusterConfigsResponse.end ● Int! non-null scalar
Ending index for current page
Returned By
clusterConfigsPaginated query