UsersApi
All URIs are relative to https://kafka.de-fra.ionos.com
Get /clusters/{clusterId}/users/{userId}/access
Retrieve Kafka User with credentials.
Get /clusters/{clusterId}/users
Retrieve all Users
ClustersUsersAccessGet
Retrieve Kafka User with credentials.
Example
Path Parameters
ctx
context.Context
context for authentication, logging, cancellation, deadlines, tracing, etc.
clusterId
string
The ID (UUID) of the Cluster.
userId
string
The ID (UUID) of the User.
Other Parameters
Other parameters are passed through a pointer to an apiClustersUsersAccessGetRequest struct via the builder pattern
Return type
HTTP request headers
Content-Type: Not defined
Accept: application/json
URLs Configuration per Operation
Each operation can use different server URL defined using OperationServers
map in the Configuration
. An operation is uniquely identified by "UsersApiService.ClustersUsersAccessGet"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
ClustersUsersGet
Retrieve all Users
Example
Path Parameters
ctx
context.Context
context for authentication, logging, cancellation, deadlines, tracing, etc.
clusterId
string
The ID (UUID) of the Cluster.
Other Parameters
Other parameters are passed through a pointer to an apiClustersUsersGetRequest struct via the builder pattern
Return type
HTTP request headers
Content-Type: Not defined
Accept: application/json
URLs Configuration per Operation
Each operation can use different server URL defined using OperationServers
map in the Configuration
. An operation is uniquely identified by "UsersApiService.ClustersUsersGet"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
Last updated