Documentation

AirMarshalApi

AirMarshalApi 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
getNetworkWirelessAirMarshal()  : object
Operation getNetworkWirelessAirMarshal
getNetworkWirelessAirMarshalAsync()  : PromiseInterface
Operation getNetworkWirelessAirMarshalAsync
getNetworkWirelessAirMarshalAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkWirelessAirMarshalAsyncWithHttpInfo
getNetworkWirelessAirMarshalWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkWirelessAirMarshalWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkWirelessAirMarshalRequest()  : Request
Create request for operation 'getNetworkWirelessAirMarshal'

Properties

Methods

getNetworkWirelessAirMarshal()

Operation getNetworkWirelessAirMarshal

public getNetworkWirelessAirMarshal(string $network_id[, string $t0 = null ][, float $timespan = null ]) : object

List Air Marshal scan results from a network

Parameters
$network_id : string

network_id (required)

$t0 : string = null

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

$timespan : float = null

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

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkWirelessAirMarshalAsync()

Operation getNetworkWirelessAirMarshalAsync

public getNetworkWirelessAirMarshalAsync(string $network_id[, string $t0 = null ][, float $timespan = null ]) : PromiseInterface

List Air Marshal scan results from a network

Parameters
$network_id : string

(required)

$t0 : string = null

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

$timespan : float = null

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

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessAirMarshalAsyncWithHttpInfo()

Operation getNetworkWirelessAirMarshalAsyncWithHttpInfo

public getNetworkWirelessAirMarshalAsyncWithHttpInfo(string $network_id[, string $t0 = null ][, float $timespan = null ]) : PromiseInterface

List Air Marshal scan results from a network

Parameters
$network_id : string

(required)

$t0 : string = null

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

$timespan : float = null

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

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessAirMarshalWithHttpInfo()

Operation getNetworkWirelessAirMarshalWithHttpInfo

public getNetworkWirelessAirMarshalWithHttpInfo(string $network_id[, string $t0 = null ][, float $timespan = null ]) : array<string|int, mixed>

List Air Marshal scan results from a network

Parameters
$network_id : string

(required)

$t0 : string = null

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

$timespan : float = null

The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 7 days. (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

getNetworkWirelessAirMarshalRequest()

Create request for operation 'getNetworkWirelessAirMarshal'

protected getNetworkWirelessAirMarshalRequest(string $network_id[, string $t0 = null ][, float $timespan = null ]) : Request
Parameters
$network_id : string

(required)

$t0 : string = null

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

$timespan : float = null

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

Tags
throws
InvalidArgumentException
Return values
Request

Search results