|
InfluxDB PHP Client
|
Public Member Functions | |
| __construct (DefaultApi $defaultApi) | |
| createCheck ($check) | |
| createCheckWithHttpInfo ($check) | |
| deleteChecksID ($check_id, $zap_trace_span=null) | |
| deleteChecksIDWithHttpInfo ($check_id, $zap_trace_span=null) | |
| deleteChecksIDLabelsID ($check_id, $label_id, $zap_trace_span=null) | |
| deleteChecksIDLabelsIDWithHttpInfo ($check_id, $label_id, $zap_trace_span=null) | |
| getChecks ($org_id, $zap_trace_span=null, $offset=null, $limit=20) | |
| getChecksWithHttpInfo ($org_id, $zap_trace_span=null, $offset=null, $limit=20) | |
| getChecksID ($check_id, $zap_trace_span=null) | |
| getChecksIDWithHttpInfo ($check_id, $zap_trace_span=null) | |
| getChecksIDLabels ($check_id, $zap_trace_span=null) | |
| getChecksIDLabelsWithHttpInfo ($check_id, $zap_trace_span=null) | |
| getChecksIDQuery ($check_id, $zap_trace_span=null) | |
| getChecksIDQueryWithHttpInfo ($check_id, $zap_trace_span=null) | |
| patchChecksID ($check_id, $check_patch, $zap_trace_span=null) | |
| patchChecksIDWithHttpInfo ($check_id, $check_patch, $zap_trace_span=null) | |
| postChecksIDLabels ($check_id, $label_mapping, $zap_trace_span=null) | |
| postChecksIDLabelsWithHttpInfo ($check_id, $label_mapping, $zap_trace_span=null) | |
| putChecksID ($check_id, $check, $zap_trace_span=null) | |
| putChecksIDWithHttpInfo ($check_id, $check, $zap_trace_span=null) | |
Protected Member Functions | |
| createCheckRequest ($check) | |
| deleteChecksIDRequest ($check_id, $zap_trace_span=null) | |
| deleteChecksIDLabelsIDRequest ($check_id, $label_id, $zap_trace_span=null) | |
| getChecksRequest ($org_id, $zap_trace_span=null, $offset=null, $limit=20) | |
| getChecksIDRequest ($check_id, $zap_trace_span=null) | |
| getChecksIDLabelsRequest ($check_id, $zap_trace_span=null) | |
| getChecksIDQueryRequest ($check_id, $zap_trace_span=null) | |
| patchChecksIDRequest ($check_id, $check_patch, $zap_trace_span=null) | |
| postChecksIDLabelsRequest ($check_id, $label_mapping, $zap_trace_span=null) | |
| putChecksIDRequest ($check_id, $check, $zap_trace_span=null) | |
Protected Attributes | |
| $defaultApi | |
| $headerSelector | |
| InfluxDB2\Service\ChecksService::__construct | ( | DefaultApi | $defaultApi | ) |
| DefaultApi | $defaultApi | |
| HeaderSelector | $selector |
| InfluxDB2\Service\ChecksService::createCheck | ( | $check | ) |
Operation createCheck
Add new check
| \InfluxDB2\Model\Check | $check | Check to create (required) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'createCheck'
| \InfluxDB2\Model\Check | $check | Check to create (required) |
InvalidArgumentException
| InfluxDB2\Service\ChecksService::createCheckWithHttpInfo | ( | $check | ) |
Operation createCheckWithHttpInfo
Add new check
| \InfluxDB2\Model\Check | $check | Check to create (required) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\ChecksService::deleteChecksID | ( | $check_id, | |
| $zap_trace_span = null ) |
Operation deleteChecksID
Delete a check
| string | $check_id | The check ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\ChecksService::deleteChecksIDLabelsID | ( | $check_id, | |
| $label_id, | |||
| $zap_trace_span = null ) |
Operation deleteChecksIDLabelsID
Delete label from a check
| string | $check_id | The check ID. (required) |
| 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 'deleteChecksIDLabelsID'
| string | $check_id | The check ID. (required) |
| string | $label_id | The ID of the label to delete. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\ChecksService::deleteChecksIDLabelsIDWithHttpInfo | ( | $check_id, | |
| $label_id, | |||
| $zap_trace_span = null ) |
Operation deleteChecksIDLabelsIDWithHttpInfo
Delete label from a check
| string | $check_id | The check ID. (required) |
| 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 'deleteChecksID'
| string | $check_id | The check ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\ChecksService::deleteChecksIDWithHttpInfo | ( | $check_id, | |
| $zap_trace_span = null ) |
Operation deleteChecksIDWithHttpInfo
Delete a check
| string | $check_id | The check ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\ChecksService::getChecks | ( | $org_id, | |
| $zap_trace_span = null, | |||
| $offset = null, | |||
| $limit = 20 ) |
Operation getChecks
List all checks
| string | $org_id | Only show checks that belong to a specific organization ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
| int | $offset | The offset for pagination. The number of records to skip. (optional) |
| int | $limit | Limits the number of records returned. Default is `20`. (optional, default to 20) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\ChecksService::getChecksID | ( | $check_id, | |
| $zap_trace_span = null ) |
Operation getChecksID
Retrieve a check
| string | $check_id | The check ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\ChecksService::getChecksIDLabels | ( | $check_id, | |
| $zap_trace_span = null ) |
Operation getChecksIDLabels
List all labels for a check
| string | $check_id | The check ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getChecksIDLabels'
| string | $check_id | The check ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\ChecksService::getChecksIDLabelsWithHttpInfo | ( | $check_id, | |
| $zap_trace_span = null ) |
Operation getChecksIDLabelsWithHttpInfo
List all labels for a check
| string | $check_id | The check ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\ChecksService::getChecksIDQuery | ( | $check_id, | |
| $zap_trace_span = null ) |
Operation getChecksIDQuery
Retrieve a check query
| string | $check_id | The check ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getChecksIDQuery'
| string | $check_id | The check ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\ChecksService::getChecksIDQueryWithHttpInfo | ( | $check_id, | |
| $zap_trace_span = null ) |
Operation getChecksIDQueryWithHttpInfo
Retrieve a check query
| string | $check_id | The check ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getChecksID'
| string | $check_id | The check ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\ChecksService::getChecksIDWithHttpInfo | ( | $check_id, | |
| $zap_trace_span = null ) |
Operation getChecksIDWithHttpInfo
Retrieve a check
| string | $check_id | The check ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getChecks'
| string | $org_id | Only show checks that belong to a specific organization ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
| int | $offset | The offset for pagination. The number of records to skip. (optional) |
| int | $limit | Limits the number of records returned. Default is `20`. (optional, default to 20) |
InvalidArgumentException
| InfluxDB2\Service\ChecksService::getChecksWithHttpInfo | ( | $org_id, | |
| $zap_trace_span = null, | |||
| $offset = null, | |||
| $limit = 20 ) |
Operation getChecksWithHttpInfo
List all checks
| string | $org_id | Only show checks that belong to a specific organization ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
| int | $offset | The offset for pagination. The number of records to skip. (optional) |
| int | $limit | Limits the number of records returned. Default is `20`. (optional, default to 20) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\ChecksService::patchChecksID | ( | $check_id, | |
| $check_patch, | |||
| $zap_trace_span = null ) |
Operation patchChecksID
Update a check
| string | $check_id | The check ID. (required) |
| \InfluxDB2\Model\CheckPatch | $check_patch | Check update to apply (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'patchChecksID'
| string | $check_id | The check ID. (required) |
| \InfluxDB2\Model\CheckPatch | $check_patch | Check update to apply (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\ChecksService::patchChecksIDWithHttpInfo | ( | $check_id, | |
| $check_patch, | |||
| $zap_trace_span = null ) |
Operation patchChecksIDWithHttpInfo
Update a check
| string | $check_id | The check ID. (required) |
| \InfluxDB2\Model\CheckPatch | $check_patch | Check update to apply (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\ChecksService::postChecksIDLabels | ( | $check_id, | |
| $label_mapping, | |||
| $zap_trace_span = null ) |
Operation postChecksIDLabels
Add a label to a check
| string | $check_id | The check 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 'postChecksIDLabels'
| string | $check_id | The check ID. (required) |
| \InfluxDB2\Model\LabelMapping | $label_mapping | Label to add (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\ChecksService::postChecksIDLabelsWithHttpInfo | ( | $check_id, | |
| $label_mapping, | |||
| $zap_trace_span = null ) |
Operation postChecksIDLabelsWithHttpInfo
Add a label to a check
| string | $check_id | The check 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
| InfluxDB2\Service\ChecksService::putChecksID | ( | $check_id, | |
| $check, | |||
| $zap_trace_span = null ) |
Operation putChecksID
Update a check
| string | $check_id | The check ID. (required) |
| \InfluxDB2\Model\Check | $check | Check update to apply (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'putChecksID'
| string | $check_id | The check ID. (required) |
| \InfluxDB2\Model\Check | $check | Check update to apply (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\ChecksService::putChecksIDWithHttpInfo | ( | $check_id, | |
| $check, | |||
| $zap_trace_span = null ) |
Operation putChecksIDWithHttpInfo
Update a check
| string | $check_id | The check ID. (required) |
| \InfluxDB2\Model\Check | $check | Check update to apply (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException