TopicsApi
All URIs are relative to https://kafka.de-fra.ionos.com
Method | HTTP request | Description |
---|---|---|
Delete /clusters/{clusterId}/topics/{topicId} | Delete Topic | |
Get /clusters/{clusterId}/topics/{topicId} | Retrieve Topic | |
Get /clusters/{clusterId}/topics | Retrieve all Topics | |
Post /clusters/{clusterId}/topics | Create Topic |
ClustersTopicsDelete
Delete Topic
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
clusterId | string | The ID (UUID) of the Cluster. | |
topicId | string | The ID (UUID) of the Topic. |
Other Parameters
Other parameters are passed through a pointer to an apiClustersTopicsDeleteRequest struct via the builder pattern
Return type
(empty response body)
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 "TopicsApiService.ClustersTopicsDelete"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
ClustersTopicsFindById
Retrieve Topic
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
clusterId | string | The ID (UUID) of the Cluster. | |
topicId | string | The ID (UUID) of the Topic. |
Other Parameters
Other parameters are passed through a pointer to an apiClustersTopicsFindByIdRequest 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 "TopicsApiService.ClustersTopicsFindById"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
ClustersTopicsGet
Retrieve all Topics
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
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 apiClustersTopicsGetRequest 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 "TopicsApiService.ClustersTopicsGet"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
ClustersTopicsPost
Create Topic
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
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 apiClustersTopicsPostRequest struct via the builder pattern
Name | Type | Description | Notes |
---|---|---|---|
topicCreate | Topic to create. |
Return type
HTTP request headers
Content-Type: application/json
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 "TopicsApiService.ClustersTopicsPost"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
Last updated