Documentation

ConnectionStatsApi

ConnectionStatsApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$client  : ClientInterface
$config  : Configuration
$headerSelector  : HeaderSelector
__construct()  : mixed
getConfig()  : Configuration
getDeviceWirelessConnectionStats()  : object
Operation getDeviceWirelessConnectionStats
getDeviceWirelessConnectionStatsAsync()  : PromiseInterface
Operation getDeviceWirelessConnectionStatsAsync
getDeviceWirelessConnectionStatsAsyncWithHttpInfo()  : PromiseInterface
Operation getDeviceWirelessConnectionStatsAsyncWithHttpInfo
getDeviceWirelessConnectionStatsWithHttpInfo()  : array<string|int, mixed>
Operation getDeviceWirelessConnectionStatsWithHttpInfo
getNetworkWirelessClientConnectionStats()  : object
Operation getNetworkWirelessClientConnectionStats
getNetworkWirelessClientConnectionStatsAsync()  : PromiseInterface
Operation getNetworkWirelessClientConnectionStatsAsync
getNetworkWirelessClientConnectionStatsAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkWirelessClientConnectionStatsAsyncWithHttpInfo
getNetworkWirelessClientConnectionStatsWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkWirelessClientConnectionStatsWithHttpInfo
getNetworkWirelessClientsConnectionStats()  : object
Operation getNetworkWirelessClientsConnectionStats
getNetworkWirelessClientsConnectionStatsAsync()  : PromiseInterface
Operation getNetworkWirelessClientsConnectionStatsAsync
getNetworkWirelessClientsConnectionStatsAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkWirelessClientsConnectionStatsAsyncWithHttpInfo
getNetworkWirelessClientsConnectionStatsWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkWirelessClientsConnectionStatsWithHttpInfo
getNetworkWirelessConnectionStats()  : object
Operation getNetworkWirelessConnectionStats
getNetworkWirelessConnectionStatsAsync()  : PromiseInterface
Operation getNetworkWirelessConnectionStatsAsync
getNetworkWirelessConnectionStatsAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkWirelessConnectionStatsAsyncWithHttpInfo
getNetworkWirelessConnectionStatsWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkWirelessConnectionStatsWithHttpInfo
getNetworkWirelessDevicesConnectionStats()  : object
Operation getNetworkWirelessDevicesConnectionStats
getNetworkWirelessDevicesConnectionStatsAsync()  : PromiseInterface
Operation getNetworkWirelessDevicesConnectionStatsAsync
getNetworkWirelessDevicesConnectionStatsAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkWirelessDevicesConnectionStatsAsyncWithHttpInfo
getNetworkWirelessDevicesConnectionStatsWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkWirelessDevicesConnectionStatsWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getDeviceWirelessConnectionStatsRequest()  : Request
Create request for operation 'getDeviceWirelessConnectionStats'
getNetworkWirelessClientConnectionStatsRequest()  : Request
Create request for operation 'getNetworkWirelessClientConnectionStats'
getNetworkWirelessClientsConnectionStatsRequest()  : Request
Create request for operation 'getNetworkWirelessClientsConnectionStats'
getNetworkWirelessConnectionStatsRequest()  : Request
Create request for operation 'getNetworkWirelessConnectionStats'
getNetworkWirelessDevicesConnectionStatsRequest()  : Request
Create request for operation 'getNetworkWirelessDevicesConnectionStats'

Properties

Methods

getDeviceWirelessConnectionStats()

Operation getDeviceWirelessConnectionStats

