InfluxDB PHP Client
|
Public Member Functions | |
__construct (DefaultApi $defaultApi) | |
deleteOrgsIDSecretsID ($org_id, $secret_id, $zap_trace_span=null) | |
deleteOrgsIDSecretsIDWithHttpInfo ($org_id, $secret_id, $zap_trace_span=null) | |
getOrgsIDSecrets ($org_id, $zap_trace_span=null) | |
getOrgsIDSecretsWithHttpInfo ($org_id, $zap_trace_span=null) | |
patchOrgsIDSecrets ($org_id, $request_body, $zap_trace_span=null) | |
patchOrgsIDSecretsWithHttpInfo ($org_id, $request_body, $zap_trace_span=null) | |
postOrgsIDSecrets ($org_id, $secret_keys, $zap_trace_span=null) | |
postOrgsIDSecretsWithHttpInfo ($org_id, $secret_keys, $zap_trace_span=null) | |
Protected Member Functions | |
deleteOrgsIDSecretsIDRequest ($org_id, $secret_id, $zap_trace_span=null) | |
getOrgsIDSecretsRequest ($org_id, $zap_trace_span=null) | |
patchOrgsIDSecretsRequest ($org_id, $request_body, $zap_trace_span=null) | |
postOrgsIDSecretsRequest ($org_id, $secret_keys, $zap_trace_span=null) | |
Protected Attributes | |
$defaultApi | |
$headerSelector | |
InfluxDB2\Service\SecretsService::__construct | ( | DefaultApi | $defaultApi | ) |
DefaultApi | $defaultApi | |
HeaderSelector | $selector |
InfluxDB2\Service\SecretsService::deleteOrgsIDSecretsID | ( | $org_id, | |
$secret_id, | |||
$zap_trace_span = null ) |
Operation deleteOrgsIDSecretsID
Delete a secret from an organization
string | $org_id | The organization ID. (required) |
string | $secret_id | The secret ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'deleteOrgsIDSecretsID'
string | $org_id | The organization ID. (required) |
string | $secret_id | The secret ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\SecretsService::deleteOrgsIDSecretsIDWithHttpInfo | ( | $org_id, | |
$secret_id, | |||
$zap_trace_span = null ) |
Operation deleteOrgsIDSecretsIDWithHttpInfo
Delete a secret from an organization
string | $org_id | The organization ID. (required) |
string | $secret_id | The secret ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\SecretsService::getOrgsIDSecrets | ( | $org_id, | |
$zap_trace_span = null ) |
Operation getOrgsIDSecrets
List all secret keys for an organization
string | $org_id | The organization ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getOrgsIDSecrets'
string | $org_id | The organization ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\SecretsService::getOrgsIDSecretsWithHttpInfo | ( | $org_id, | |
$zap_trace_span = null ) |
Operation getOrgsIDSecretsWithHttpInfo
List all secret keys for an organization
string | $org_id | The organization ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\SecretsService::patchOrgsIDSecrets | ( | $org_id, | |
$request_body, | |||
$zap_trace_span = null ) |
Operation patchOrgsIDSecrets
Update secrets in an organization
string | $org_id | The organization ID. (required) |
map[string,string] | $request_body Secret key value pairs to update/add (required) | |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'patchOrgsIDSecrets'
string | $org_id | The organization ID. (required) |
map[string,string] | $request_body Secret key value pairs to update/add (required) | |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\SecretsService::patchOrgsIDSecretsWithHttpInfo | ( | $org_id, | |
$request_body, | |||
$zap_trace_span = null ) |
Operation patchOrgsIDSecretsWithHttpInfo
Update secrets in an organization
string | $org_id | The organization ID. (required) |
map[string,string] | $request_body Secret key value pairs to update/add (required) | |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\SecretsService::postOrgsIDSecrets | ( | $org_id, | |
$secret_keys, | |||
$zap_trace_span = null ) |
Operation postOrgsIDSecrets
Delete secrets from an organization
string | $org_id | The organization ID. (required) |
\InfluxDB2\Model\SecretKeys | $secret_keys | Secret key to delete (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postOrgsIDSecrets'
string | $org_id | The organization ID. (required) |
\InfluxDB2\Model\SecretKeys | $secret_keys | Secret key to delete (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\SecretsService::postOrgsIDSecretsWithHttpInfo | ( | $org_id, | |
$secret_keys, | |||
$zap_trace_span = null ) |
Operation postOrgsIDSecretsWithHttpInfo
Delete secrets from an organization
string | $org_id | The organization ID. (required) |
\InfluxDB2\Model\SecretKeys | $secret_keys | Secret key to delete (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException