InfluxDB PHP Client
|
Public Member Functions | |
__construct (DefaultApi $defaultApi) | |
getBackupKV ($zap_trace_span=null) | |
getBackupKVWithHttpInfo ($zap_trace_span=null) | |
getBackupMetadata ($zap_trace_span=null, $accept_encoding='identity') | |
getBackupMetadataWithHttpInfo ($zap_trace_span=null, $accept_encoding='identity') | |
getBackupShardId ($shard_id, $zap_trace_span=null, $accept_encoding='identity', $since=null) | |
getBackupShardIdWithHttpInfo ($shard_id, $zap_trace_span=null, $accept_encoding='identity', $since=null) | |
Protected Member Functions | |
getBackupKVRequest ($zap_trace_span=null) | |
getBackupMetadataRequest ($zap_trace_span=null, $accept_encoding='identity') | |
getBackupShardIdRequest ($shard_id, $zap_trace_span=null, $accept_encoding='identity', $since=null) | |
Protected Attributes | |
$defaultApi | |
$headerSelector | |
InfluxDB2\Service\BackupService::__construct | ( | DefaultApi | $defaultApi | ) |
DefaultApi | $defaultApi | |
HeaderSelector | $selector |
InfluxDB2\Service\BackupService::getBackupKV | ( | $zap_trace_span = null | ) |
Operation getBackupKV
Download snapshot of metadata stored in the server's embedded KV store. Don't use with InfluxDB versions greater than InfluxDB 2.1.x.
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getBackupKV'
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\BackupService::getBackupKVWithHttpInfo | ( | $zap_trace_span = null | ) |
Operation getBackupKVWithHttpInfo
Download snapshot of metadata stored in the server's embedded KV store. Don't use with InfluxDB versions greater than InfluxDB 2.1.x.
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\BackupService::getBackupMetadata | ( | $zap_trace_span = null, | |
$accept_encoding = 'identity' ) |
Operation getBackupMetadata
Download snapshot of all metadata in the server
string | $zap_trace_span | OpenTracing span context (optional) |
string | $accept_encoding | Indicates the content encoding (usually a compression algorithm) that the client can understand. (optional, default to 'identity') |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getBackupMetadata'
string | $zap_trace_span | OpenTracing span context (optional) |
string | $accept_encoding | Indicates the content encoding (usually a compression algorithm) that the client can understand. (optional, default to 'identity') |
InvalidArgumentException
InfluxDB2\Service\BackupService::getBackupMetadataWithHttpInfo | ( | $zap_trace_span = null, | |
$accept_encoding = 'identity' ) |
Operation getBackupMetadataWithHttpInfo
Download snapshot of all metadata in the server
string | $zap_trace_span | OpenTracing span context (optional) |
string | $accept_encoding | Indicates the content encoding (usually a compression algorithm) that the client can understand. (optional, default to 'identity') |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\BackupService::getBackupShardId | ( | $shard_id, | |
$zap_trace_span = null, | |||
$accept_encoding = 'identity', | |||
$since = null ) |
Operation getBackupShardId
Download snapshot of all TSM data in a shard
int | $shard_id | The shard ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
string | $accept_encoding | Indicates the content encoding (usually a compression algorithm) that the client can understand. (optional, default to 'identity') |
\DateTime | $since | The earliest time RFC3339 date/time format to include in the snapshot. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getBackupShardId'
int | $shard_id | The shard ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
string | $accept_encoding | Indicates the content encoding (usually a compression algorithm) that the client can understand. (optional, default to 'identity') |
\DateTime | $since | The earliest time RFC3339 date/time format to include in the snapshot. (optional) |
InvalidArgumentException
InfluxDB2\Service\BackupService::getBackupShardIdWithHttpInfo | ( | $shard_id, | |
$zap_trace_span = null, | |||
$accept_encoding = 'identity', | |||
$since = null ) |
Operation getBackupShardIdWithHttpInfo
Download snapshot of all TSM data in a shard
int | $shard_id | The shard ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
string | $accept_encoding | Indicates the content encoding (usually a compression algorithm) that the client can understand. (optional, default to 'identity') |
\DateTime | $since | The earliest time RFC3339 date/time format to include in the snapshot. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException