Documentation

DesktopLogsApi

DesktopLogsApi 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
getNetworkSmDeviceDesktopLogs()  : object
Operation getNetworkSmDeviceDesktopLogs
getNetworkSmDeviceDesktopLogsAsync()  : PromiseInterface
Operation getNetworkSmDeviceDesktopLogsAsync
getNetworkSmDeviceDesktopLogsAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSmDeviceDesktopLogsAsyncWithHttpInfo
getNetworkSmDeviceDesktopLogsWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSmDeviceDesktopLogsWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSmDeviceDesktopLogsRequest()  : Request
Create request for operation 'getNetworkSmDeviceDesktopLogs'

Properties

Methods

getNetworkSmDeviceDesktopLogs()

Operation getNetworkSmDeviceDesktopLogs

public getNetworkSmDeviceDesktopLogs(string $network_id, string $device_id[, int $per_page = null ][, string $starting_after = null ][, string $ending_before = null ]) : object

Return historical records of various Systems Manager network connection details for desktop devices.

Parameters
$network_id : string

network_id (required)

$device_id : string

device_id (required)

$per_page : int = null

The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000. (optional)

$starting_after : string = null

A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

$ending_before : string = null

A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSmDeviceDesktopLogsAsync()

Operation getNetworkSmDeviceDesktopLogsAsync

public getNetworkSmDeviceDesktopLogsAsync(string $network_id, string $device_id[, int $per_page = null ][, string $starting_after = null ][, string $ending_before = null ]) : PromiseInterface

Return historical records of various Systems Manager network connection details for desktop devices.

Parameters
$network_id : string

(required)

$device_id : string

(required)

$per_page : int = null

The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000. (optional)

$starting_after : string = null

A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

$ending_before : string = null

A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceDesktopLogsAsyncWithHttpInfo()

Operation getNetworkSmDeviceDesktopLogsAsyncWithHttpInfo

public getNetworkSmDeviceDesktopLogsAsyncWithHttpInfo(string $network_id, string $device_id[, int $per_page = null ][, string $starting_after = null ][, string $ending_before = null ]) : PromiseInterface

Return historical records of various Systems Manager network connection details for desktop devices.

Parameters
$network_id : string

(required)

$device_id : string

(required)

$per_page : int = null

The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000. (optional)

$starting_after : string = null

A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

$ending_before : string = null

A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceDesktopLogsWithHttpInfo()

Operation getNetworkSmDeviceDesktopLogsWithHttpInfo

public getNetworkSmDeviceDesktopLogsWithHttpInfo(string $network_id, string $device_id[, int $per_page = null ][, string $starting_after = null ][, string $ending_before = null ]) : array<string|int, mixed>

Return historical records of various Systems Manager network connection details for desktop devices.

Parameters
$network_id : string

(required)

$device_id : string

(required)

$per_page : int = null

The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000. (optional)

$starting_after : string = null

A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

$ending_before : string = null

A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (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

getNetworkSmDeviceDesktopLogsRequest()

Create request for operation 'getNetworkSmDeviceDesktopLogs'

protected getNetworkSmDeviceDesktopLogsRequest(string $network_id, string $device_id[, int $per_page = null ][, string $starting_after = null ][, string $ending_before = null ]) : Request
Parameters
$network_id : string

(required)

$device_id : string

(required)

$per_page : int = null

The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000. (optional)

$starting_after : string = null

A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

$ending_before : string = null

A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results