InfluxDB PHP Client
|
Public Member Functions | |
__construct (DefaultApi $defaultApi) | |
deleteVariablesID ($variable_id, $zap_trace_span=null) | |
deleteVariablesIDWithHttpInfo ($variable_id, $zap_trace_span=null) | |
deleteVariablesIDLabelsID ($variable_id, $label_id, $zap_trace_span=null) | |
deleteVariablesIDLabelsIDWithHttpInfo ($variable_id, $label_id, $zap_trace_span=null) | |
getVariables ($zap_trace_span=null, $org=null, $org_id=null) | |
getVariablesWithHttpInfo ($zap_trace_span=null, $org=null, $org_id=null) | |
getVariablesID ($variable_id, $zap_trace_span=null) | |
getVariablesIDWithHttpInfo ($variable_id, $zap_trace_span=null) | |
getVariablesIDLabels ($variable_id, $zap_trace_span=null) | |
getVariablesIDLabelsWithHttpInfo ($variable_id, $zap_trace_span=null) | |
patchVariablesID ($variable_id, $variable, $zap_trace_span=null) | |
patchVariablesIDWithHttpInfo ($variable_id, $variable, $zap_trace_span=null) | |
postVariables ($variable, $zap_trace_span=null) | |
postVariablesWithHttpInfo ($variable, $zap_trace_span=null) | |
postVariablesIDLabels ($variable_id, $label_mapping, $zap_trace_span=null) | |
postVariablesIDLabelsWithHttpInfo ($variable_id, $label_mapping, $zap_trace_span=null) | |
putVariablesID ($variable_id, $variable, $zap_trace_span=null) | |
putVariablesIDWithHttpInfo ($variable_id, $variable, $zap_trace_span=null) | |
Protected Member Functions | |
deleteVariablesIDRequest ($variable_id, $zap_trace_span=null) | |
deleteVariablesIDLabelsIDRequest ($variable_id, $label_id, $zap_trace_span=null) | |
getVariablesRequest ($zap_trace_span=null, $org=null, $org_id=null) | |
getVariablesIDRequest ($variable_id, $zap_trace_span=null) | |
getVariablesIDLabelsRequest ($variable_id, $zap_trace_span=null) | |
patchVariablesIDRequest ($variable_id, $variable, $zap_trace_span=null) | |
postVariablesRequest ($variable, $zap_trace_span=null) | |
postVariablesIDLabelsRequest ($variable_id, $label_mapping, $zap_trace_span=null) | |
putVariablesIDRequest ($variable_id, $variable, $zap_trace_span=null) | |
Protected Attributes | |
$defaultApi | |
$headerSelector | |
InfluxDB2\Service\VariablesService::__construct | ( | DefaultApi | $defaultApi | ) |
DefaultApi | $defaultApi | |
HeaderSelector | $selector |
InfluxDB2\Service\VariablesService::deleteVariablesID | ( | $variable_id, | |
$zap_trace_span = null ) |
Operation deleteVariablesID
Delete a variable
string | $variable_id | The variable ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\VariablesService::deleteVariablesIDLabelsID | ( | $variable_id, | |
$label_id, | |||
$zap_trace_span = null ) |
Operation deleteVariablesIDLabelsID
Delete a label from a variable
string | $variable_id | The variable ID. (required) |
string | $label_id | The label ID to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'deleteVariablesIDLabelsID'
string | $variable_id | The variable ID. (required) |
string | $label_id | The label ID to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\VariablesService::deleteVariablesIDLabelsIDWithHttpInfo | ( | $variable_id, | |
$label_id, | |||
$zap_trace_span = null ) |
Operation deleteVariablesIDLabelsIDWithHttpInfo
Delete a label from a variable
string | $variable_id | The variable ID. (required) |
string | $label_id | The label ID to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'deleteVariablesID'
string | $variable_id | The variable ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\VariablesService::deleteVariablesIDWithHttpInfo | ( | $variable_id, | |
$zap_trace_span = null ) |
Operation deleteVariablesIDWithHttpInfo
Delete a variable
string | $variable_id | The variable ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\VariablesService::getVariables | ( | $zap_trace_span = null, | |
$org = null, | |||
$org_id = null ) |
Operation getVariables
List all variables
string | $zap_trace_span | OpenTracing span context (optional) |
string | $org | The name of the organization. (optional) |
string | $org_id | The organization ID. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\VariablesService::getVariablesID | ( | $variable_id, | |
$zap_trace_span = null ) |
Operation getVariablesID
Retrieve a variable
string | $variable_id | The variable ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\VariablesService::getVariablesIDLabels | ( | $variable_id, | |
$zap_trace_span = null ) |
Operation getVariablesIDLabels
List all labels for a variable
string | $variable_id | The variable ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getVariablesIDLabels'
string | $variable_id | The variable ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\VariablesService::getVariablesIDLabelsWithHttpInfo | ( | $variable_id, | |
$zap_trace_span = null ) |
Operation getVariablesIDLabelsWithHttpInfo
List all labels for a variable
string | $variable_id | The variable ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getVariablesID'
string | $variable_id | The variable ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\VariablesService::getVariablesIDWithHttpInfo | ( | $variable_id, | |
$zap_trace_span = null ) |
Operation getVariablesIDWithHttpInfo
Retrieve a variable
string | $variable_id | The variable ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getVariables'
string | $zap_trace_span | OpenTracing span context (optional) |
string | $org | The name of the organization. (optional) |
string | $org_id | The organization ID. (optional) |
InvalidArgumentException
InfluxDB2\Service\VariablesService::getVariablesWithHttpInfo | ( | $zap_trace_span = null, | |
$org = null, | |||
$org_id = null ) |
Operation getVariablesWithHttpInfo
List all variables
string | $zap_trace_span | OpenTracing span context (optional) |
string | $org | The name of the organization. (optional) |
string | $org_id | The organization ID. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\VariablesService::patchVariablesID | ( | $variable_id, | |
$variable, | |||
$zap_trace_span = null ) |
Operation patchVariablesID
Update a variable
string | $variable_id | The variable ID. (required) |
\InfluxDB2\Model\Variable | $variable | Variable update to apply (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'patchVariablesID'
string | $variable_id | The variable ID. (required) |
\InfluxDB2\Model\Variable | $variable | Variable update to apply (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\VariablesService::patchVariablesIDWithHttpInfo | ( | $variable_id, | |
$variable, | |||
$zap_trace_span = null ) |
Operation patchVariablesIDWithHttpInfo
Update a variable
string | $variable_id | The variable ID. (required) |
\InfluxDB2\Model\Variable | $variable | Variable update to apply (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\VariablesService::postVariables | ( | $variable, | |
$zap_trace_span = null ) |
Operation postVariables
Create a variable
\InfluxDB2\Model\Variable | $variable | Variable to create (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\VariablesService::postVariablesIDLabels | ( | $variable_id, | |
$label_mapping, | |||
$zap_trace_span = null ) |
Operation postVariablesIDLabels
Add a label to a variable
string | $variable_id | The variable ID. (required) |
\InfluxDB2\Model\LabelMapping | $label_mapping | Label to add (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postVariablesIDLabels'
string | $variable_id | The variable ID. (required) |
\InfluxDB2\Model\LabelMapping | $label_mapping | Label to add (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\VariablesService::postVariablesIDLabelsWithHttpInfo | ( | $variable_id, | |
$label_mapping, | |||
$zap_trace_span = null ) |
Operation postVariablesIDLabelsWithHttpInfo
Add a label to a variable
string | $variable_id | The variable ID. (required) |
\InfluxDB2\Model\LabelMapping | $label_mapping | Label to add (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postVariables'
\InfluxDB2\Model\Variable | $variable | Variable to create (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\VariablesService::postVariablesWithHttpInfo | ( | $variable, | |
$zap_trace_span = null ) |
Operation postVariablesWithHttpInfo
Create a variable
\InfluxDB2\Model\Variable | $variable | Variable to create (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\VariablesService::putVariablesID | ( | $variable_id, | |
$variable, | |||
$zap_trace_span = null ) |
Operation putVariablesID
Replace a variable
string | $variable_id | The variable ID. (required) |
\InfluxDB2\Model\Variable | $variable | Variable to replace (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'putVariablesID'
string | $variable_id | The variable ID. (required) |
\InfluxDB2\Model\Variable | $variable | Variable to replace (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\VariablesService::putVariablesIDWithHttpInfo | ( | $variable_id, | |
$variable, | |||
$zap_trace_span = null ) |
Operation putVariablesIDWithHttpInfo
Replace a variable
string | $variable_id | The variable ID. (required) |
\InfluxDB2\Model\Variable | $variable | Variable to replace (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException