Documentation

CertsApi

CertsApi 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
getNetworkSmDeviceCerts()  : object
Operation getNetworkSmDeviceCerts
getNetworkSmDeviceCertsAsync()  : PromiseInterface
Operation getNetworkSmDeviceCertsAsync
getNetworkSmDeviceCertsAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSmDeviceCertsAsyncWithHttpInfo
getNetworkSmDeviceCertsWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSmDeviceCertsWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSmDeviceCertsRequest()  : Request
Create request for operation 'getNetworkSmDeviceCerts'

Properties

$client

protected ClientInterface $client

Methods

getNetworkSmDeviceCerts()

Operation getNetworkSmDeviceCerts

public getNetworkSmDeviceCerts(string $network_id, string $device_id) : object

List the certs on a device

Parameters
$network_id : string

network_id (required)

$device_id : string

device_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSmDeviceCertsAsync()

Operation getNetworkSmDeviceCertsAsync

public getNetworkSmDeviceCertsAsync(string $network_id, string $device_id) : PromiseInterface

List the certs on a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceCertsAsyncWithHttpInfo()

Operation getNetworkSmDeviceCertsAsyncWithHttpInfo

public getNetworkSmDeviceCertsAsyncWithHttpInfo(string $network_id, string $device_id) : PromiseInterface

List the certs on a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceCertsWithHttpInfo()

Operation getNetworkSmDeviceCertsWithHttpInfo

public getNetworkSmDeviceCertsWithHttpInfo(string $network_id, string $device_id) : array<string|int, mixed>

List the certs on a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

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

getNetworkSmDeviceCertsRequest()

Create request for operation 'getNetworkSmDeviceCerts'

protected getNetworkSmDeviceCertsRequest(string $network_id, string $device_id) : Request
Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results