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

Public Member Functions

 __construct (DefaultApi $defaultApi)
 
 getTelegrafPlugins ($zap_trace_span=null, $type=null)
 
 getTelegrafPluginsWithHttpInfo ($zap_trace_span=null, $type=null)
 

Protected Member Functions

 getTelegrafPluginsRequest ($zap_trace_span=null, $type=null)
 

Protected Attributes

 $defaultApi
 
 $headerSelector
 

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ getTelegrafPlugins()

InfluxDB2\Service\TelegrafPluginsService::getTelegrafPlugins (   $zap_trace_span = null,
  $type = null 
)

Operation getTelegrafPlugins

List all Telegraf plugins

Parameters
string$zap_trace_spanOpenTracing span context (optional)
string$typeThe type of plugin desired. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
\InfluxDB2\Model\TelegrafPlugins|\InfluxDB2\Model\Error

◆ getTelegrafPluginsRequest()

InfluxDB2\Service\TelegrafPluginsService::getTelegrafPluginsRequest (   $zap_trace_span = null,
  $type = null 
)
protected

Create request for operation 'getTelegrafPlugins'

Parameters
string$zap_trace_spanOpenTracing span context (optional)
string$typeThe type of plugin desired. (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getTelegrafPluginsWithHttpInfo()

InfluxDB2\Service\TelegrafPluginsService::getTelegrafPluginsWithHttpInfo (   $zap_trace_span = null,
  $type = null 
)

Operation getTelegrafPluginsWithHttpInfo

List all Telegraf plugins

Parameters
string$zap_trace_spanOpenTracing span context (optional)
string$typeThe type of plugin desired. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

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

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