|
InfluxDB PHP Client
|
Public Member Functions | |
| __construct (DefaultApi $defaultApi) | |
| getSetup ($zap_trace_span=null) | |
| getSetupWithHttpInfo ($zap_trace_span=null) | |
| postSetup ($onboarding_request, $zap_trace_span=null) | |
| postSetupWithHttpInfo ($onboarding_request, $zap_trace_span=null) | |
Protected Member Functions | |
| getSetupRequest ($zap_trace_span=null) | |
| postSetupRequest ($onboarding_request, $zap_trace_span=null) | |
Protected Attributes | |
| $defaultApi | |
| $headerSelector | |
| InfluxDB2\Service\SetupService::__construct | ( | DefaultApi | $defaultApi | ) |
| DefaultApi | $defaultApi | |
| HeaderSelector | $selector |
| InfluxDB2\Service\SetupService::getSetup | ( | $zap_trace_span = null | ) |
Operation getSetup
Check if database has default user, org, bucket
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getSetup'
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\SetupService::getSetupWithHttpInfo | ( | $zap_trace_span = null | ) |
Operation getSetupWithHttpInfo
Check if database has default user, org, bucket
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\SetupService::postSetup | ( | $onboarding_request, | |
| $zap_trace_span = null ) |
Operation postSetup
Set up initial user, org and bucket
| \InfluxDB2\Model\OnboardingRequest | $onboarding_request | Source to create (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postSetup'
| \InfluxDB2\Model\OnboardingRequest | $onboarding_request | Source to create (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\SetupService::postSetupWithHttpInfo | ( | $onboarding_request, | |
| $zap_trace_span = null ) |
Operation postSetupWithHttpInfo
Set up initial user, org and bucket
| \InfluxDB2\Model\OnboardingRequest | $onboarding_request | Source to create (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException