InfluxDB PHP Client
|
Public Member Functions | |
__construct (DefaultApi $defaultApi) | |
deleteLabelsID ($label_id, $zap_trace_span=null) | |
deleteLabelsIDWithHttpInfo ($label_id, $zap_trace_span=null) | |
getLabels ($zap_trace_span=null, $org_id=null) | |
getLabelsWithHttpInfo ($zap_trace_span=null, $org_id=null) | |
getLabelsID ($label_id, $zap_trace_span=null) | |
getLabelsIDWithHttpInfo ($label_id, $zap_trace_span=null) | |
patchLabelsID ($label_id, $label_update, $zap_trace_span=null) | |
patchLabelsIDWithHttpInfo ($label_id, $label_update, $zap_trace_span=null) | |
postLabels ($label_create_request) | |
postLabelsWithHttpInfo ($label_create_request) | |
Protected Member Functions | |
deleteLabelsIDRequest ($label_id, $zap_trace_span=null) | |
getLabelsRequest ($zap_trace_span=null, $org_id=null) | |
getLabelsIDRequest ($label_id, $zap_trace_span=null) | |
patchLabelsIDRequest ($label_id, $label_update, $zap_trace_span=null) | |
postLabelsRequest ($label_create_request) | |
Protected Attributes | |
$defaultApi | |
$headerSelector | |
InfluxDB2\Service\LabelsService::__construct | ( | DefaultApi | $defaultApi | ) |
DefaultApi | $defaultApi | |
HeaderSelector | $selector |
InfluxDB2\Service\LabelsService::deleteLabelsID | ( | $label_id, | |
$zap_trace_span = null ) |
Operation deleteLabelsID
Delete a label
string | $label_id | The ID of the label to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'deleteLabelsID'
string | $label_id | The ID of the label to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\LabelsService::deleteLabelsIDWithHttpInfo | ( | $label_id, | |
$zap_trace_span = null ) |
Operation deleteLabelsIDWithHttpInfo
Delete a label
string | $label_id | The ID of the label to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\LabelsService::getLabels | ( | $zap_trace_span = null, | |
$org_id = null ) |
Operation getLabels
List all labels
string | $zap_trace_span | OpenTracing span context (optional) |
string | $org_id | The organization ID. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\LabelsService::getLabelsID | ( | $label_id, | |
$zap_trace_span = null ) |
Operation getLabelsID
Retrieve a label
string | $label_id | The ID of the label to update. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getLabelsID'
string | $label_id | The ID of the label to update. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\LabelsService::getLabelsIDWithHttpInfo | ( | $label_id, | |
$zap_trace_span = null ) |
Operation getLabelsIDWithHttpInfo
Retrieve a label
string | $label_id | The ID of the label to update. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getLabels'
string | $zap_trace_span | OpenTracing span context (optional) |
string | $org_id | The organization ID. (optional) |
InvalidArgumentException
InfluxDB2\Service\LabelsService::getLabelsWithHttpInfo | ( | $zap_trace_span = null, | |
$org_id = null ) |
Operation getLabelsWithHttpInfo
List all labels
string | $zap_trace_span | OpenTracing span context (optional) |
string | $org_id | The organization ID. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\LabelsService::patchLabelsID | ( | $label_id, | |
$label_update, | |||
$zap_trace_span = null ) |
Operation patchLabelsID
Update a label
string | $label_id | The ID of the label to update. (required) |
\InfluxDB2\Model\LabelUpdate | $label_update | A label update. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'patchLabelsID'
string | $label_id | The ID of the label to update. (required) |
\InfluxDB2\Model\LabelUpdate | $label_update | A label update. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\LabelsService::patchLabelsIDWithHttpInfo | ( | $label_id, | |
$label_update, | |||
$zap_trace_span = null ) |
Operation patchLabelsIDWithHttpInfo
Update a label
string | $label_id | The ID of the label to update. (required) |
\InfluxDB2\Model\LabelUpdate | $label_update | A label update. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\LabelsService::postLabels | ( | $label_create_request | ) |
Operation postLabels
Create a label
\InfluxDB2\Model\LabelCreateRequest | $label_create_request | The label to create. (required) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postLabels'
\InfluxDB2\Model\LabelCreateRequest | $label_create_request | The label to create. (required) |
InvalidArgumentException
InfluxDB2\Service\LabelsService::postLabelsWithHttpInfo | ( | $label_create_request | ) |
Operation postLabelsWithHttpInfo
Create a label
\InfluxDB2\Model\LabelCreateRequest | $label_create_request | The label to create. (required) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException