Documentation

HealthByTimeApi

HealthByTimeApi 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
getNetworkInsightApplicationHealthByTime()  : object
Operation getNetworkInsightApplicationHealthByTime
getNetworkInsightApplicationHealthByTimeAsync()  : PromiseInterface
Operation getNetworkInsightApplicationHealthByTimeAsync
getNetworkInsightApplicationHealthByTimeAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkInsightApplicationHealthByTimeAsyncWithHttpInfo
getNetworkInsightApplicationHealthByTimeWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkInsightApplicationHealthByTimeWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkInsightApplicationHealthByTimeRequest()  : Request
Create request for operation 'getNetworkInsightApplicationHealthByTime'

Properties

Methods

getNetworkInsightApplicationHealthByTime()

Operation getNetworkInsightApplicationHealthByTime

public getNetworkInsightApplicationHealthByTime(string $network_id, string $application_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, int $resolution = null ]) : object

Get application health by time

Parameters
$network_id : string

network_id (required)

$application_id : string

application_id (required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 7 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. The default is 2 hours. (optional)

$resolution : int = null

The time resolution in seconds for returned data. The valid resolutions are: 60, 300, 3600, 86400. The default is 300. (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkInsightApplicationHealthByTimeAsync()

Operation getNetworkInsightApplicationHealthByTimeAsync

public getNetworkInsightApplicationHealthByTimeAsync(string $network_id, string $application_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, int $resolution = null ]) : PromiseInterface

Get application health by time

Parameters
$network_id : string

(required)

$application_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 7 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. The default is 2 hours. (optional)

$resolution : int = null

The time resolution in seconds for returned data. The valid resolutions are: 60, 300, 3600, 86400. The default is 300. (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkInsightApplicationHealthByTimeAsyncWithHttpInfo()

Operation getNetworkInsightApplicationHealthByTimeAsyncWithHttpInfo

public getNetworkInsightApplicationHealthByTimeAsyncWithHttpInfo(string $network_id, string $application_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, int $resolution = null ]) : PromiseInterface

Get application health by time

Parameters
$network_id : string

(required)

$application_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 7 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. The default is 2 hours. (optional)

$resolution : int = null

The time resolution in seconds for returned data. The valid resolutions are: 60, 300, 3600, 86400. The default is 300. (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkInsightApplicationHealthByTimeWithHttpInfo()

Operation getNetworkInsightApplicationHealthByTimeWithHttpInfo

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

Get application health by time

Parameters
$network_id : string

(required)

$application_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 7 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. The default is 2 hours. (optional)

$resolution : int = null

The time resolution in seconds for returned data. The valid resolutions are: 60, 300, 3600, 86400. The default is 300. (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

getNetworkInsightApplicationHealthByTimeRequest()

Create request for operation 'getNetworkInsightApplicationHealthByTime'

protected getNetworkInsightApplicationHealthByTimeRequest(string $network_id, string $application_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, int $resolution = null ]) : Request
Parameters
$network_id : string

(required)

$application_id : string

(required)

$t0 : string = null

The beginning of the timespan for the data. The maximum lookback period is 7 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. The default is 2 hours. (optional)

$resolution : int = null

The time resolution in seconds for returned data. The valid resolutions are: 60, 300, 3600, 86400. The default is 300. (optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results