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

Public Member Functions

 __construct (DefaultApi $defaultApi)
 
 getNotificationRulesIDQuery ($rule_id, $zap_trace_span=null)
 
 getNotificationRulesIDQueryWithHttpInfo ($rule_id, $zap_trace_span=null)
 

Protected Member Functions

 getNotificationRulesIDQueryRequest ($rule_id, $zap_trace_span=null)
 

Protected Attributes

 $defaultApi
 
 $headerSelector
 

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ getNotificationRulesIDQuery()

InfluxDB2\Service\RulesService::getNotificationRulesIDQuery ( $rule_id,
$zap_trace_span = null )

Operation getNotificationRulesIDQuery

Retrieve a notification rule query

Parameters
string$rule_idThe notification rule ID. (required)
string$zap_trace_spanOpenTracing span context (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
\InfluxDB2\Model\FluxResponse|\InfluxDB2\Model\Error|\InfluxDB2\Model\Error|\InfluxDB2\Model\Error

◆ getNotificationRulesIDQueryRequest()

InfluxDB2\Service\RulesService::getNotificationRulesIDQueryRequest ( $rule_id,
$zap_trace_span = null )
protected

Create request for operation 'getNotificationRulesIDQuery'

Parameters
string$rule_idThe notification rule ID. (required)
string$zap_trace_spanOpenTracing span context (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getNotificationRulesIDQueryWithHttpInfo()

InfluxDB2\Service\RulesService::getNotificationRulesIDQueryWithHttpInfo ( $rule_id,
$zap_trace_span = null )

Operation getNotificationRulesIDQueryWithHttpInfo

Retrieve a notification rule query

Parameters
string$rule_idThe notification rule ID. (required)
string$zap_trace_spanOpenTracing span context (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

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

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