public getDeviceWirelessConnectionStats(string $serial[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : object

Aggregated connectivity info for a given AP on this network

Parameters
$serial : string

serial (required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getDeviceWirelessConnectionStatsAsync()

Operation getDeviceWirelessConnectionStatsAsync

public getDeviceWirelessConnectionStatsAsync(string $serial[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : PromiseInterface

Aggregated connectivity info for a given AP on this network

Parameters
$serial : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceWirelessConnectionStatsAsyncWithHttpInfo()

Operation getDeviceWirelessConnectionStatsAsyncWithHttpInfo

public getDeviceWirelessConnectionStatsAsyncWithHttpInfo(string $serial[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : PromiseInterface

Aggregated connectivity info for a given AP on this network

Parameters
$serial : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceWirelessConnectionStatsWithHttpInfo()

Operation getDeviceWirelessConnectionStatsWithHttpInfo

public getDeviceWirelessConnectionStatsWithHttpInfo(string $serial[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : array<string|int, mixed>

Aggregated connectivity info for a given AP on this network

Parameters
$serial : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

getNetworkWirelessClientConnectionStats()

Operation getNetworkWirelessClientConnectionStats

public getNetworkWirelessClientConnectionStats(string $network_id, string $client_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : object

Aggregated connectivity info for a given client on this network

Parameters
$network_id : string

network_id (required)

$client_id : string

client_id (required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkWirelessClientConnectionStatsAsync()

Operation getNetworkWirelessClientConnectionStatsAsync

public getNetworkWirelessClientConnectionStatsAsync(string $network_id, string $client_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : PromiseInterface

Aggregated connectivity info for a given client on this network

Parameters
$network_id : string

(required)

$client_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessClientConnectionStatsAsyncWithHttpInfo()

Operation getNetworkWirelessClientConnectionStatsAsyncWithHttpInfo

public getNetworkWirelessClientConnectionStatsAsyncWithHttpInfo(string $network_id, string $client_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : PromiseInterface

Aggregated connectivity info for a given client on this network

Parameters
$network_id : string

(required)

$client_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessClientConnectionStatsWithHttpInfo()

Operation getNetworkWirelessClientConnectionStatsWithHttpInfo

public getNetworkWirelessClientConnectionStatsWithHttpInfo(string $network_id, string $client_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : array<string|int, mixed>

Aggregated connectivity info for a given client on this network

Parameters
$network_id : string

(required)

$client_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

getNetworkWirelessClientsConnectionStats()

Operation getNetworkWirelessClientsConnectionStats

public getNetworkWirelessClientsConnectionStats(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : object

Aggregated connectivity info for this network, grouped by clients

Parameters
$network_id : string

network_id (required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkWirelessClientsConnectionStatsAsync()

Operation getNetworkWirelessClientsConnectionStatsAsync

public getNetworkWirelessClientsConnectionStatsAsync(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : PromiseInterface

Aggregated connectivity info for this network, grouped by clients

Parameters
$network_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessClientsConnectionStatsAsyncWithHttpInfo()

Operation getNetworkWirelessClientsConnectionStatsAsyncWithHttpInfo

public getNetworkWirelessClientsConnectionStatsAsyncWithHttpInfo(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : PromiseInterface

Aggregated connectivity info for this network, grouped by clients

Parameters
$network_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessClientsConnectionStatsWithHttpInfo()

Operation getNetworkWirelessClientsConnectionStatsWithHttpInfo

public getNetworkWirelessClientsConnectionStatsWithHttpInfo(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : array<string|int, mixed>

Aggregated connectivity info for this network, grouped by clients

Parameters
$network_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

getNetworkWirelessConnectionStats()

Operation getNetworkWirelessConnectionStats

public getNetworkWirelessConnectionStats(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : object

Aggregated connectivity info for this network

Parameters
$network_id : string

network_id (required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkWirelessConnectionStatsAsync()

Operation getNetworkWirelessConnectionStatsAsync

public getNetworkWirelessConnectionStatsAsync(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : PromiseInterface

Aggregated connectivity info for this network

Parameters
$network_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessConnectionStatsAsyncWithHttpInfo()

Operation getNetworkWirelessConnectionStatsAsyncWithHttpInfo

public getNetworkWirelessConnectionStatsAsyncWithHttpInfo(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : PromiseInterface

Aggregated connectivity info for this network

Parameters
$network_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessConnectionStatsWithHttpInfo()

Operation getNetworkWirelessConnectionStatsWithHttpInfo

public getNetworkWirelessConnectionStatsWithHttpInfo(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : array<string|int, mixed>

Aggregated connectivity info for this network

Parameters
$network_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

getNetworkWirelessDevicesConnectionStats()

Operation getNetworkWirelessDevicesConnectionStats

public getNetworkWirelessDevicesConnectionStats(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : object

Aggregated connectivity info for this network, grouped by node

Parameters
$network_id : string

network_id (required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkWirelessDevicesConnectionStatsAsync()

Operation getNetworkWirelessDevicesConnectionStatsAsync

public getNetworkWirelessDevicesConnectionStatsAsync(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : PromiseInterface

Aggregated connectivity info for this network, grouped by node

Parameters
$network_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessDevicesConnectionStatsAsyncWithHttpInfo()

Operation getNetworkWirelessDevicesConnectionStatsAsyncWithHttpInfo

public getNetworkWirelessDevicesConnectionStatsAsyncWithHttpInfo(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : PromiseInterface

Aggregated connectivity info for this network, grouped by node

Parameters
$network_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessDevicesConnectionStatsWithHttpInfo()

Operation getNetworkWirelessDevicesConnectionStatsWithHttpInfo

public getNetworkWirelessDevicesConnectionStatsWithHttpInfo(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : array<string|int, mixed>

Aggregated connectivity info for this network, grouped by node

Parameters
$network_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

createHttpClientOption()

Create http client option

protected createHttpClientOption() : array<string|int, mixed>
Tags
throws
RuntimeException

on file opening failure

Return values
array<string|int, mixed>

of http client options

getDeviceWirelessConnectionStatsRequest()

Create request for operation 'getDeviceWirelessConnectionStats'

protected getDeviceWirelessConnectionStatsRequest(string $serial[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : Request
Parameters
$serial : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkWirelessClientConnectionStatsRequest()

Create request for operation 'getNetworkWirelessClientConnectionStats'

protected getNetworkWirelessClientConnectionStatsRequest(string $network_id, string $client_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : Request
Parameters
$network_id : string

(required)

$client_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkWirelessClientsConnectionStatsRequest()

Create request for operation 'getNetworkWirelessClientsConnectionStats'

protected getNetworkWirelessClientsConnectionStatsRequest(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : Request
Parameters
$network_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkWirelessConnectionStatsRequest()

Create request for operation 'getNetworkWirelessConnectionStats'

protected getNetworkWirelessConnectionStatsRequest(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : Request
Parameters
$network_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkWirelessDevicesConnectionStatsRequest()

Create request for operation 'getNetworkWirelessDevicesConnectionStats'

protected getNetworkWirelessDevicesConnectionStatsRequest(string $network_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, string $band = null ][, int $ssid = null ][, int $vlan = null ][, string $ap_tag = null ]) : Request
Parameters
$network_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)

$t1 : string = null

The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)

$band : string = null

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)

$ssid : int = null

Filter results by SSID (optional)

$vlan : int = null

Filter results by VLAN (optional)

$ap_tag : string = null

Filter results by AP Tag (optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results