InfluxDB PHP Client
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
InfluxDB2\Service\PingService Class Reference

Public Member Functions

 __construct (DefaultApi $defaultApi)
 
 getPing ()
 
 getPingWithHttpInfo ()
 
 headPing ()
 
 headPingWithHttpInfo ()
 

Protected Member Functions

 getPingRequest ()
 
 headPingRequest ()
 

Protected Attributes

 $defaultApi
 
 $headerSelector
 

Constructor & Destructor Documentation

◆ __construct()

InfluxDB2\Service\PingService::__construct ( DefaultApi $defaultApi)
Parameters
DefaultApi$defaultApi
HeaderSelector$selector

Member Function Documentation

◆ getPing()

InfluxDB2\Service\PingService::getPing ( )

Operation getPing

Get the status of the instance

Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
void

◆ getPingRequest()

InfluxDB2\Service\PingService::getPingRequest ( )
protected

Create request for operation 'getPing'

Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getPingWithHttpInfo()

InfluxDB2\Service\PingService::getPingWithHttpInfo ( )

Operation getPingWithHttpInfo

Get the status of the instance

Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of null, HTTP status code, HTTP response headers (array of strings)

◆ headPing()

InfluxDB2\Service\PingService::headPing ( )

Operation headPing

Get the status of the instance

Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
void

◆ headPingRequest()

InfluxDB2\Service\PingService::headPingRequest ( )
protected

Create request for operation 'headPing'

Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ headPingWithHttpInfo()

InfluxDB2\Service\PingService::headPingWithHttpInfo ( )

Operation headPingWithHttpInfo

Get the status of the instance

Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of null, HTTP status code, HTTP response headers (array of strings)

The documentation for this class was generated from the following file: