Skip to main content

MonitoredSystemPage

A single page for the pagedSystems query.

type MonitoredSystemPage {
totalElements: Int
totalPages: Int
items: [MonitoredSystem!]!
selectorsUsed: [SystemSelector!]
}

Fields

MonitoredSystemPage.totalElements ● Int scalar

MonitoredSystemPage.totalPages ● Int scalar

MonitoredSystemPage.items ● [MonitoredSystem!]! non-null interface

MonitoredSystemPage.selectorsUsed ● [SystemSelector!] list object

If while fetching the data for this page one or more selectors were used (see FilterInput) then the selector can be accessed as fields in the resulting page.

Returned By

pagedSystems query