InfluxDB PHP Client
|
Public Member Functions | |
__construct (DefaultApi $defaultApi) | |
deleteUsersID ($user_id, $zap_trace_span=null) | |
deleteUsersIDWithHttpInfo ($user_id, $zap_trace_span=null) | |
getFlags ($zap_trace_span=null) | |
getFlagsWithHttpInfo ($zap_trace_span=null) | |
getMe ($zap_trace_span=null) | |
getMeWithHttpInfo ($zap_trace_span=null) | |
getUsers ($zap_trace_span=null, $offset=null, $limit=20, $after=null, $name=null, $id=null) | |
getUsersWithHttpInfo ($zap_trace_span=null, $offset=null, $limit=20, $after=null, $name=null, $id=null) | |
getUsersID ($user_id, $zap_trace_span=null) | |
getUsersIDWithHttpInfo ($user_id, $zap_trace_span=null) | |
patchUsersID ($user_id, $post_user, $zap_trace_span=null) | |
patchUsersIDWithHttpInfo ($user_id, $post_user, $zap_trace_span=null) | |
postUsers ($post_user, $zap_trace_span=null) | |
postUsersWithHttpInfo ($post_user, $zap_trace_span=null) | |
postUsersIDPassword ($user_id, $password_reset_body, $zap_trace_span=null, $authorization=null) | |
postUsersIDPasswordWithHttpInfo ($user_id, $password_reset_body, $zap_trace_span=null, $authorization=null) | |
putMePassword ($password_reset_body, $zap_trace_span=null, $authorization=null) | |
putMePasswordWithHttpInfo ($password_reset_body, $zap_trace_span=null, $authorization=null) | |
Protected Member Functions | |
deleteUsersIDRequest ($user_id, $zap_trace_span=null) | |
getFlagsRequest ($zap_trace_span=null) | |
getMeRequest ($zap_trace_span=null) | |
getUsersRequest ($zap_trace_span=null, $offset=null, $limit=20, $after=null, $name=null, $id=null) | |
getUsersIDRequest ($user_id, $zap_trace_span=null) | |
patchUsersIDRequest ($user_id, $post_user, $zap_trace_span=null) | |
postUsersRequest ($post_user, $zap_trace_span=null) | |
postUsersIDPasswordRequest ($user_id, $password_reset_body, $zap_trace_span=null, $authorization=null) | |
putMePasswordRequest ($password_reset_body, $zap_trace_span=null, $authorization=null) | |
Protected Attributes | |
$defaultApi | |
$headerSelector | |
InfluxDB2\Service\UsersService::__construct | ( | DefaultApi | $defaultApi | ) |
DefaultApi | $defaultApi | |
HeaderSelector | $selector |
InfluxDB2\Service\UsersService::deleteUsersID | ( | $user_id, | |
$zap_trace_span = null ) |
Operation deleteUsersID
Delete a user
string | $user_id | The ID of the user to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'deleteUsersID'
string | $user_id | The ID of the user to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\UsersService::deleteUsersIDWithHttpInfo | ( | $user_id, | |
$zap_trace_span = null ) |
Operation deleteUsersIDWithHttpInfo
Delete a user
string | $user_id | The ID of the user to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\UsersService::getFlags | ( | $zap_trace_span = null | ) |
Operation getFlags
Return the feature flags for the currently authenticated user
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getFlags'
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\UsersService::getFlagsWithHttpInfo | ( | $zap_trace_span = null | ) |
Operation getFlagsWithHttpInfo
Return the feature flags for the currently authenticated user
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\UsersService::getMe | ( | $zap_trace_span = null | ) |
Operation getMe
Retrieve the currently authenticated user
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getMe'
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\UsersService::getMeWithHttpInfo | ( | $zap_trace_span = null | ) |
Operation getMeWithHttpInfo
Retrieve the currently authenticated user
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\UsersService::getUsers | ( | $zap_trace_span = null, | |
$offset = null, | |||
$limit = 20, | |||
$after = null, | |||
$name = null, | |||
$id = null ) |
Operation getUsers
List users
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) |
string | $after | Resource ID to seek from. Results are not inclusive of this ID. Use `after` instead of `offset`. (optional) |
string | $name | name (optional) |
string | $id | id (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\UsersService::getUsersID | ( | $user_id, | |
$zap_trace_span = null ) |
Operation getUsersID
Retrieve a user
string | $user_id | The user ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getUsersID'
string | $user_id | The user ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\UsersService::getUsersIDWithHttpInfo | ( | $user_id, | |
$zap_trace_span = null ) |
Operation getUsersIDWithHttpInfo
Retrieve a user
string | $user_id | The user ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getUsers'
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) |
string | $after | Resource ID to seek from. Results are not inclusive of this ID. Use `after` instead of `offset`. (optional) |
string | $name | (optional) |
string | $id | (optional) |
InvalidArgumentException
InfluxDB2\Service\UsersService::getUsersWithHttpInfo | ( | $zap_trace_span = null, | |
$offset = null, | |||
$limit = 20, | |||
$after = null, | |||
$name = null, | |||
$id = null ) |
Operation getUsersWithHttpInfo
List users
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) |
string | $after | Resource ID to seek from. Results are not inclusive of this ID. Use `after` instead of `offset`. (optional) |
string | $name | (optional) |
string | $id | (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\UsersService::patchUsersID | ( | $user_id, | |
$post_user, | |||
$zap_trace_span = null ) |
Operation patchUsersID
Update a user
string | $user_id | The ID of the user to update. (required) |
\InfluxDB2\Model\PostUser | $post_user | User update to apply (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'patchUsersID'
string | $user_id | The ID of the user to update. (required) |
\InfluxDB2\Model\PostUser | $post_user | User update to apply (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\UsersService::patchUsersIDWithHttpInfo | ( | $user_id, | |
$post_user, | |||
$zap_trace_span = null ) |
Operation patchUsersIDWithHttpInfo
Update a user
string | $user_id | The ID of the user to update. (required) |
\InfluxDB2\Model\PostUser | $post_user | User update to apply (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\UsersService::postUsers | ( | $post_user, | |
$zap_trace_span = null ) |
Operation postUsers
Create a user
\InfluxDB2\Model\PostUser | $post_user | The user to create. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\UsersService::postUsersIDPassword | ( | $user_id, | |
$password_reset_body, | |||
$zap_trace_span = null, | |||
$authorization = null ) |
Operation postUsersIDPassword
Update a password
string | $user_id | The user ID. (required) |
\InfluxDB2\Model\PasswordResetBody | $password_reset_body | New password (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
string | $authorization | An auth credential for the Basic scheme (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postUsersIDPassword'
string | $user_id | The user ID. (required) |
\InfluxDB2\Model\PasswordResetBody | $password_reset_body | New password (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
string | $authorization | An auth credential for the Basic scheme (optional) |
InvalidArgumentException
InfluxDB2\Service\UsersService::postUsersIDPasswordWithHttpInfo | ( | $user_id, | |
$password_reset_body, | |||
$zap_trace_span = null, | |||
$authorization = null ) |
Operation postUsersIDPasswordWithHttpInfo
Update a password
string | $user_id | The user ID. (required) |
\InfluxDB2\Model\PasswordResetBody | $password_reset_body | New password (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
string | $authorization | An auth credential for the Basic scheme (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postUsers'
\InfluxDB2\Model\PostUser | $post_user | The user to create. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\UsersService::postUsersWithHttpInfo | ( | $post_user, | |
$zap_trace_span = null ) |
Operation postUsersWithHttpInfo
Create a user
\InfluxDB2\Model\PostUser | $post_user | The user to create. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\UsersService::putMePassword | ( | $password_reset_body, | |
$zap_trace_span = null, | |||
$authorization = null ) |
Operation putMePassword
Update a password
\InfluxDB2\Model\PasswordResetBody | $password_reset_body | The new password. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
string | $authorization | An auth credential for the Basic scheme (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'putMePassword'
\InfluxDB2\Model\PasswordResetBody | $password_reset_body | The new password. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
string | $authorization | An auth credential for the Basic scheme (optional) |
InvalidArgumentException
InfluxDB2\Service\UsersService::putMePasswordWithHttpInfo | ( | $password_reset_body, | |
$zap_trace_span = null, | |||
$authorization = null ) |
Operation putMePasswordWithHttpInfo
Update a password
\InfluxDB2\Model\PasswordResetBody | $password_reset_body | The new password. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
string | $authorization | An auth credential for the Basic scheme (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException