Skip to main content

ExWifiQuery

No description

type ExWifiQuery {
reports: ExWifiReportsQuery
device(
after: String
first: Int = 0
before: String
last: Int = 0
query: GQLTJson
startTime: GQLTDate
endTime: GQLTDate
): EsORMWifiDevice
connections(
after: String
first: Int = 0
before: String
last: Int = 0
query: GQLTJson
startTime: GQLTDate
endTime: GQLTDate
): EsORMWifiConnection
foreignAps(
after: String
first: Int = 0
before: String
last: Int = 0
query: GQLTJson
startTime: GQLTDate
endTime: GQLTDate
): EsORMWifiForeignAp
foreignClients(
after: String
first: Int = 0
before: String
last: Int = 0
query: GQLTJson
startTime: GQLTDate
endTime: GQLTDate
): EsORMWifiForeignClient
accessPointRadio(
after: String
first: Int = 0
before: String
last: Int = 0
query: GQLTJson
startTime: GQLTDate
endTime: GQLTDate
): EsORMAccessPointRadio
rtlsStation(
after: String
first: Int = 0
before: String
last: Int = 0
query: GQLTJson
startTime: GQLTDate
endTime: GQLTDate
): EsORMRtlsStation
}

Fields#

reports (ExWifiReportsQuery)#

device (EsORMWifiDevice)#

connections (EsORMWifiConnection)#

foreignAps (EsORMWifiForeignAp)#

foreignClients (EsORMWifiForeignClient)#

accessPointRadio (EsORMAccessPointRadio)#

rtlsStation (EsORMRtlsStation)#