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

Public Member Functions

 __construct (DefaultApi $defaultApi)
 
 getReady ($zap_trace_span=null)
 
 getReadyWithHttpInfo ($zap_trace_span=null)
 

Protected Member Functions

 getReadyRequest ($zap_trace_span=null)
 

Protected Attributes

 $defaultApi
 
 $headerSelector
 

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ getReady()

InfluxDB2\Service\ReadyService::getReady ( $zap_trace_span = null)

Operation getReady

Get the readiness of an instance at startup

Parameters
string$zap_trace_spanOpenTracing span context (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
\InfluxDB2\Model\Ready|string

◆ getReadyRequest()

InfluxDB2\Service\ReadyService::getReadyRequest ( $zap_trace_span = null)
protected

Create request for operation 'getReady'

Parameters
string$zap_trace_spanOpenTracing span context (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getReadyWithHttpInfo()

InfluxDB2\Service\ReadyService::getReadyWithHttpInfo ( $zap_trace_span = null)

Operation getReadyWithHttpInfo

Get the readiness of an instance at startup

Parameters
string$zap_trace_spanOpenTracing span context (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of \InfluxDB2\Model\Ready|string, HTTP status code, HTTP response headers (array of strings)

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