|
InfluxDB PHP Client
|
Public Member Functions | |
| __construct (DefaultApi $defaultApi) | |
| createNotificationEndpoint ($notification_endpoint) | |
| createNotificationEndpointWithHttpInfo ($notification_endpoint) | |
| deleteNotificationEndpointsID ($endpoint_id, $zap_trace_span=null) | |
| deleteNotificationEndpointsIDWithHttpInfo ($endpoint_id, $zap_trace_span=null) | |
| deleteNotificationEndpointsIDLabelsID ($endpoint_id, $label_id, $zap_trace_span=null) | |
| deleteNotificationEndpointsIDLabelsIDWithHttpInfo ($endpoint_id, $label_id, $zap_trace_span=null) | |
| getNotificationEndpoints ($org_id, $zap_trace_span=null, $offset=null, $limit=20) | |
| getNotificationEndpointsWithHttpInfo ($org_id, $zap_trace_span=null, $offset=null, $limit=20) | |
| getNotificationEndpointsID ($endpoint_id, $zap_trace_span=null) | |
| getNotificationEndpointsIDWithHttpInfo ($endpoint_id, $zap_trace_span=null) | |
| getNotificationEndpointsIDLabels ($endpoint_id, $zap_trace_span=null) | |
| getNotificationEndpointsIDLabelsWithHttpInfo ($endpoint_id, $zap_trace_span=null) | |
| patchNotificationEndpointsID ($endpoint_id, $notification_endpoint_update, $zap_trace_span=null) | |
| patchNotificationEndpointsIDWithHttpInfo ($endpoint_id, $notification_endpoint_update, $zap_trace_span=null) | |
| postNotificationEndpointIDLabels ($endpoint_id, $label_mapping, $zap_trace_span=null) | |
| postNotificationEndpointIDLabelsWithHttpInfo ($endpoint_id, $label_mapping, $zap_trace_span=null) | |
| putNotificationEndpointsID ($endpoint_id, $notification_endpoint, $zap_trace_span=null) | |
| putNotificationEndpointsIDWithHttpInfo ($endpoint_id, $notification_endpoint, $zap_trace_span=null) | |
Protected Member Functions | |
| createNotificationEndpointRequest ($notification_endpoint) | |
| deleteNotificationEndpointsIDRequest ($endpoint_id, $zap_trace_span=null) | |
| deleteNotificationEndpointsIDLabelsIDRequest ($endpoint_id, $label_id, $zap_trace_span=null) | |
| getNotificationEndpointsRequest ($org_id, $zap_trace_span=null, $offset=null, $limit=20) | |
| getNotificationEndpointsIDRequest ($endpoint_id, $zap_trace_span=null) | |
| getNotificationEndpointsIDLabelsRequest ($endpoint_id, $zap_trace_span=null) | |
| patchNotificationEndpointsIDRequest ($endpoint_id, $notification_endpoint_update, $zap_trace_span=null) | |
| postNotificationEndpointIDLabelsRequest ($endpoint_id, $label_mapping, $zap_trace_span=null) | |
| putNotificationEndpointsIDRequest ($endpoint_id, $notification_endpoint, $zap_trace_span=null) | |
Protected Attributes | |
| $defaultApi | |
| $headerSelector | |
| InfluxDB2\Service\NotificationEndpointsService::__construct | ( | DefaultApi | $defaultApi | ) |
| DefaultApi | $defaultApi | |
| HeaderSelector | $selector |
| InfluxDB2\Service\NotificationEndpointsService::createNotificationEndpoint | ( | $notification_endpoint | ) |
Operation createNotificationEndpoint
Add a notification endpoint
| \InfluxDB2\Model\NotificationEndpoint | $notification_endpoint | Notification endpoint to create (required) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'createNotificationEndpoint'
| \InfluxDB2\Model\NotificationEndpoint | $notification_endpoint | Notification endpoint to create (required) |
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::createNotificationEndpointWithHttpInfo | ( | $notification_endpoint | ) |
Operation createNotificationEndpointWithHttpInfo
Add a notification endpoint
| \InfluxDB2\Model\NotificationEndpoint | $notification_endpoint | Notification endpoint to create (required) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::deleteNotificationEndpointsID | ( | $endpoint_id, | |
| $zap_trace_span = null ) |
Operation deleteNotificationEndpointsID
Delete a notification endpoint
| string | $endpoint_id | The notification endpoint ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::deleteNotificationEndpointsIDLabelsID | ( | $endpoint_id, | |
| $label_id, | |||
| $zap_trace_span = null ) |
Operation deleteNotificationEndpointsIDLabelsID
Delete a label from a notification endpoint
| string | $endpoint_id | The notification endpoint 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 'deleteNotificationEndpointsIDLabelsID'
| string | $endpoint_id | The notification endpoint ID. (required) |
| string | $label_id | The ID of the label to delete. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::deleteNotificationEndpointsIDLabelsIDWithHttpInfo | ( | $endpoint_id, | |
| $label_id, | |||
| $zap_trace_span = null ) |
Operation deleteNotificationEndpointsIDLabelsIDWithHttpInfo
Delete a label from a notification endpoint
| string | $endpoint_id | The notification endpoint 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 'deleteNotificationEndpointsID'
| string | $endpoint_id | The notification endpoint ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::deleteNotificationEndpointsIDWithHttpInfo | ( | $endpoint_id, | |
| $zap_trace_span = null ) |
Operation deleteNotificationEndpointsIDWithHttpInfo
Delete a notification endpoint
| string | $endpoint_id | The notification endpoint ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::getNotificationEndpoints | ( | $org_id, | |
| $zap_trace_span = null, | |||
| $offset = null, | |||
| $limit = 20 ) |
Operation getNotificationEndpoints
List all notification endpoints
| string | $org_id | Only show notification endpoints that belong to 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\NotificationEndpointsService::getNotificationEndpointsID | ( | $endpoint_id, | |
| $zap_trace_span = null ) |
Operation getNotificationEndpointsID
Retrieve a notification endpoint
| string | $endpoint_id | The notification endpoint ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::getNotificationEndpointsIDLabels | ( | $endpoint_id, | |
| $zap_trace_span = null ) |
Operation getNotificationEndpointsIDLabels
List all labels for a notification endpoint
| string | $endpoint_id | The notification endpoint ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getNotificationEndpointsIDLabels'
| string | $endpoint_id | The notification endpoint ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::getNotificationEndpointsIDLabelsWithHttpInfo | ( | $endpoint_id, | |
| $zap_trace_span = null ) |
Operation getNotificationEndpointsIDLabelsWithHttpInfo
List all labels for a notification endpoint
| string | $endpoint_id | The notification endpoint ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getNotificationEndpointsID'
| string | $endpoint_id | The notification endpoint ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::getNotificationEndpointsIDWithHttpInfo | ( | $endpoint_id, | |
| $zap_trace_span = null ) |
Operation getNotificationEndpointsIDWithHttpInfo
Retrieve a notification endpoint
| string | $endpoint_id | The notification endpoint ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getNotificationEndpoints'
| string | $org_id | Only show notification endpoints that belong to 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\NotificationEndpointsService::getNotificationEndpointsWithHttpInfo | ( | $org_id, | |
| $zap_trace_span = null, | |||
| $offset = null, | |||
| $limit = 20 ) |
Operation getNotificationEndpointsWithHttpInfo
List all notification endpoints
| string | $org_id | Only show notification endpoints that belong to 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\NotificationEndpointsService::patchNotificationEndpointsID | ( | $endpoint_id, | |
| $notification_endpoint_update, | |||
| $zap_trace_span = null ) |
Operation patchNotificationEndpointsID
Update a notification endpoint
| string | $endpoint_id | The notification endpoint ID. (required) |
| \InfluxDB2\Model\NotificationEndpointUpdate | $notification_endpoint_update | 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 'patchNotificationEndpointsID'
| string | $endpoint_id | The notification endpoint ID. (required) |
| \InfluxDB2\Model\NotificationEndpointUpdate | $notification_endpoint_update | Check update to apply (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::patchNotificationEndpointsIDWithHttpInfo | ( | $endpoint_id, | |
| $notification_endpoint_update, | |||
| $zap_trace_span = null ) |
Operation patchNotificationEndpointsIDWithHttpInfo
Update a notification endpoint
| string | $endpoint_id | The notification endpoint ID. (required) |
| \InfluxDB2\Model\NotificationEndpointUpdate | $notification_endpoint_update | Check update to apply (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::postNotificationEndpointIDLabels | ( | $endpoint_id, | |
| $label_mapping, | |||
| $zap_trace_span = null ) |
Operation postNotificationEndpointIDLabels
Add a label to a notification endpoint
| string | $endpoint_id | The notification endpoint 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 'postNotificationEndpointIDLabels'
| string | $endpoint_id | The notification endpoint ID. (required) |
| \InfluxDB2\Model\LabelMapping | $label_mapping | Label to add (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::postNotificationEndpointIDLabelsWithHttpInfo | ( | $endpoint_id, | |
| $label_mapping, | |||
| $zap_trace_span = null ) |
Operation postNotificationEndpointIDLabelsWithHttpInfo
Add a label to a notification endpoint
| string | $endpoint_id | The notification endpoint 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\NotificationEndpointsService::putNotificationEndpointsID | ( | $endpoint_id, | |
| $notification_endpoint, | |||
| $zap_trace_span = null ) |
Operation putNotificationEndpointsID
Update a notification endpoint
| string | $endpoint_id | The notification endpoint ID. (required) |
| \InfluxDB2\Model\NotificationEndpoint | $notification_endpoint | A new notification endpoint to replace the existing endpoint with (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'putNotificationEndpointsID'
| string | $endpoint_id | The notification endpoint ID. (required) |
| \InfluxDB2\Model\NotificationEndpoint | $notification_endpoint | A new notification endpoint to replace the existing endpoint with (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\NotificationEndpointsService::putNotificationEndpointsIDWithHttpInfo | ( | $endpoint_id, | |
| $notification_endpoint, | |||
| $zap_trace_span = null ) |
Operation putNotificationEndpointsIDWithHttpInfo
Update a notification endpoint
| string | $endpoint_id | The notification endpoint ID. (required) |
| \InfluxDB2\Model\NotificationEndpoint | $notification_endpoint | A new notification endpoint to replace the existing endpoint with (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException