data
Confluent Cloud CLI for AI Agents
Use the Confluent Cloud CLI from KosmoKrator to call Confluent Cloud tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Confluent Cloud CLI Setup
Confluent Cloud can be configured headlessly with `kosmokrator integrations:configure confluent`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure confluent --enable --read allow --write ask --json
kosmokrator integrations:doctor confluent --json
kosmokrator integrations:status --json Credentials
Authentication type: api key basic or bearer token api_key_basic_or_bearer_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
No credentials are required.
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call confluent.confluent_list_iam_v2_api_keys '{}' --json kosmo integrations:confluent confluent_list_iam_v2_api_keys '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs confluent --json
kosmo integrations:docs confluent.confluent_list_iam_v2_api_keys --json
kosmo integrations:schema confluent.confluent_list_iam_v2_api_keys --json
kosmo integrations:search "Confluent Cloud" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
confluent.confluent_list_iam_v2_api_keys
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all API keys. This can show all keys for a single owner across resources - Kafka clusters, or all keys for a single resource across owners. If no owner or resource filters are specified, returns all API Keys in the organization. You will only see the keys that are accessible to the account making the API request.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_iam_v2_api_keys '{}' --json kosmo integrations:confluent confluent_list_iam_v2_api_keys '{}' --json confluent.confluent_create_iam_v2_api_key
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create an API key.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_iam_v2_api_key '{}' --json kosmo integrations:confluent confluent_create_iam_v2_api_key '{}' --json confluent.confluent_get_iam_v2_api_key
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an API key.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_api_key '{}' --json kosmo integrations:confluent confluent_get_iam_v2_api_key '{}' --json confluent.confluent_update_iam_v2_api_key
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update an API key.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_iam_v2_api_key '{}' --json kosmo integrations:confluent confluent_update_iam_v2_api_key '{}' --json confluent.confluent_delete_iam_v2_api_key
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete an API key.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_iam_v2_api_key '{}' --json kosmo integrations:confluent confluent_delete_iam_v2_api_key '{}' --json confluent.confluent_list_environments
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all environments.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_environments '{}' --json kosmo integrations:confluent confluent_list_environments '{}' --json confluent.confluent_create_org_v2_environment
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create an environment.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_org_v2_environment '{}' --json kosmo integrations:confluent confluent_create_org_v2_environment '{}' --json confluent.confluent_get_org_v2_environment
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an environment.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_org_v2_environment '{}' --json kosmo integrations:confluent confluent_get_org_v2_environment '{}' --json confluent.confluent_update_org_v2_environment
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update an environment.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_org_v2_environment '{}' --json kosmo integrations:confluent confluent_update_org_v2_environment '{}' --json confluent.confluent_delete_org_v2_environment
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete an environment. If successful, this request will also recursively delete all of the environment's associated resources, including all Kafka clusters, connectors, etc.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_org_v2_environment '{}' --json kosmo integrations:confluent confluent_delete_org_v2_environment '{}' --json confluent.confluent_list_org_v2_organizations
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all organizations.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_org_v2_organizations '{}' --json kosmo integrations:confluent confluent_list_org_v2_organizations '{}' --json confluent.confluent_get_org_v2_organization
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an organization.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_org_v2_organization '{}' --json kosmo integrations:confluent confluent_get_org_v2_organization '{}' --json confluent.confluent_update_org_v2_organization
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update an organization.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_org_v2_organization '{}' --json kosmo integrations:confluent confluent_update_org_v2_organization '{}' --json confluent.confluent_list_iam_v2_users
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all users.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_iam_v2_users '{}' --json kosmo integrations:confluent confluent_list_iam_v2_users '{}' --json confluent.confluent_get_iam_v2_user
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a user.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_user '{}' --json kosmo integrations:confluent confluent_get_iam_v2_user '{}' --json confluent.confluent_update_iam_v2_user
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a user.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_iam_v2_user '{}' --json kosmo integrations:confluent confluent_update_iam_v2_user '{}' --json confluent.confluent_delete_iam_v2_user
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a user. If successful, this request will also recursively delete all of the user's associated resources, including its cloud and cluster API keys.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_iam_v2_user '{}' --json kosmo integrations:confluent confluent_delete_iam_v2_user '{}' --json confluent.confluent_update_auth_type_iam_v2_user
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Update the auth type of a user
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_auth_type_iam_v2_user '{}' --json kosmo integrations:confluent confluent_update_auth_type_iam_v2_user '{}' --json confluent.confluent_list_iam_v2_service_accounts
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all service accounts.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_iam_v2_service_accounts '{}' --json kosmo integrations:confluent confluent_list_iam_v2_service_accounts '{}' --json confluent.confluent_create_iam_v2_service_account
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a service account.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_iam_v2_service_account '{}' --json kosmo integrations:confluent confluent_create_iam_v2_service_account '{}' --json confluent.confluent_get_iam_v2_service_account
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a service account.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_service_account '{}' --json kosmo integrations:confluent confluent_get_iam_v2_service_account '{}' --json confluent.confluent_update_iam_v2_service_account
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a service account.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_iam_v2_service_account '{}' --json kosmo integrations:confluent confluent_update_iam_v2_service_account '{}' --json confluent.confluent_delete_iam_v2_service_account
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a service account. If successful, this request will also recursively delete all of the service account's associated resources, including its cloud and cluster API keys.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_iam_v2_service_account '{}' --json kosmo integrations:confluent confluent_delete_iam_v2_service_account '{}' --json confluent.confluent_list_iam_v2_invitations
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all invitations.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_iam_v2_invitations '{}' --json kosmo integrations:confluent confluent_list_iam_v2_invitations '{}' --json confluent.confluent_create_iam_v2_invitation
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create an invitation. The newly invited user will not have any permissions. Give the user permission by assigning them to one or more roles by creating role bindingshttps://docs.confluent.io/cloud/current/api.htmltag/Role-Bindings-iamv2 for the created user.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_iam_v2_invitation '{}' --json kosmo integrations:confluent confluent_create_iam_v2_invitation '{}' --json confluent.confluent_get_iam_v2_invitation
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an invitation.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_invitation '{}' --json kosmo integrations:confluent confluent_get_iam_v2_invitation '{}' --json confluent.confluent_delete_iam_v2_invitation
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete an invitation. Delete will deactivate the user if the user didn't accept the invitation yet.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_iam_v2_invitation '{}' --json kosmo integrations:confluent confluent_delete_iam_v2_invitation '{}' --json confluent.confluent_list_iam_v2_ip_groups
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all IP groups.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_iam_v2_ip_groups '{}' --json kosmo integrations:confluent confluent_list_iam_v2_ip_groups '{}' --json confluent.confluent_create_iam_v2_ip_group
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create an IP group.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_iam_v2_ip_group '{}' --json kosmo integrations:confluent confluent_create_iam_v2_ip_group '{}' --json confluent.confluent_get_iam_v2_ip_group
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an IP group.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_ip_group '{}' --json kosmo integrations:confluent confluent_get_iam_v2_ip_group '{}' --json confluent.confluent_update_iam_v2_ip_group
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update an IP group.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_iam_v2_ip_group '{}' --json kosmo integrations:confluent confluent_update_iam_v2_ip_group '{}' --json confluent.confluent_delete_iam_v2_ip_group
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete an IP group.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_iam_v2_ip_group '{}' --json kosmo integrations:confluent confluent_delete_iam_v2_ip_group '{}' --json confluent.confluent_list_iam_v2_ip_filters
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all IP filters.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_iam_v2_ip_filters '{}' --json kosmo integrations:confluent confluent_list_iam_v2_ip_filters '{}' --json confluent.confluent_create_iam_v2_ip_filter
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create an IP filter.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_iam_v2_ip_filter '{}' --json kosmo integrations:confluent confluent_create_iam_v2_ip_filter '{}' --json confluent.confluent_get_iam_v2_ip_filter
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an IP filter.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_ip_filter '{}' --json kosmo integrations:confluent confluent_get_iam_v2_ip_filter '{}' --json confluent.confluent_update_iam_v2_ip_filter
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update an IP filter.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_iam_v2_ip_filter '{}' --json kosmo integrations:confluent confluent_update_iam_v2_ip_filter '{}' --json confluent.confluent_delete_iam_v2_ip_filter
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete an IP filter.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_iam_v2_ip_filter '{}' --json kosmo integrations:confluent confluent_delete_iam_v2_ip_filter '{}' --json confluent.confluent_get_iam_v2_ip_filter_summary
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an IP filter summary.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_ip_filter_summary '{}' --json kosmo integrations:confluent confluent_get_iam_v2_ip_filter_summary '{}' --json confluent.confluent_list_iam_v2_role_bindings
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all role bindings.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_iam_v2_role_bindings '{}' --json kosmo integrations:confluent confluent_list_iam_v2_role_bindings '{}' --json confluent.confluent_create_iam_v2_role_binding
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a role binding.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_iam_v2_role_binding '{}' --json kosmo integrations:confluent confluent_create_iam_v2_role_binding '{}' --json confluent.confluent_get_iam_v2_role_binding
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a role binding.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_role_binding '{}' --json kosmo integrations:confluent confluent_get_iam_v2_role_binding '{}' --json confluent.confluent_delete_iam_v2_role_binding
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a role binding.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_iam_v2_role_binding '{}' --json kosmo integrations:confluent confluent_delete_iam_v2_role_binding '{}' --json confluent.confluent_list_notifications_v1_subscriptions
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all subscriptions.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_notifications_v1_subscriptions '{}' --json kosmo integrations:confluent confluent_list_notifications_v1_subscriptions '{}' --json confluent.confluent_create_notifications_v1_subscription
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a subscription.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_notifications_v1_subscription '{}' --json kosmo integrations:confluent confluent_create_notifications_v1_subscription '{}' --json confluent.confluent_get_notifications_v1_subscription
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a subscription.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_notifications_v1_subscription '{}' --json kosmo integrations:confluent confluent_get_notifications_v1_subscription '{}' --json confluent.confluent_update_notifications_v1_subscription
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a subscription.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_notifications_v1_subscription '{}' --json kosmo integrations:confluent confluent_update_notifications_v1_subscription '{}' --json confluent.confluent_delete_notifications_v1_subscription
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a subscription.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_notifications_v1_subscription '{}' --json kosmo integrations:confluent confluent_delete_notifications_v1_subscription '{}' --json confluent.confluent_list_notifications_v1_integrations
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all integrations.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_notifications_v1_integrations '{}' --json kosmo integrations:confluent confluent_list_notifications_v1_integrations '{}' --json confluent.confluent_create_notifications_v1_integration
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create an integration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_notifications_v1_integration '{}' --json kosmo integrations:confluent confluent_create_notifications_v1_integration '{}' --json confluent.confluent_get_notifications_v1_integration
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an integration.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_notifications_v1_integration '{}' --json kosmo integrations:confluent confluent_get_notifications_v1_integration '{}' --json confluent.confluent_update_notifications_v1_integration
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update an integration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_notifications_v1_integration '{}' --json kosmo integrations:confluent confluent_update_notifications_v1_integration '{}' --json confluent.confluent_delete_notifications_v1_integration
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete an integration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_notifications_v1_integration '{}' --json kosmo integrations:confluent confluent_delete_notifications_v1_integration '{}' --json confluent.confluent_test_notifications_v1_integration
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Sends a test notification to validate the integration. This is supported only for Webhook, Slack and MsTeams targets
write - Parameters
- none
kosmo integrations:call confluent.confluent_test_notifications_v1_integration '{}' --json kosmo integrations:confluent confluent_test_notifications_v1_integration '{}' --json confluent.confluent_get_notifications_v1_notification_type
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a notification type.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_notifications_v1_notification_type '{}' --json kosmo integrations:confluent confluent_get_notifications_v1_notification_type '{}' --json confluent.confluent_list_notifications_v1_notification_types
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to listbyresourcetype a notification type.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_notifications_v1_notification_types '{}' --json kosmo integrations:confluent confluent_list_notifications_v1_notification_types '{}' --json confluent.confluent_create_notifications_v1_resource_preference
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a resource preference.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_notifications_v1_resource_preference '{}' --json kosmo integrations:confluent confluent_create_notifications_v1_resource_preference '{}' --json confluent.confluent_get_notifications_v1_resource_preference
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a resource preference.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_notifications_v1_resource_preference '{}' --json kosmo integrations:confluent confluent_get_notifications_v1_resource_preference '{}' --json confluent.confluent_update_notifications_v1_resource_preference
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a resource preference.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_notifications_v1_resource_preference '{}' --json kosmo integrations:confluent confluent_update_notifications_v1_resource_preference '{}' --json confluent.confluent_delete_notifications_v1_resource_preference
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a resource preference.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_notifications_v1_resource_preference '{}' --json kosmo integrations:confluent confluent_delete_notifications_v1_resource_preference '{}' --json confluent.confluent_get_notifications_v1_resource_preference_by_filter
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to readbyfilter a resource preference.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_notifications_v1_resource_preference_by_filter '{}' --json kosmo integrations:confluent confluent_get_notifications_v1_resource_preference_by_filter '{}' --json confluent.confluent_create_notifications_v1_resource_subscription
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a resource subscription.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_notifications_v1_resource_subscription '{}' --json kosmo integrations:confluent confluent_create_notifications_v1_resource_subscription '{}' --json confluent.confluent_get_notifications_v1_resource_subscription
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a resource subscription.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_notifications_v1_resource_subscription '{}' --json kosmo integrations:confluent confluent_get_notifications_v1_resource_subscription '{}' --json confluent.confluent_update_notifications_v1_resource_subscription
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a resource subscription.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_notifications_v1_resource_subscription '{}' --json kosmo integrations:confluent confluent_update_notifications_v1_resource_subscription '{}' --json confluent.confluent_delete_notifications_v1_resource_subscription
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a resource subscription.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_notifications_v1_resource_subscription '{}' --json kosmo integrations:confluent confluent_delete_notifications_v1_resource_subscription '{}' --json confluent.confluent_list_notifications_v1_resource_subscriptions_by_filter
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to listbyfilter a resource subscription.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_notifications_v1_resource_subscriptions_by_filter '{}' --json kosmo integrations:confluent confluent_list_notifications_v1_resource_subscriptions_by_filter '{}' --json confluent.confluent_list_clusters
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all clusters.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_clusters '{}' --json kosmo integrations:confluent confluent_list_clusters '{}' --json confluent.confluent_create_cmk_v2_cluster
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a cluster.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_cmk_v2_cluster '{}' --json kosmo integrations:confluent confluent_create_cmk_v2_cluster '{}' --json confluent.confluent_get_cmk_v2_cluster
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a cluster.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_cmk_v2_cluster '{}' --json kosmo integrations:confluent confluent_get_cmk_v2_cluster '{}' --json confluent.confluent_update_cmk_v2_cluster
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a cluster.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_cmk_v2_cluster '{}' --json kosmo integrations:confluent confluent_update_cmk_v2_cluster '{}' --json confluent.confluent_delete_cmk_v2_cluster
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a cluster.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_cmk_v2_cluster '{}' --json kosmo integrations:confluent confluent_delete_cmk_v2_cluster '{}' --json confluent.confluent_list_ksqldbcm_v2_clusters
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all clusters.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_ksqldbcm_v2_clusters '{}' --json kosmo integrations:confluent confluent_list_ksqldbcm_v2_clusters '{}' --json confluent.confluent_create_ksqldbcm_v2_cluster
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a cluster.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_ksqldbcm_v2_cluster '{}' --json kosmo integrations:confluent confluent_create_ksqldbcm_v2_cluster '{}' --json confluent.confluent_get_ksqldbcm_v2_cluster
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a cluster.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_ksqldbcm_v2_cluster '{}' --json kosmo integrations:confluent confluent_get_ksqldbcm_v2_cluster '{}' --json confluent.confluent_delete_ksqldbcm_v2_cluster
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a cluster.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_ksqldbcm_v2_cluster '{}' --json kosmo integrations:confluent confluent_delete_ksqldbcm_v2_cluster '{}' --json confluent.confluent_list_connectv1_connectors
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a list of "names" of the active connectors. You can then make a read requestoperation/readConnectv1Connector for a specific connector by name.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_connectv1_connectors '{}' --json kosmo integrations:confluent confluent_list_connectv1_connectors '{}' --json confluent.confluent_create_connectv1_connector
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Create a new connector. Returns the new connector information if successful.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_connectv1_connector '{}' --json kosmo integrations:confluent confluent_create_connectv1_connector '{}' --json confluent.confluent_list_connectv1_connectors_with_expansions
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve an object with the queried expansions of all connectors. Without expand query parameter, this list connector's endpoint will return a list of only the connector namesoperation/listConnectv1Connectors.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_connectv1_connectors_with_expansions '{}' --json kosmo integrations:confluent confluent_list_connectv1_connectors_with_expansions '{}' --json confluent.confluent_get_connectv1_connector_config
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Get the configuration for the connector.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_connectv1_connector_config '{}' --json kosmo integrations:confluent confluent_get_connectv1_connector_config '{}' --json confluent.confluent_create_or_update_connectv1_connector_config
Create a new connector using the given configuration, or update the configuration for an existing connector. Returns information about the connector after the change has been made.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_or_update_connectv1_connector_config '{}' --json kosmo integrations:confluent confluent_create_or_update_connectv1_connector_config '{}' --json confluent.confluent_read_connectv1_connector
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Get information about the connector.
read - Parameters
- none
kosmo integrations:call confluent.confluent_read_connectv1_connector '{}' --json kosmo integrations:confluent confluent_read_connectv1_connector '{}' --json confluent.confluent_delete_connectv1_connector
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Delete a connector. Halts all tasks and deletes the connector configuration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_connectv1_connector '{}' --json kosmo integrations:confluent confluent_delete_connectv1_connector '{}' --json confluent.confluent_pause_connectv1_connector
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Pause the connector and its tasks. Stops message processing until the connector is resumed. This call is asynchronous and the tasks will not transition to PAUSED state at the same time.
write - Parameters
- none
kosmo integrations:call confluent.confluent_pause_connectv1_connector '{}' --json kosmo integrations:confluent confluent_pause_connectv1_connector '{}' --json confluent.confluent_resume_connectv1_connector
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Resume a paused connector or do nothing if the connector is not paused. This call is asynchronous and the tasks will not transition to RUNNING state at the same time.
write - Parameters
- none
kosmo integrations:call confluent.confluent_resume_connectv1_connector '{}' --json kosmo integrations:confluent confluent_resume_connectv1_connector '{}' --json confluent.confluent_restart_connectv1_connector
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Restart the connector and its tasks. Stops message processing until the connector and tasks are restart. This call is asynchronous and the connector will not transition to another state at the same time.
write - Parameters
- none
kosmo integrations:call confluent.confluent_restart_connectv1_connector '{}' --json kosmo integrations:confluent confluent_restart_connectv1_connector '{}' --json confluent.confluent_read_connectv1_connector_status
Get current status of the connector. This includes whether it is running, failed, or paused. Also includes which worker it is assigned to, error information if it has failed, and the state of all its tasks.
read - Parameters
- none
kosmo integrations:call confluent.confluent_read_connectv1_connector_status '{}' --json kosmo integrations:confluent confluent_read_connectv1_connector_status '{}' --json confluent.confluent_list_connectv1_connector_tasks
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Get a list of tasks currently running for the connector.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_connectv1_connector_tasks '{}' --json kosmo integrations:confluent confluent_list_connectv1_connector_tasks '{}' --json confluent.confluent_list_connectv1_connector_plugins
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Return a list of Managed Connector plugins installed in the Kafka Connect cluster.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_connectv1_connector_plugins '{}' --json kosmo integrations:confluent confluent_list_connectv1_connector_plugins '{}' --json confluent.confluent_validate_connectv1_connector_plugin
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Validate the provided configuration values against the configuration definition. This API performs per config validation and returns suggested values and validation error messages.
write - Parameters
- none
kosmo integrations:call confluent.confluent_validate_connectv1_connector_plugin '{}' --json kosmo integrations:confluent confluent_validate_connectv1_connector_plugin '{}' --json confluent.confluent_translate_connectv1_connector_plugin
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Translate the provided Self Managed configuration values. This API performs configuration translation and returns the translated fully managed configuration along with any errors or warnings. Query Parameter masksensitive=true redacts sensitive config values in response.
write - Parameters
- none
kosmo integrations:call confluent.confluent_translate_connectv1_connector_plugin '{}' --json kosmo integrations:confluent confluent_translate_connectv1_connector_plugin '{}' --json confluent.confluent_get_connectv1_connector_offsets
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Get the current offsets for the connector. The offsets provide information on the point in the source system, from which the connector is pulling in data. The offsets of a connector are continuously observed periodically and are queryable via this API.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_connectv1_connector_offsets '{}' --json kosmo integrations:confluent confluent_get_connectv1_connector_offsets '{}' --json confluent.confluent_alter_connectv1_connector_offsets_request
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Request to alter the offsets of a connector. This supports the ability to PATCH/DELETE the offsets of a connector. Note, you will see momentary downtime as this will internally stop the connector, while the offsets are being altered. You can only make one alter offsets request at a time for a connector.
write - Parameters
- none
kosmo integrations:call confluent.confluent_alter_connectv1_connector_offsets_request '{}' --json kosmo integrations:confluent confluent_alter_connectv1_connector_offsets_request '{}' --json confluent.confluent_get_connectv1_connector_offsets_request_status
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Get the status of the previous alter offset request.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_connectv1_connector_offsets_request_status '{}' --json kosmo integrations:confluent confluent_get_connectv1_connector_offsets_request_status '{}' --json confluent.confluent_list_connect_v1_custom_connector_plugins
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all custom connector plugins. If no cloud filter is specified, returns custom connector plugins from all clouds.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_connect_v1_custom_connector_plugins '{}' --json kosmo integrations:confluent confluent_list_connect_v1_custom_connector_plugins '{}' --json confluent.confluent_create_connect_v1_custom_connector_plugin
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a custom connector plugin.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_connect_v1_custom_connector_plugin '{}' --json kosmo integrations:confluent confluent_create_connect_v1_custom_connector_plugin '{}' --json confluent.confluent_get_connect_v1_custom_connector_plugin
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a custom connector plugin.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_connect_v1_custom_connector_plugin '{}' --json kosmo integrations:confluent confluent_get_connect_v1_custom_connector_plugin '{}' --json confluent.confluent_update_connect_v1_custom_connector_plugin
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a custom connector plugin.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_connect_v1_custom_connector_plugin '{}' --json kosmo integrations:confluent confluent_update_connect_v1_custom_connector_plugin '{}' --json confluent.confluent_delete_connect_v1_custom_connector_plugin
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a custom connector plugin.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_connect_v1_custom_connector_plugin '{}' --json kosmo integrations:confluent confluent_delete_connect_v1_custom_connector_plugin '{}' --json confluent.confluent_presigned_upload_url_connect_v1_presigned_url
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Request a presigned upload URL to upload a Custom Connector Plugin archive.
write - Parameters
- none
kosmo integrations:call confluent.confluent_presigned_upload_url_connect_v1_presigned_url '{}' --json kosmo integrations:confluent confluent_presigned_upload_url_connect_v1_presigned_url '{}' --json confluent.confluent_list_connect_v1_custom_connector_runtimes
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all custom connector runtimes.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_connect_v1_custom_connector_runtimes '{}' --json kosmo integrations:confluent confluent_list_connect_v1_custom_connector_runtimes '{}' --json confluent.confluent_get_cluster
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the Kafka cluster with the specified clusterid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_cluster '{}' --json kosmo integrations:confluent confluent_get_cluster '{}' --json confluent.confluent_batch_create_kafka_acls
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Create ACLs.
write - Parameters
- none
kosmo integrations:call confluent.confluent_batch_create_kafka_acls '{}' --json kosmo integrations:confluent confluent_batch_create_kafka_acls '{}' --json confluent.confluent_get_kafka_acls
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy - When calling /acls without the principal parameter, service accounts are returned in numeric ID format e.g., User:12345. - To retrieve service accounts in the sa-xxx format, use /acls?principal=UserV2:. - The principal parameter supports both legacy User: format and new UserV2: format for service accounts. Return a list of ACLs that match the search criteria.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_acls '{}' --json kosmo integrations:confluent confluent_get_kafka_acls '{}' --json confluent.confluent_create_kafka_acls
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Create an ACL.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_kafka_acls '{}' --json kosmo integrations:confluent confluent_create_kafka_acls '{}' --json confluent.confluent_delete_kafka_acls
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Delete the ACLs that match the search criteria.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_kafka_acls '{}' --json kosmo integrations:confluent confluent_delete_kafka_acls '{}' --json confluent.confluent_list_kafka_cluster_configs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return a list of dynamic cluster-wide broker configuration parameters for the specified Kafka cluster. Returns an empty list if there are no dynamic cluster-wide broker configuration parameters.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_cluster_configs '{}' --json kosmo integrations:confluent confluent_list_kafka_cluster_configs '{}' --json confluent.confluent_update_kafka_cluster_configs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Update or delete a set of dynamic cluster-wide broker configuration parameters.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_cluster_configs '{}' --json kosmo integrations:confluent confluent_update_kafka_cluster_configs '{}' --json confluent.confluent_get_kafka_cluster_config
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the dynamic cluster-wide broker configuration parameter specified by name.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_cluster_config '{}' --json kosmo integrations:confluent confluent_get_kafka_cluster_config '{}' --json confluent.confluent_update_kafka_cluster_config
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Update the dynamic cluster-wide broker configuration parameter specified by name.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_cluster_config '{}' --json kosmo integrations:confluent confluent_update_kafka_cluster_config '{}' --json confluent.confluent_delete_kafka_cluster_config
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Reset the configuration parameter specified by name to its default value by deleting a dynamic cluster-wide configuration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_kafka_cluster_config '{}' --json kosmo integrations:confluent confluent_delete_kafka_cluster_config '{}' --json confluent.confluent_list_kafka_consumer_groups
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the list of consumer groups that belong to the specified Kafka cluster.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_consumer_groups '{}' --json kosmo integrations:confluent confluent_list_kafka_consumer_groups '{}' --json confluent.confluent_get_kafka_consumer_group
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the consumer group specified by the consumergroupid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_consumer_group '{}' --json kosmo integrations:confluent confluent_get_kafka_consumer_group '{}' --json confluent.confluent_list_kafka_consumers
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return a list of consumers that belong to the specified consumer group.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_consumers '{}' --json kosmo integrations:confluent confluent_list_kafka_consumers '{}' --json confluent.confluent_get_kafka_consumer_group_lag_summary
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy !Available in dedicated clusters onlyhttps://img.shields.io/badge/-Available%20in%20dedicated%20clusters%20only-%23bc8540https://docs.confluent.io/cloud/current/clusters/cluster-types.htmldedicated-cluster Return the maximum and total lag of the consumers belonging to the specified consumer group.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_consumer_group_lag_summary '{}' --json kosmo integrations:confluent confluent_get_kafka_consumer_group_lag_summary '{}' --json confluent.confluent_list_kafka_consumer_lags
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy !Available in dedicated clusters onlyhttps://img.shields.io/badge/-Available%20in%20dedicated%20clusters%20only-%23bc8540https://docs.confluent.io/cloud/current/clusters/cluster-types.htmldedicated-cluster Return a list of consumer lags of the consumers belonging to the specified consumer group.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_consumer_lags '{}' --json kosmo integrations:confluent confluent_list_kafka_consumer_lags '{}' --json confluent.confluent_get_kafka_consumer_lag
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy !Available in dedicated clusters onlyhttps://img.shields.io/badge/-Available%20in%20dedicated%20clusters%20only-%23bc8540https://docs.confluent.io/cloud/current/clusters/cluster-types.htmldedicated-cluster Return the consumer lag on a partition with the given partitionid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_consumer_lag '{}' --json kosmo integrations:confluent confluent_get_kafka_consumer_lag '{}' --json confluent.confluent_get_kafka_consumer
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the consumer specified by the consumerid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_consumer '{}' --json kosmo integrations:confluent confluent_get_kafka_consumer '{}' --json confluent.confluent_list_topics
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the list of topics that belong to the specified Kafka cluster.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_topics '{}' --json kosmo integrations:confluent confluent_list_topics '{}' --json confluent.confluent_create_topic
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Create a topic. Also supports a dry-run mode that only validates whether the topic creation would succeed if the validateonly request property is explicitly specified and set to true. Note that when dry-run mode is being used the response status would be 200 OK instead of 201 Created.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_topic '{}' --json kosmo integrations:confluent confluent_create_topic '{}' --json confluent.confluent_get_topic
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the topic with the given topicname.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_topic '{}' --json kosmo integrations:confluent confluent_get_topic '{}' --json confluent.confluent_update_partition_count_kafka_topic
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Increase the number of partitions for a topic. To update other topic configurations, see https://docs.confluent.io/cloud/current/api.htmltag/Configs-v3/operation/updateKafkaTopicConfig.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_partition_count_kafka_topic '{}' --json kosmo integrations:confluent confluent_update_partition_count_kafka_topic '{}' --json confluent.confluent_delete_kafka_topic
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Delete the topic with the given topicname.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_kafka_topic '{}' --json kosmo integrations:confluent confluent_delete_kafka_topic '{}' --json confluent.confluent_list_kafka_topic_configs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the list of configuration parameters that belong to the specified topic.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_topic_configs '{}' --json kosmo integrations:confluent confluent_list_kafka_topic_configs '{}' --json confluent.confluent_update_kafka_topic_config_batch
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Update or delete a set of topic configuration parameters. Also supports a dry-run mode that only validates whether the operation would succeed if the validateonly request property is explicitly specified and set to true.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_topic_config_batch '{}' --json kosmo integrations:confluent confluent_update_kafka_topic_config_batch '{}' --json confluent.confluent_get_kafka_topic_config
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the configuration parameter with the given name.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_topic_config '{}' --json kosmo integrations:confluent confluent_get_kafka_topic_config '{}' --json confluent.confluent_update_kafka_topic_config
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Update the configuration parameter with given name. To update the number of partitions, see https://docs.confluent.io/cloud/current/api.htmltag/Topic-v3/operation/updatePartitionCountKafkaTopic.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_topic_config '{}' --json kosmo integrations:confluent confluent_update_kafka_topic_config '{}' --json confluent.confluent_delete_kafka_topic_config
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Reset the configuration parameter with given name to its default value.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_kafka_topic_config '{}' --json kosmo integrations:confluent confluent_delete_kafka_topic_config '{}' --json confluent.confluent_list_kafka_partitions
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the list of partitions that belong to the specified topic.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_partitions '{}' --json kosmo integrations:confluent confluent_list_kafka_partitions '{}' --json confluent.confluent_get_kafka_partition
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the partition with the given partitionid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_partition '{}' --json kosmo integrations:confluent confluent_get_kafka_partition '{}' --json confluent.confluent_list_kafka_all_topic_configs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the list of configuration parameters for all topics hosted by the specified cluster.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_all_topic_configs '{}' --json kosmo integrations:confluent confluent_list_kafka_all_topic_configs '{}' --json confluent.confluent_produce_record
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Produce records to the given topic, returning delivery reports for each record produced. This API can be used in streaming mode by setting "Transfer-Encoding: chunked" header. For as long as the connection is kept open, the server will keep accepting records. Records are streamed to and from the server as Concatenated JSON. For each record sent to the server, the server will asynchronously send back a delivery report, in the same order, each with its own errorcode. An errorcode of 200 indicates success. The HTTP status code will be HTTP 200 OK as long as the connection is successfully established. To identify records that have encountered an error, check the errorcode of each delivery report. Note that the clusterid is validated only when running in Confluent Cloud. This API currently does not support Schema Registry integration. Sending schemas is not supported. Only BINARY, JSON, and STRING formats are supported.
write - Parameters
- none
kosmo integrations:call confluent.confluent_produce_record '{}' --json kosmo integrations:confluent confluent_produce_record '{}' --json confluent.confluent_list_kafka_links
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy linkid in ListLinksResponseData is deprecated and may be removed in a future release. Use the new clusterlinkid instead.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_links '{}' --json kosmo integrations:confluent confluent_list_kafka_links '{}' --json confluent.confluent_create_kafka_link
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Cluster link creation requires source cluster security configurations in the configs JSON section of the data request payload.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_kafka_link '{}' --json kosmo integrations:confluent confluent_create_kafka_link '{}' --json confluent.confluent_get_kafka_link
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy linkid in ListLinksResponseData is deprecated and may be removed in a future release. Use the new clusterlinkid instead.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_link '{}' --json kosmo integrations:confluent confluent_get_kafka_link '{}' --json confluent.confluent_delete_kafka_link
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_kafka_link '{}' --json kosmo integrations:confluent confluent_delete_kafka_link '{}' --json confluent.confluent_list_kafka_default_topic_configs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy List the default configuration parameters used if the topic were to be newly created.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_default_topic_configs '{}' --json kosmo integrations:confluent confluent_list_kafka_default_topic_configs '{}' --json confluent.confluent_list_kafka_link_configs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_link_configs '{}' --json kosmo integrations:confluent confluent_list_kafka_link_configs '{}' --json confluent.confluent_get_kafka_link_configs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_link_configs '{}' --json kosmo integrations:confluent confluent_get_kafka_link_configs '{}' --json confluent.confluent_update_kafka_link_config
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_link_config '{}' --json kosmo integrations:confluent confluent_update_kafka_link_config '{}' --json confluent.confluent_delete_kafka_link_config
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_kafka_link_config '{}' --json kosmo integrations:confluent confluent_delete_kafka_link_config '{}' --json confluent.confluent_update_kafka_link_config_batch
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Batch Alter Cluster Link Configs
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_link_config_batch '{}' --json kosmo integrations:confluent confluent_update_kafka_link_config_batch '{}' --json confluent.confluent_create_kafka_mirror_topic
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Create a topic in the destination cluster mirroring a topic in the source cluster
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_kafka_mirror_topic '{}' --json kosmo integrations:confluent confluent_create_kafka_mirror_topic '{}' --json confluent.confluent_list_kafka_mirror_topics_under_link
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy List all mirror topics under the link
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_mirror_topics_under_link '{}' --json kosmo integrations:confluent confluent_list_kafka_mirror_topics_under_link '{}' --json confluent.confluent_list_kafka_mirror_topics
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy List all mirror topics in the cluster
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_mirror_topics '{}' --json kosmo integrations:confluent confluent_list_kafka_mirror_topics '{}' --json confluent.confluent_read_kafka_mirror_topic
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
read - Parameters
- none
kosmo integrations:call confluent.confluent_read_kafka_mirror_topic '{}' --json kosmo integrations:confluent confluent_read_kafka_mirror_topic '{}' --json confluent.confluent_update_kafka_mirror_topics_promote
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_promote '{}' --json kosmo integrations:confluent confluent_update_kafka_mirror_topics_promote '{}' --json confluent.confluent_update_kafka_mirror_topics_failover
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_failover '{}' --json kosmo integrations:confluent confluent_update_kafka_mirror_topics_failover '{}' --json confluent.confluent_update_kafka_mirror_topics_pause
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_pause '{}' --json kosmo integrations:confluent confluent_update_kafka_mirror_topics_pause '{}' --json confluent.confluent_update_kafka_mirror_topics_resume
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_resume '{}' --json kosmo integrations:confluent confluent_update_kafka_mirror_topics_resume '{}' --json confluent.confluent_update_kafka_mirror_topics_reverse_and_start_mirror
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_reverse_and_start_mirror '{}' --json kosmo integrations:confluent confluent_update_kafka_mirror_topics_reverse_and_start_mirror '{}' --json confluent.confluent_update_kafka_mirror_topics_reverse_and_pause_mirror
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_reverse_and_pause_mirror '{}' --json kosmo integrations:confluent confluent_update_kafka_mirror_topics_reverse_and_pause_mirror '{}' --json confluent.confluent_update_kafka_mirror_topics_truncate_and_restore_mirror
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_truncate_and_restore_mirror '{}' --json kosmo integrations:confluent confluent_update_kafka_mirror_topics_truncate_and_restore_mirror '{}' --json confluent.confluent_list_kafka_share_groups
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the list of share groups that belong to the specified Kafka cluster.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_share_groups '{}' --json kosmo integrations:confluent confluent_list_kafka_share_groups '{}' --json confluent.confluent_get_kafka_share_group
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the share group specified by the groupid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_share_group '{}' --json kosmo integrations:confluent confluent_get_kafka_share_group '{}' --json confluent.confluent_delete_kafka_share_group
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Delete the share group specified by the groupid.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_kafka_share_group '{}' --json kosmo integrations:confluent confluent_delete_kafka_share_group '{}' --json confluent.confluent_list_kafka_share_group_consumers
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return a list of consumers that belong to the specified share group.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_share_group_consumers '{}' --json kosmo integrations:confluent confluent_list_kafka_share_group_consumers '{}' --json confluent.confluent_get_kafka_share_group_consumer
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the consumer specified by the consumerid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_share_group_consumer '{}' --json kosmo integrations:confluent confluent_get_kafka_share_group_consumer '{}' --json confluent.confluent_list_kafka_share_group_consumer_assignments
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the consumer assignments specified by the consumerid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_share_group_consumer_assignments '{}' --json kosmo integrations:confluent confluent_list_kafka_share_group_consumer_assignments '{}' --json confluent.confluent_list_kafka_group_configs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy List all configurations for the specified group. This API supports consumer groups, share groups, and streams groups.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_group_configs '{}' --json kosmo integrations:confluent confluent_list_kafka_group_configs '{}' --json confluent.confluent_get_kafka_group_config
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Get the configuration with the specified name for the specified group. This API supports consumer groups, share groups, and streams groups.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_group_config '{}' --json kosmo integrations:confluent confluent_get_kafka_group_config '{}' --json confluent.confluent_update_kafka_group_config
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Update the configuration with the specified name for the specified group. This API supports consumer groups, share groups, and streams groups.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_group_config '{}' --json kosmo integrations:confluent confluent_update_kafka_group_config '{}' --json confluent.confluent_delete_kafka_group_config
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Delete the dynamic configuration override with the specified name for the specified group. After deletion, the default group configuration will be applied. This API supports consumer groups, share groups, and streams groups.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_kafka_group_config '{}' --json kosmo integrations:confluent confluent_delete_kafka_group_config '{}' --json confluent.confluent_update_kafka_group_config_batch
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Batch alter configurations for the specified group. This API supports consumer groups, share groups, and streams groups.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_group_config_batch '{}' --json kosmo integrations:confluent confluent_update_kafka_group_config_batch '{}' --json confluent.confluent_list_kafka_streams_groups
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the list of streams groups that belong to the specified Kafka cluster
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_streams_groups '{}' --json kosmo integrations:confluent confluent_list_kafka_streams_groups '{}' --json confluent.confluent_get_kafka_streams_group
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the streams group specified by the groupid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_streams_group '{}' --json kosmo integrations:confluent confluent_get_kafka_streams_group '{}' --json confluent.confluent_list_kafka_streams_group_subtopologies
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Return a list of subtopologies that belong to the specified streams group.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_streams_group_subtopologies '{}' --json kosmo integrations:confluent confluent_list_kafka_streams_group_subtopologies '{}' --json confluent.confluent_get_kafka_streams_group_subtopology
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the subtopology specified by the subtopologyid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_streams_group_subtopology '{}' --json kosmo integrations:confluent confluent_get_kafka_streams_group_subtopology '{}' --json confluent.confluent_list_kafka_streams_group_members
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Return a list of members that belong to the specified streams group.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_streams_group_members '{}' --json kosmo integrations:confluent confluent_list_kafka_streams_group_members '{}' --json confluent.confluent_get_kafka_streams_group_member
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the members specified by the memberid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_streams_group_member '{}' --json kosmo integrations:confluent confluent_get_kafka_streams_group_member '{}' --json confluent.confluent_get_kafka_streams_group_member_assignments
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the assignments of the member specified by the memberid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_streams_group_member_assignments '{}' --json kosmo integrations:confluent confluent_get_kafka_streams_group_member_assignments '{}' --json confluent.confluent_get_kafka_streams_group_member_target_assignments
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the target assignments of the member specified by the memberid.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_streams_group_member_target_assignments '{}' --json kosmo integrations:confluent confluent_get_kafka_streams_group_member_target_assignments '{}' --json confluent.confluent_list_kafka_streams_group_member_assignment_tasks
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the tasks of the member specified by the memberid, and the type assignmentstype.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_streams_group_member_assignment_tasks '{}' --json kosmo integrations:confluent confluent_list_kafka_streams_group_member_assignment_tasks '{}' --json confluent.confluent_list_kafka_streams_group_member_target_assignment_tasks
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the target tasks of the member specified by the memberid, and the type assignmentstype.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_streams_group_member_target_assignment_tasks '{}' --json kosmo integrations:confluent confluent_list_kafka_streams_group_member_target_assignment_tasks '{}' --json confluent.confluent_get_kafka_streams_group_member_assignment_task_partitions
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the tasks of the member specified by the memberid, and the type assignmentstype.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_streams_group_member_assignment_task_partitions '{}' --json kosmo integrations:confluent confluent_get_kafka_streams_group_member_assignment_task_partitions '{}' --json confluent.confluent_get_kafka_streams_group_member_target_assignment_task_partitions
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Return the tasks of the member specified by the memberid, and the type assignmentstype.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_streams_group_member_target_assignment_task_partitions '{}' --json kosmo integrations:confluent confluent_get_kafka_streams_group_member_target_assignment_task_partitions '{}' --json confluent.confluent_list_service_quota_v1_applied_quotas
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all applied quotas. Shows all quotas for a given scope.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_service_quota_v1_applied_quotas '{}' --json kosmo integrations:confluent confluent_list_service_quota_v1_applied_quotas '{}' --json confluent.confluent_get_service_quota_v1_applied_quota
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an applied quota.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_service_quota_v1_applied_quota '{}' --json kosmo integrations:confluent confluent_get_service_quota_v1_applied_quota '{}' --json confluent.confluent_list_service_quota_v1_scopes
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all scopes.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_service_quota_v1_scopes '{}' --json kosmo integrations:confluent confluent_list_service_quota_v1_scopes '{}' --json confluent.confluent_get_service_quota_v1_scope
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a scope.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_service_quota_v1_scope '{}' --json kosmo integrations:confluent confluent_get_service_quota_v1_scope '{}' --json confluent.confluent_list_partner_v2_entitlements
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Partner v2https://img.shields.io/badge/-Request%20Access%20To%20Partner%20v2-%23bc8540mailto:ccloud-api-access+partner-v2-early-access@confluent.io?subject=Request%20to%20join%20partner/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20partner/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Retrieve a sorted, filtered, paginated list of all entitlements.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_partner_v2_entitlements '{}' --json kosmo integrations:confluent confluent_list_partner_v2_entitlements '{}' --json confluent.confluent_create_partner_v2_entitlement
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Partner v2https://img.shields.io/badge/-Request%20Access%20To%20Partner%20v2-%23bc8540mailto:ccloud-api-access+partner-v2-early-access@confluent.io?subject=Request%20to%20join%20partner/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20partner/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Make a request to create an entitlement.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_partner_v2_entitlement '{}' --json kosmo integrations:confluent confluent_create_partner_v2_entitlement '{}' --json confluent.confluent_get_partner_v2_entitlement
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Partner v2https://img.shields.io/badge/-Request%20Access%20To%20Partner%20v2-%23bc8540mailto:ccloud-api-access+partner-v2-early-access@confluent.io?subject=Request%20to%20join%20partner/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20partner/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Make a request to read an entitlement.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_partner_v2_entitlement '{}' --json kosmo integrations:confluent confluent_get_partner_v2_entitlement '{}' --json confluent.confluent_list_srcm_v2_regions
!Deprecatedhttps://img.shields.io/badge/Lifecycle%20Stage-Deprecated-%23ff005csection/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all regions.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_srcm_v2_regions '{}' --json kosmo integrations:confluent confluent_list_srcm_v2_regions '{}' --json confluent.confluent_get_srcm_v2_region
!Deprecatedhttps://img.shields.io/badge/Lifecycle%20Stage-Deprecated-%23ff005csection/Versioning/API-Lifecycle-Policy Make a request to read a region.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_srcm_v2_region '{}' --json kosmo integrations:confluent confluent_get_srcm_v2_region '{}' --json confluent.confluent_list_srcm_v2_clusters
!Deprecatedhttps://img.shields.io/badge/Lifecycle%20Stage-Deprecated-%23ff005csection/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all clusters.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_srcm_v2_clusters '{}' --json kosmo integrations:confluent confluent_list_srcm_v2_clusters '{}' --json confluent.confluent_create_srcm_v2_cluster
!Deprecatedhttps://img.shields.io/badge/Lifecycle%20Stage-Deprecated-%23ff005csection/Versioning/API-Lifecycle-Policy Make a request to create a cluster.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_srcm_v2_cluster '{}' --json kosmo integrations:confluent confluent_create_srcm_v2_cluster '{}' --json confluent.confluent_get_srcm_v2_cluster
!Deprecatedhttps://img.shields.io/badge/Lifecycle%20Stage-Deprecated-%23ff005csection/Versioning/API-Lifecycle-Policy Make a request to read a cluster.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_srcm_v2_cluster '{}' --json kosmo integrations:confluent confluent_get_srcm_v2_cluster '{}' --json confluent.confluent_update_srcm_v2_cluster
!Deprecatedhttps://img.shields.io/badge/Lifecycle%20Stage-Deprecated-%23ff005csection/Versioning/API-Lifecycle-Policy Make a request to update a cluster.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_srcm_v2_cluster '{}' --json kosmo integrations:confluent confluent_update_srcm_v2_cluster '{}' --json confluent.confluent_delete_srcm_v2_cluster
!Deprecatedhttps://img.shields.io/badge/Lifecycle%20Stage-Deprecated-%23ff005csection/Versioning/API-Lifecycle-Policy Make a request to delete a cluster.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_srcm_v2_cluster '{}' --json kosmo integrations:confluent confluent_delete_srcm_v2_cluster '{}' --json confluent.confluent_list_srcm_v3_clusters
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all clusters.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_srcm_v3_clusters '{}' --json kosmo integrations:confluent confluent_list_srcm_v3_clusters '{}' --json confluent.confluent_get_srcm_v3_cluster
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a cluster.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_srcm_v3_cluster '{}' --json kosmo integrations:confluent confluent_get_srcm_v3_cluster '{}' --json confluent.confluent_get_cluster_config
Retrieves cluster config information.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_cluster_config '{}' --json kosmo integrations:confluent confluent_get_cluster_config '{}' --json confluent.confluent_test_compatibility_by_subject_name
Test input schema against a particular version of a subject's schema for compatibility. The compatibility level applied for the check is the configured compatibility level for the subject http:get:: /config/string: subject. If this subject's compatibility level was never changed, then the global compatibility level applies http:get:: /config.
write - Parameters
- none
kosmo integrations:call confluent.confluent_test_compatibility_by_subject_name '{}' --json kosmo integrations:confluent confluent_test_compatibility_by_subject_name '{}' --json confluent.confluent_test_compatibility_for_subject
Test input schema against a subject's schemas for compatibility, based on the configured compatibility level of the subject. In other words, it will perform the same compatibility check as register for that subject. The compatibility level applied for the check is the configured compatibility level for the subject http:get:: /config/string: subject. If this subject's compatibility level was never changed, then the global compatibility level applies http:get:: /config.
write - Parameters
- none
kosmo integrations:call confluent.confluent_test_compatibility_for_subject '{}' --json kosmo integrations:confluent confluent_test_compatibility_for_subject '{}' --json confluent.confluent_get_subject_level_config
Retrieves compatibility level, compatibility group, normalization, default metadata, and rule set for a subject.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_subject_level_config '{}' --json kosmo integrations:confluent confluent_get_subject_level_config '{}' --json confluent.confluent_update_subject_level_config
Update compatibility level, compatibility group, normalization, default metadata, and rule set for the specified subject. On success, echoes the original request back to the client.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_subject_level_config '{}' --json kosmo integrations:confluent confluent_update_subject_level_config '{}' --json confluent.confluent_delete_subject_config
Deletes the specified subject-level compatibility level config and reverts to the global default.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_subject_config '{}' --json kosmo integrations:confluent confluent_delete_subject_config '{}' --json confluent.confluent_get_top_level_config
Retrieves the global compatibility level, compatibility group, normalization, default metadata, and rule set.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_top_level_config '{}' --json kosmo integrations:confluent confluent_get_top_level_config '{}' --json confluent.confluent_update_top_level_config
Updates the global compatibility level, compatibility group, schema normalization, default metadata, and rule set. On success, echoes the original request back to the client.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_top_level_config '{}' --json kosmo integrations:confluent confluent_update_top_level_config '{}' --json confluent.confluent_delete_top_level_config
Deletes the global compatibility level config and reverts to the default.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_top_level_config '{}' --json kosmo integrations:confluent confluent_delete_top_level_config '{}' --json confluent.confluent_list_exporters
Retrieves a list of schema exporters that have been created.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_exporters '{}' --json kosmo integrations:confluent confluent_list_exporters '{}' --json confluent.confluent_register_exporter
Creates a new schema exporter. All attributes in request body are optional except config.
write - Parameters
- none
kosmo integrations:call confluent.confluent_register_exporter '{}' --json kosmo integrations:confluent confluent_register_exporter '{}' --json confluent.confluent_get_exporter_info_by_name
Retrieves the information of the schema exporter.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_exporter_info_by_name '{}' --json kosmo integrations:confluent confluent_get_exporter_info_by_name '{}' --json confluent.confluent_update_exporter_info
Updates the information or configurations of the schema exporter. All attributes in request body are optional.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_exporter_info '{}' --json kosmo integrations:confluent confluent_update_exporter_info '{}' --json confluent.confluent_delete_exporter
Deletes the schema exporter.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_exporter '{}' --json kosmo integrations:confluent confluent_delete_exporter '{}' --json confluent.confluent_get_exporter_status_by_name
Retrieves the status of the schema exporter.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_exporter_status_by_name '{}' --json kosmo integrations:confluent confluent_get_exporter_status_by_name '{}' --json confluent.confluent_get_exporter_config_by_name
Retrieves the config of the schema exporter.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_exporter_config_by_name '{}' --json kosmo integrations:confluent confluent_get_exporter_config_by_name '{}' --json confluent.confluent_update_exporter_config_by_name
Updates the configuration of the schema exporter.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_exporter_config_by_name '{}' --json kosmo integrations:confluent confluent_update_exporter_config_by_name '{}' --json confluent.confluent_pause_exporter_by_name
Pauses the state of the schema exporter.
write - Parameters
- none
kosmo integrations:call confluent.confluent_pause_exporter_by_name '{}' --json kosmo integrations:confluent confluent_pause_exporter_by_name '{}' --json confluent.confluent_reset_exporter_by_name
Reset the state of the schema exporter.
write - Parameters
- none
kosmo integrations:call confluent.confluent_reset_exporter_by_name '{}' --json kosmo integrations:confluent confluent_reset_exporter_by_name '{}' --json confluent.confluent_resume_exporter_by_name
Resume running of the schema exporter.
write - Parameters
- none
kosmo integrations:call confluent.confluent_resume_exporter_by_name '{}' --json kosmo integrations:confluent confluent_resume_exporter_by_name '{}' --json confluent.confluent_list_contexts
Retrieves a list of contexts.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_contexts '{}' --json kosmo integrations:confluent confluent_list_contexts '{}' --json confluent.confluent_get_mode
Retrieves the subject mode.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_mode '{}' --json kosmo integrations:confluent confluent_get_mode '{}' --json confluent.confluent_update_mode
Update mode for the specified subject. On success, echoes the original request back to the client.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_mode '{}' --json kosmo integrations:confluent confluent_update_mode '{}' --json confluent.confluent_delete_subject_mode
Deletes the specified subject-level mode and reverts to the global default.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_subject_mode '{}' --json kosmo integrations:confluent confluent_delete_subject_mode '{}' --json confluent.confluent_get_top_level_mode
Retrieves global mode.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_top_level_mode '{}' --json kosmo integrations:confluent confluent_get_top_level_mode '{}' --json confluent.confluent_update_top_level_mode
Update global mode. On success, echoes the original request back to the client.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_top_level_mode '{}' --json kosmo integrations:confluent confluent_update_top_level_mode '{}' --json confluent.confluent_get_schema
Retrieves the schema string identified by the input ID.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_schema '{}' --json kosmo integrations:confluent confluent_get_schema '{}' --json confluent.confluent_get_schema_only
Retrieves the schema identified by the input ID.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_schema_only '{}' --json kosmo integrations:confluent confluent_get_schema_only '{}' --json confluent.confluent_get_schema_types
Retrieve the schema types supported by this registry.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_schema_types '{}' --json kosmo integrations:confluent confluent_get_schema_types '{}' --json confluent.confluent_get_schemas
Get the schemas matching the specified parameters.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_schemas '{}' --json kosmo integrations:confluent confluent_get_schemas '{}' --json confluent.confluent_get_subjects
Retrieves all the subjects associated with a particular schema ID.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_subjects '{}' --json kosmo integrations:confluent confluent_get_subjects '{}' --json confluent.confluent_get_versions
Get all the subject-version pairs associated with the input ID.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_versions '{}' --json kosmo integrations:confluent confluent_get_versions '{}' --json confluent.confluent_get_schema_by_version
Retrieves a specific version of the schema registered under this subject.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_schema_by_version '{}' --json kosmo integrations:confluent confluent_get_schema_by_version '{}' --json confluent.confluent_delete_schema_version
Deletes a specific version of the schema registered under this subject. This only deletes the version and the schema ID remains intact making it still possible to decode data using the schema ID. This API is recommended to be used only in development environments or under extreme circumstances where-in, its required to delete a previously registered schema for compatibility purposes or re-register previously registered schema.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_schema_version '{}' --json kosmo integrations:confluent confluent_delete_schema_version '{}' --json confluent.confluent_get_referenced_by
Retrieves the IDs of schemas that reference the specified schema.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_referenced_by '{}' --json kosmo integrations:confluent confluent_get_referenced_by '{}' --json confluent.confluent_get_schema_only_1
Retrieves the schema for the specified version of this subject. Only the unescaped schema string is returned.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_schema_only_1 '{}' --json kosmo integrations:confluent confluent_get_schema_only_1 '{}' --json confluent.confluent_list_versions
Retrieves a list of versions registered under the specified subject.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_versions '{}' --json kosmo integrations:confluent confluent_list_versions '{}' --json confluent.confluent_register
Register a new schema under the specified subject. If successfully registered, this returns the unique identifier of this schema in the registry. The returned identifier should be used to retrieve this schema from the schemas resource and is different from the schema's version which is associated with the subject. If the same schema is registered under a different subject, the same identifier will be returned. However, the version of the schema may be different under different subjects. A schema should be compatible with the previously registered schema or schemas if there are any as per the configured compatibility level. The configured compatibility level can be obtained by issuing a GET http:get:: /config/string: subject. If that returns null, then GET http:get:: /config When there are multiple instances of Schema Registry running in the same cluster, the schema registration request will be forwarded to one of the instances designated as the primary. If the primary is not available, the client will get an error code indicating that the forwarding has failed.
write - Parameters
- none
kosmo integrations:call confluent.confluent_register '{}' --json kosmo integrations:confluent confluent_register '{}' --json confluent.confluent_look_up_schema_under_subject
Check if a schema has already been registered under the specified subject. If so, this returns the schema string along with its globally unique identifier, its version under this subject and the subject name.
write - Parameters
- none
kosmo integrations:call confluent.confluent_look_up_schema_under_subject '{}' --json kosmo integrations:confluent confluent_look_up_schema_under_subject '{}' --json confluent.confluent_delete_subject
Deletes the specified subject and its associated compatibility level if registered. It is recommended to use this API only when a topic needs to be recycled or in development environment.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_subject '{}' --json kosmo integrations:confluent confluent_delete_subject '{}' --json confluent.confluent_list
Retrieves a list of registered subjects matching specified parameters.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list '{}' --json kosmo integrations:confluent confluent_list '{}' --json confluent.confluent_get_latest_with_metadata
Retrieve the latest version with the given metadata.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_latest_with_metadata '{}' --json kosmo integrations:confluent confluent_get_latest_with_metadata '{}' --json confluent.confluent_get_kek_names
Get a list of kek names
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kek_names '{}' --json kosmo integrations:confluent confluent_get_kek_names '{}' --json confluent.confluent_create_kek
Create a kek
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_kek '{}' --json kosmo integrations:confluent confluent_create_kek '{}' --json confluent.confluent_delete_kek
Delete a kek
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_kek '{}' --json kosmo integrations:confluent confluent_delete_kek '{}' --json confluent.confluent_get_kek
Get a kek by name
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kek '{}' --json kosmo integrations:confluent confluent_get_kek '{}' --json confluent.confluent_put_kek
Alters a kek
write - Parameters
- none
kosmo integrations:call confluent.confluent_put_kek '{}' --json kosmo integrations:confluent confluent_put_kek '{}' --json confluent.confluent_undelete_kek
Undelete a kek
write - Parameters
- none
kosmo integrations:call confluent.confluent_undelete_kek '{}' --json kosmo integrations:confluent confluent_undelete_kek '{}' --json confluent.confluent_test_kek
Test a kek
write - Parameters
- none
kosmo integrations:call confluent.confluent_test_kek '{}' --json kosmo integrations:confluent confluent_test_kek '{}' --json confluent.confluent_get_dek_subjects
Get a list of dek subjects
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_dek_subjects '{}' --json kosmo integrations:confluent confluent_get_dek_subjects '{}' --json confluent.confluent_create_dek
Create a dek
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_dek '{}' --json kosmo integrations:confluent confluent_create_dek '{}' --json confluent.confluent_delete_dek_versions
Delete all versions of a dek
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_dek_versions '{}' --json kosmo integrations:confluent confluent_delete_dek_versions '{}' --json confluent.confluent_get_dek
Get a dek by subject
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_dek '{}' --json kosmo integrations:confluent confluent_get_dek '{}' --json confluent.confluent_delete_dek_version
Delete a dek version
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_dek_version '{}' --json kosmo integrations:confluent confluent_delete_dek_version '{}' --json confluent.confluent_get_dek_by_version
Get a dek by subject and version
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_dek_by_version '{}' --json kosmo integrations:confluent confluent_get_dek_by_version '{}' --json confluent.confluent_get_dek_versions
List versions of dek
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_dek_versions '{}' --json kosmo integrations:confluent confluent_get_dek_versions '{}' --json confluent.confluent_undelete_dek_version
Undelete a dek version
write - Parameters
- none
kosmo integrations:call confluent.confluent_undelete_dek_version '{}' --json kosmo integrations:confluent confluent_undelete_dek_version '{}' --json confluent.confluent_undelete_dek_versions
Undelete all versions of a dek
write - Parameters
- none
kosmo integrations:call confluent.confluent_undelete_dek_versions '{}' --json kosmo integrations:confluent confluent_undelete_dek_versions '{}' --json confluent.confluent_get_all_business_metadata_defs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Bulk retrieval API for retrieving business metadata definitions.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_all_business_metadata_defs '{}' --json kosmo integrations:confluent confluent_get_all_business_metadata_defs '{}' --json confluent.confluent_create_business_metadata_defs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Bulk create API for business metadata definitions.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_business_metadata_defs '{}' --json kosmo integrations:confluent confluent_create_business_metadata_defs '{}' --json confluent.confluent_update_business_metadata_defs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Bulk update API for business metadata definitions.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_business_metadata_defs '{}' --json kosmo integrations:confluent confluent_update_business_metadata_defs '{}' --json confluent.confluent_delete_business_metadata_def
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Delete API for business metadata definition identified by its name.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_business_metadata_def '{}' --json kosmo integrations:confluent confluent_delete_business_metadata_def '{}' --json confluent.confluent_get_business_metadata_def_by_name
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Get the business metadata definition with the given name.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_business_metadata_def_by_name '{}' --json kosmo integrations:confluent confluent_get_business_metadata_def_by_name '{}' --json confluent.confluent_create_business_metadata
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Bulk API to create multiple business metadata.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_business_metadata '{}' --json kosmo integrations:confluent confluent_create_business_metadata '{}' --json confluent.confluent_update_business_metadata
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Bulk API to update multiple business metadata.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_business_metadata '{}' --json kosmo integrations:confluent confluent_update_business_metadata '{}' --json confluent.confluent_get_business_metadata
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Gets the list of business metadata for a given entity represented by a qualified name.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_business_metadata '{}' --json kosmo integrations:confluent confluent_get_business_metadata '{}' --json confluent.confluent_delete_business_metadata
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Delete a business metadata on an entity.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_business_metadata '{}' --json kosmo integrations:confluent confluent_delete_business_metadata '{}' --json confluent.confluent_update_tags
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Bulk API to update multiple tags.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_tags '{}' --json kosmo integrations:confluent confluent_update_tags '{}' --json confluent.confluent_create_tags
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Bulk API to create multiple tags.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_tags '{}' --json kosmo integrations:confluent confluent_create_tags '{}' --json confluent.confluent_get_by_unique_attributes
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Fetch complete definition of an entity given its type and unique attribute.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_by_unique_attributes '{}' --json kosmo integrations:confluent confluent_get_by_unique_attributes '{}' --json confluent.confluent_get_tags
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Gets the list of tags for a given entity represented by a qualified name.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_tags '{}' --json kosmo integrations:confluent confluent_get_tags '{}' --json confluent.confluent_partial_entity_update
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Partially update an entity attribute.
write - Parameters
- none
kosmo integrations:call confluent.confluent_partial_entity_update '{}' --json kosmo integrations:confluent confluent_partial_entity_update '{}' --json confluent.confluent_delete_tag
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Delete a tag for an entity.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_tag '{}' --json kosmo integrations:confluent confluent_delete_tag '{}' --json confluent.confluent_search_using_attribute
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve data for the specified attribute search query.
read - Parameters
- none
kosmo integrations:call confluent.confluent_search_using_attribute '{}' --json kosmo integrations:confluent confluent_search_using_attribute '{}' --json confluent.confluent_search_using_basic
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve data for the specified fulltext query.
read - Parameters
- none
kosmo integrations:call confluent.confluent_search_using_basic '{}' --json kosmo integrations:confluent confluent_search_using_basic '{}' --json confluent.confluent_get_all_tag_defs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Bulk retrieval API for retrieving tag definitions.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_all_tag_defs '{}' --json kosmo integrations:confluent confluent_get_all_tag_defs '{}' --json confluent.confluent_update_tag_defs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Bulk update API for tag definitions.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_tag_defs '{}' --json kosmo integrations:confluent confluent_update_tag_defs '{}' --json confluent.confluent_create_tag_defs
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Bulk create API for tag definitions.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_tag_defs '{}' --json kosmo integrations:confluent confluent_create_tag_defs '{}' --json confluent.confluent_get_tag_def_by_name
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Get the tag definition with the given name.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_tag_def_by_name '{}' --json kosmo integrations:confluent confluent_get_tag_def_by_name '{}' --json confluent.confluent_delete_tag_def
!Generally Availablehttps://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8section/Versioning/API-Lifecycle-Policy Delete API for tag definition identified by its name.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_tag_def '{}' --json kosmo integrations:confluent confluent_delete_tag_def '{}' --json confluent.confluent_list_cdx_v1_provider_shared_resources
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all provider shared resources.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_cdx_v1_provider_shared_resources '{}' --json kosmo integrations:confluent confluent_list_cdx_v1_provider_shared_resources '{}' --json confluent.confluent_get_cdx_v1_provider_shared_resource
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a provider shared resource.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_cdx_v1_provider_shared_resource '{}' --json kosmo integrations:confluent confluent_get_cdx_v1_provider_shared_resource '{}' --json confluent.confluent_update_cdx_v1_provider_shared_resource
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a provider shared resource.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_cdx_v1_provider_shared_resource '{}' --json kosmo integrations:confluent confluent_update_cdx_v1_provider_shared_resource '{}' --json confluent.confluent_upload_image_cdx_v1_provider_shared_resource
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Upload the image file for the shared resource
write - Parameters
- none
kosmo integrations:call confluent.confluent_upload_image_cdx_v1_provider_shared_resource '{}' --json kosmo integrations:confluent confluent_upload_image_cdx_v1_provider_shared_resource '{}' --json confluent.confluent_view_image_cdx_v1_provider_shared_resource
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Returns the image file for the shared resource
read - Parameters
- none
kosmo integrations:call confluent.confluent_view_image_cdx_v1_provider_shared_resource '{}' --json kosmo integrations:confluent confluent_view_image_cdx_v1_provider_shared_resource '{}' --json confluent.confluent_delete_image_cdx_v1_provider_shared_resource
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Deletes the image file for the shared resource
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_image_cdx_v1_provider_shared_resource '{}' --json kosmo integrations:confluent confluent_delete_image_cdx_v1_provider_shared_resource '{}' --json confluent.confluent_list_cdx_v1_provider_shares
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all provider shares.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_cdx_v1_provider_shares '{}' --json kosmo integrations:confluent confluent_list_cdx_v1_provider_shares '{}' --json confluent.confluent_create_cdx_v1_provider_share
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Creates a share based on delivery method.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_cdx_v1_provider_share '{}' --json kosmo integrations:confluent confluent_create_cdx_v1_provider_share '{}' --json confluent.confluent_get_cdx_v1_provider_share
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a provider share.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_cdx_v1_provider_share '{}' --json kosmo integrations:confluent confluent_get_cdx_v1_provider_share '{}' --json confluent.confluent_delete_cdx_v1_provider_share
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a provider share.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_cdx_v1_provider_share '{}' --json kosmo integrations:confluent confluent_delete_cdx_v1_provider_share '{}' --json confluent.confluent_resend_cdx_v1_provider_share
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Resend provider share
write - Parameters
- none
kosmo integrations:call confluent.confluent_resend_cdx_v1_provider_share '{}' --json kosmo integrations:confluent confluent_resend_cdx_v1_provider_share '{}' --json confluent.confluent_list_cdx_v1_consumer_shared_resources
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all consumer shared resources.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_cdx_v1_consumer_shared_resources '{}' --json kosmo integrations:confluent confluent_list_cdx_v1_consumer_shared_resources '{}' --json confluent.confluent_get_cdx_v1_consumer_shared_resource
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a consumer shared resource.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_cdx_v1_consumer_shared_resource '{}' --json kosmo integrations:confluent confluent_get_cdx_v1_consumer_shared_resource '{}' --json confluent.confluent_image_cdx_v1_consumer_shared_resource
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Returns the image file for the shared resource
read - Parameters
- none
kosmo integrations:call confluent.confluent_image_cdx_v1_consumer_shared_resource '{}' --json kosmo integrations:confluent confluent_image_cdx_v1_consumer_shared_resource '{}' --json confluent.confluent_network_cdx_v1_consumer_shared_resource
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Returns network information of the shared resource
read - Parameters
- none
kosmo integrations:call confluent.confluent_network_cdx_v1_consumer_shared_resource '{}' --json kosmo integrations:confluent confluent_network_cdx_v1_consumer_shared_resource '{}' --json confluent.confluent_list_cdx_v1_consumer_shares
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all consumer shares.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_cdx_v1_consumer_shares '{}' --json kosmo integrations:confluent confluent_list_cdx_v1_consumer_shares '{}' --json confluent.confluent_get_cdx_v1_consumer_share
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a consumer share.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_cdx_v1_consumer_share '{}' --json kosmo integrations:confluent confluent_get_cdx_v1_consumer_share '{}' --json confluent.confluent_delete_cdx_v1_consumer_share
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a consumer share.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_cdx_v1_consumer_share '{}' --json kosmo integrations:confluent confluent_delete_cdx_v1_consumer_share '{}' --json confluent.confluent_resources_cdx_v1_shared_token
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Validate and decrypt the shared token and view token's shared resources
write - Parameters
- none
kosmo integrations:call confluent.confluent_resources_cdx_v1_shared_token '{}' --json kosmo integrations:confluent confluent_resources_cdx_v1_shared_token '{}' --json confluent.confluent_redeem_cdx_v1_shared_token
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Redeem the shared token for shared topic and cluster access information
write - Parameters
- none
kosmo integrations:call confluent.confluent_redeem_cdx_v1_shared_token '{}' --json kosmo integrations:confluent confluent_redeem_cdx_v1_shared_token '{}' --json confluent.confluent_get_cdx_v1_opt_in
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Returns the organization's stream sharing opt-in settings.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_cdx_v1_opt_in '{}' --json kosmo integrations:confluent confluent_get_cdx_v1_opt_in '{}' --json confluent.confluent_update_cdx_v1_opt_in
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Updates the organization's stream sharing opt-in settings.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_cdx_v1_opt_in '{}' --json kosmo integrations:confluent confluent_update_cdx_v1_opt_in '{}' --json confluent.confluent_get_partner_v2_organization
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Partner v2https://img.shields.io/badge/-Request%20Access%20To%20Partner%20v2-%23bc8540mailto:ccloud-api-access+partner-v2-early-access@confluent.io?subject=Request%20to%20join%20partner/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20partner/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Make a request to read an organization.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_partner_v2_organization '{}' --json kosmo integrations:confluent confluent_get_partner_v2_organization '{}' --json confluent.confluent_list_partner_v2_organizations
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Partner v2https://img.shields.io/badge/-Request%20Access%20To%20Partner%20v2-%23bc8540mailto:ccloud-api-access+partner-v2-early-access@confluent.io?subject=Request%20to%20join%20partner/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20partner/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Retrieve a sorted, filtered, paginated list of all organizations.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_partner_v2_organizations '{}' --json kosmo integrations:confluent confluent_list_partner_v2_organizations '{}' --json confluent.confluent_signup
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Partner v2https://img.shields.io/badge/-Request%20Access%20To%20Partner%20v2-%23bc8540mailto:ccloud-api-access+partner-v2-early-access@confluent.io?subject=Request%20to%20join%20partner/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20partner/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Create an organization for a customer. You must pass in either an entitlement object reference a url to a previously created entitlement or entitlement details. If you pass in an entitlement object reference, we will link with the created entitlement. If you pass in the entitlement details, we will create the entitlement with the organization in a single transaction. If you pass in user details email, given name, and family name, we will create a user as well. If you do not pass in user details, you MUST call /partner/v2/signup/activate with user details to complete signup.
write - Parameters
- none
kosmo integrations:call confluent.confluent_signup '{}' --json kosmo integrations:confluent confluent_signup '{}' --json confluent.confluent_activate_signup
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Partner v2https://img.shields.io/badge/-Request%20Access%20To%20Partner%20v2-%23bc8540mailto:ccloud-api-access+partner-v2-early-access@confluent.io?subject=Request%20to%20join%20partner/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20partner/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Creates a user in the organization previously created in /partner/v2/signup. This completes the signup process if you did not pass in user details to /partner/v2/signup. Calling this endpoint if the signup process has been completed will result in a 409 Conflict error.
write - Parameters
- none
kosmo integrations:call confluent.confluent_activate_signup '{}' --json kosmo integrations:confluent confluent_activate_signup '{}' --json confluent.confluent_signup_partner_v2_link
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Partner v2https://img.shields.io/badge/-Request%20Access%20To%20Partner%20v2-%23bc8540mailto:ccloud-api-access+partner-v2-early-access@confluent.io?subject=Request%20to%20join%20partner/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20partner/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Signup a customer by linking a new entitlement to an existing Confluent Cloud organization.
write - Parameters
- none
kosmo integrations:call confluent.confluent_signup_partner_v2_link '{}' --json kosmo integrations:confluent confluent_signup_partner_v2_link '{}' --json confluent.confluent_list_networking_v1_networks
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all networks.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_networks '{}' --json kosmo integrations:confluent confluent_list_networking_v1_networks '{}' --json confluent.confluent_create_networking_v1_network
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a network.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_networking_v1_network '{}' --json kosmo integrations:confluent confluent_create_networking_v1_network '{}' --json confluent.confluent_get_networking_v1_network
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a network.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_network '{}' --json kosmo integrations:confluent confluent_get_networking_v1_network '{}' --json confluent.confluent_update_networking_v1_network
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a network.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_networking_v1_network '{}' --json kosmo integrations:confluent confluent_update_networking_v1_network '{}' --json confluent.confluent_delete_networking_v1_network
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a network.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_networking_v1_network '{}' --json kosmo integrations:confluent confluent_delete_networking_v1_network '{}' --json confluent.confluent_list_networking_v1_peerings
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all peerings.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_peerings '{}' --json kosmo integrations:confluent confluent_list_networking_v1_peerings '{}' --json confluent.confluent_create_networking_v1_peering
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a peering.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_networking_v1_peering '{}' --json kosmo integrations:confluent confluent_create_networking_v1_peering '{}' --json confluent.confluent_get_networking_v1_peering
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a peering.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_peering '{}' --json kosmo integrations:confluent confluent_get_networking_v1_peering '{}' --json confluent.confluent_update_networking_v1_peering
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a peering.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_networking_v1_peering '{}' --json kosmo integrations:confluent confluent_update_networking_v1_peering '{}' --json confluent.confluent_delete_networking_v1_peering
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a peering.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_networking_v1_peering '{}' --json kosmo integrations:confluent confluent_delete_networking_v1_peering '{}' --json confluent.confluent_list_networking_v1_transit_gateway_attachments
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all transit gateway attachments.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_transit_gateway_attachments '{}' --json kosmo integrations:confluent confluent_list_networking_v1_transit_gateway_attachments '{}' --json confluent.confluent_create_networking_v1_transit_gateway_attachment
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a transit gateway attachment.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_networking_v1_transit_gateway_attachment '{}' --json kosmo integrations:confluent confluent_create_networking_v1_transit_gateway_attachment '{}' --json confluent.confluent_get_networking_v1_transit_gateway_attachment
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a transit gateway attachment.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_transit_gateway_attachment '{}' --json kosmo integrations:confluent confluent_get_networking_v1_transit_gateway_attachment '{}' --json confluent.confluent_update_networking_v1_transit_gateway_attachment
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a transit gateway attachment.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_networking_v1_transit_gateway_attachment '{}' --json kosmo integrations:confluent confluent_update_networking_v1_transit_gateway_attachment '{}' --json confluent.confluent_delete_networking_v1_transit_gateway_attachment
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a transit gateway attachment.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_networking_v1_transit_gateway_attachment '{}' --json kosmo integrations:confluent confluent_delete_networking_v1_transit_gateway_attachment '{}' --json confluent.confluent_list_networking_v1_private_link_accesses
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all private link accesses.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_private_link_accesses '{}' --json kosmo integrations:confluent confluent_list_networking_v1_private_link_accesses '{}' --json confluent.confluent_create_networking_v1_private_link_access
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a private link access.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_networking_v1_private_link_access '{}' --json kosmo integrations:confluent confluent_create_networking_v1_private_link_access '{}' --json confluent.confluent_get_networking_v1_private_link_access
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a private link access.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_private_link_access '{}' --json kosmo integrations:confluent confluent_get_networking_v1_private_link_access '{}' --json confluent.confluent_update_networking_v1_private_link_access
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a private link access.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_networking_v1_private_link_access '{}' --json kosmo integrations:confluent confluent_update_networking_v1_private_link_access '{}' --json confluent.confluent_delete_networking_v1_private_link_access
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a private link access.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_networking_v1_private_link_access '{}' --json kosmo integrations:confluent confluent_delete_networking_v1_private_link_access '{}' --json confluent.confluent_list_networking_v1_network_link_services
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all network link services.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_network_link_services '{}' --json kosmo integrations:confluent confluent_list_networking_v1_network_link_services '{}' --json confluent.confluent_create_networking_v1_network_link_service
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a network link service.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_networking_v1_network_link_service '{}' --json kosmo integrations:confluent confluent_create_networking_v1_network_link_service '{}' --json confluent.confluent_get_networking_v1_network_link_service
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a network link service.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_network_link_service '{}' --json kosmo integrations:confluent confluent_get_networking_v1_network_link_service '{}' --json confluent.confluent_update_networking_v1_network_link_service
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a network link service.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_networking_v1_network_link_service '{}' --json kosmo integrations:confluent confluent_update_networking_v1_network_link_service '{}' --json confluent.confluent_delete_networking_v1_network_link_service
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a network link service.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_networking_v1_network_link_service '{}' --json kosmo integrations:confluent confluent_delete_networking_v1_network_link_service '{}' --json confluent.confluent_list_networking_v1_network_link_endpoints
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all network link endpoints.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_network_link_endpoints '{}' --json kosmo integrations:confluent confluent_list_networking_v1_network_link_endpoints '{}' --json confluent.confluent_create_networking_v1_network_link_endpoint
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a network link endpoint.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_networking_v1_network_link_endpoint '{}' --json kosmo integrations:confluent confluent_create_networking_v1_network_link_endpoint '{}' --json confluent.confluent_get_networking_v1_network_link_endpoint
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a network link endpoint.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_network_link_endpoint '{}' --json kosmo integrations:confluent confluent_get_networking_v1_network_link_endpoint '{}' --json confluent.confluent_update_networking_v1_network_link_endpoint
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a network link endpoint.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_networking_v1_network_link_endpoint '{}' --json kosmo integrations:confluent confluent_update_networking_v1_network_link_endpoint '{}' --json confluent.confluent_delete_networking_v1_network_link_endpoint
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a network link endpoint.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_networking_v1_network_link_endpoint '{}' --json kosmo integrations:confluent confluent_delete_networking_v1_network_link_endpoint '{}' --json confluent.confluent_list_networking_v1_network_link_service_associations
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all network link service associations.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_network_link_service_associations '{}' --json kosmo integrations:confluent confluent_list_networking_v1_network_link_service_associations '{}' --json confluent.confluent_get_networking_v1_network_link_service_association
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a network link service association.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_network_link_service_association '{}' --json kosmo integrations:confluent confluent_get_networking_v1_network_link_service_association '{}' --json confluent.confluent_list_networking_v1_ip_addresses
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Related guide: Use Public Egress IP addresses on Confluent Cloudhttps://docs.confluent.io/cloud/current/networking/static-egress-ip-addresses.html Retrieve a sorted, filtered, paginated list of all IP Addresses.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_ip_addresses '{}' --json kosmo integrations:confluent confluent_list_networking_v1_ip_addresses '{}' --json confluent.confluent_list_networking_v1_private_link_attachments
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all private link attachments.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_private_link_attachments '{}' --json kosmo integrations:confluent confluent_list_networking_v1_private_link_attachments '{}' --json confluent.confluent_create_networking_v1_private_link_attachment
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a private link attachment.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_networking_v1_private_link_attachment '{}' --json kosmo integrations:confluent confluent_create_networking_v1_private_link_attachment '{}' --json confluent.confluent_get_networking_v1_private_link_attachment
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a private link attachment.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_private_link_attachment '{}' --json kosmo integrations:confluent confluent_get_networking_v1_private_link_attachment '{}' --json confluent.confluent_update_networking_v1_private_link_attachment
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a private link attachment.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_networking_v1_private_link_attachment '{}' --json kosmo integrations:confluent confluent_update_networking_v1_private_link_attachment '{}' --json confluent.confluent_delete_networking_v1_private_link_attachment
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a private link attachment.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_networking_v1_private_link_attachment '{}' --json kosmo integrations:confluent confluent_delete_networking_v1_private_link_attachment '{}' --json confluent.confluent_list_networking_v1_private_link_attachment_connections
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all private link attachment connections.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_private_link_attachment_connections '{}' --json kosmo integrations:confluent confluent_list_networking_v1_private_link_attachment_connections '{}' --json confluent.confluent_create_networking_v1_private_link_attachment_connection
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a private link attachment connection.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_networking_v1_private_link_attachment_connection '{}' --json kosmo integrations:confluent confluent_create_networking_v1_private_link_attachment_connection '{}' --json confluent.confluent_get_networking_v1_private_link_attachment_connection
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a private link attachment connection.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_private_link_attachment_connection '{}' --json kosmo integrations:confluent confluent_get_networking_v1_private_link_attachment_connection '{}' --json confluent.confluent_update_networking_v1_private_link_attachment_connection
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a private link attachment connection.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_networking_v1_private_link_attachment_connection '{}' --json kosmo integrations:confluent confluent_update_networking_v1_private_link_attachment_connection '{}' --json confluent.confluent_delete_networking_v1_private_link_attachment_connection
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a private link attachment connection.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_networking_v1_private_link_attachment_connection '{}' --json kosmo integrations:confluent confluent_delete_networking_v1_private_link_attachment_connection '{}' --json confluent.confluent_list_iam_v2_identity_providers
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all identity providers.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_iam_v2_identity_providers '{}' --json kosmo integrations:confluent confluent_list_iam_v2_identity_providers '{}' --json confluent.confluent_create_iam_v2_identity_provider
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create an identity provider.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_iam_v2_identity_provider '{}' --json kosmo integrations:confluent confluent_create_iam_v2_identity_provider '{}' --json confluent.confluent_get_iam_v2_identity_provider
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an identity provider.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_identity_provider '{}' --json kosmo integrations:confluent confluent_get_iam_v2_identity_provider '{}' --json confluent.confluent_update_iam_v2_identity_provider
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update an identity provider.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_iam_v2_identity_provider '{}' --json kosmo integrations:confluent confluent_update_iam_v2_identity_provider '{}' --json confluent.confluent_delete_iam_v2_identity_provider
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete an identity provider.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_iam_v2_identity_provider '{}' --json kosmo integrations:confluent confluent_delete_iam_v2_identity_provider '{}' --json confluent.confluent_refresh_iam_v2_json_web_key_set
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to refresh the provider's JWKS
write - Parameters
- none
kosmo integrations:call confluent.confluent_refresh_iam_v2_json_web_key_set '{}' --json kosmo integrations:confluent confluent_refresh_iam_v2_json_web_key_set '{}' --json confluent.confluent_list_iam_v2_identity_pools
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all identity pools.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_iam_v2_identity_pools '{}' --json kosmo integrations:confluent confluent_list_iam_v2_identity_pools '{}' --json confluent.confluent_create_iam_v2_identity_pool
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create an identity pool.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_iam_v2_identity_pool '{}' --json kosmo integrations:confluent confluent_create_iam_v2_identity_pool '{}' --json confluent.confluent_get_iam_v2_identity_pool
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an identity pool.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_identity_pool '{}' --json kosmo integrations:confluent confluent_get_iam_v2_identity_pool '{}' --json confluent.confluent_update_iam_v2_identity_pool
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update an identity pool.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_iam_v2_identity_pool '{}' --json kosmo integrations:confluent confluent_update_iam_v2_identity_pool '{}' --json confluent.confluent_delete_iam_v2_identity_pool
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete an identity pool.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_iam_v2_identity_pool '{}' --json kosmo integrations:confluent confluent_delete_iam_v2_identity_pool '{}' --json confluent.confluent_exchange_sts_v1_oauth_token
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Use this operation to exchange an access token JWT issued by an external identity provider for an access token JWT issued by Confluent.This enables the use of external identities to access Confluent Cloud APIs.
write - Parameters
- none
kosmo integrations:call confluent.confluent_exchange_sts_v1_oauth_token '{}' --json kosmo integrations:confluent confluent_exchange_sts_v1_oauth_token '{}' --json confluent.confluent_list_kafka_quotas_v1_client_quotas
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all client quotas.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_kafka_quotas_v1_client_quotas '{}' --json kosmo integrations:confluent confluent_list_kafka_quotas_v1_client_quotas '{}' --json confluent.confluent_create_kafka_quotas_v1_client_quota
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a client quota.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_kafka_quotas_v1_client_quota '{}' --json kosmo integrations:confluent confluent_create_kafka_quotas_v1_client_quota '{}' --json confluent.confluent_get_kafka_quotas_v1_client_quota
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a client quota.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_kafka_quotas_v1_client_quota '{}' --json kosmo integrations:confluent confluent_get_kafka_quotas_v1_client_quota '{}' --json confluent.confluent_update_kafka_quotas_v1_client_quota
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a client quota.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_kafka_quotas_v1_client_quota '{}' --json kosmo integrations:confluent confluent_update_kafka_quotas_v1_client_quota '{}' --json confluent.confluent_delete_kafka_quotas_v1_client_quota
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a client quota.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_kafka_quotas_v1_client_quota '{}' --json kosmo integrations:confluent confluent_delete_kafka_quotas_v1_client_quota '{}' --json confluent.confluent_list_byok_v1_keys
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all keys.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_byok_v1_keys '{}' --json kosmo integrations:confluent confluent_list_byok_v1_keys '{}' --json confluent.confluent_create_byok_v1_key
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a key.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_byok_v1_key '{}' --json kosmo integrations:confluent confluent_create_byok_v1_key '{}' --json confluent.confluent_get_byok_v1_key
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a key.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_byok_v1_key '{}' --json kosmo integrations:confluent confluent_get_byok_v1_key '{}' --json confluent.confluent_update_byok_v1_key
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a key.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_byok_v1_key '{}' --json kosmo integrations:confluent confluent_update_byok_v1_key '{}' --json confluent.confluent_delete_byok_v1_key
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a key.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_byok_v1_key '{}' --json kosmo integrations:confluent confluent_delete_byok_v1_key '{}' --json confluent.confluent_list_billing_v1_costs
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all costs.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_billing_v1_costs '{}' --json kosmo integrations:confluent confluent_list_billing_v1_costs '{}' --json confluent.confluent_list_iam_v2_sso_group_mappings
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all group mappings.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_iam_v2_sso_group_mappings '{}' --json kosmo integrations:confluent confluent_list_iam_v2_sso_group_mappings '{}' --json confluent.confluent_create_iam_v2_sso_group_mapping
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a group mapping.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_iam_v2_sso_group_mapping '{}' --json kosmo integrations:confluent confluent_create_iam_v2_sso_group_mapping '{}' --json confluent.confluent_get_iam_v2_sso_group_mapping
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a group mapping.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_sso_group_mapping '{}' --json kosmo integrations:confluent confluent_get_iam_v2_sso_group_mapping '{}' --json confluent.confluent_update_iam_v2_sso_group_mapping
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a group mapping.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_iam_v2_sso_group_mapping '{}' --json kosmo integrations:confluent confluent_update_iam_v2_sso_group_mapping '{}' --json confluent.confluent_delete_iam_v2_sso_group_mapping
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a group mapping.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_iam_v2_sso_group_mapping '{}' --json kosmo integrations:confluent confluent_delete_iam_v2_sso_group_mapping '{}' --json confluent.confluent_list_fcpm_v2_compute_pools
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all compute pools.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_fcpm_v2_compute_pools '{}' --json kosmo integrations:confluent confluent_list_fcpm_v2_compute_pools '{}' --json confluent.confluent_create_fcpm_v2_compute_pool
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a compute pool.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_fcpm_v2_compute_pool '{}' --json kosmo integrations:confluent confluent_create_fcpm_v2_compute_pool '{}' --json confluent.confluent_get_fcpm_v2_compute_pool
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a compute pool.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_fcpm_v2_compute_pool '{}' --json kosmo integrations:confluent confluent_get_fcpm_v2_compute_pool '{}' --json confluent.confluent_update_fcpm_v2_compute_pool
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a compute pool.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_fcpm_v2_compute_pool '{}' --json kosmo integrations:confluent confluent_update_fcpm_v2_compute_pool '{}' --json confluent.confluent_delete_fcpm_v2_compute_pool
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a compute pool.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_fcpm_v2_compute_pool '{}' --json kosmo integrations:confluent confluent_delete_fcpm_v2_compute_pool '{}' --json confluent.confluent_list_fcpm_v2_regions
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all regions.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_fcpm_v2_regions '{}' --json kosmo integrations:confluent confluent_list_fcpm_v2_regions '{}' --json confluent.confluent_get_fcpm_v2_org_compute_pool_config
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an org compute pool config.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_fcpm_v2_org_compute_pool_config '{}' --json kosmo integrations:confluent confluent_get_fcpm_v2_org_compute_pool_config '{}' --json confluent.confluent_update_fcpm_v2_org_compute_pool_config
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update an org compute pool config.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_fcpm_v2_org_compute_pool_config '{}' --json kosmo integrations:confluent confluent_update_fcpm_v2_org_compute_pool_config '{}' --json confluent.confluent_list_sqlv1_connections
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered and paginated list of all Connections.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_sqlv1_connections '{}' --json kosmo integrations:confluent confluent_list_sqlv1_connections '{}' --json confluent.confluent_create_sqlv1_connection
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to create a Connection.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_sqlv1_connection '{}' --json kosmo integrations:confluent confluent_create_sqlv1_connection '{}' --json confluent.confluent_get_sqlv1_connection
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to read a Connection.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_sqlv1_connection '{}' --json kosmo integrations:confluent confluent_get_sqlv1_connection '{}' --json confluent.confluent_delete_sqlv1_connection
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to delete a statement.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_sqlv1_connection '{}' --json kosmo integrations:confluent confluent_delete_sqlv1_connection '{}' --json confluent.confluent_update_sqlv1_connection
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to update a connection.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_sqlv1_connection '{}' --json kosmo integrations:confluent confluent_update_sqlv1_connection '{}' --json confluent.confluent_get_sqlv1_statement_result
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Read Statement Result.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_sqlv1_statement_result '{}' --json kosmo integrations:confluent confluent_get_sqlv1_statement_result '{}' --json confluent.confluent_list_sqlv1_statements
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all statements.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_sqlv1_statements '{}' --json kosmo integrations:confluent confluent_list_sqlv1_statements '{}' --json confluent.confluent_create_sqlv1_statement
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a statement.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_sqlv1_statement '{}' --json kosmo integrations:confluent confluent_create_sqlv1_statement '{}' --json confluent.confluent_get_sqlv1_statement
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a statement.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_sqlv1_statement '{}' --json kosmo integrations:confluent confluent_get_sqlv1_statement '{}' --json confluent.confluent_delete_sqlv1_statement
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a statement.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_sqlv1_statement '{}' --json kosmo integrations:confluent confluent_delete_sqlv1_statement '{}' --json confluent.confluent_update_sqlv1_statement
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a statement. The request will fail with a 409 Conflict error if the Statement has changed since it was fetched. In this case, do a GET, reapply the modifications, and try the update again.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_sqlv1_statement '{}' --json kosmo integrations:confluent confluent_update_sqlv1_statement '{}' --json confluent.confluent_patch_sqlv1_statement
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to patch a statement.
write - Parameters
- none
kosmo integrations:call confluent.confluent_patch_sqlv1_statement '{}' --json kosmo integrations:confluent confluent_patch_sqlv1_statement '{}' --json confluent.confluent_get_sqlv1_statement_exceptions
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a list of the 10 most recent statement exceptions.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_sqlv1_statement_exceptions '{}' --json kosmo integrations:confluent confluent_get_sqlv1_statement_exceptions '{}' --json confluent.confluent_list_sqlv1_materialized_tables
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted and paginated list of all materialized tables.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_sqlv1_materialized_tables '{}' --json kosmo integrations:confluent confluent_list_sqlv1_materialized_tables '{}' --json confluent.confluent_create_sqlv1_materialized_table
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Create a new Materialized Table.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_sqlv1_materialized_table '{}' --json kosmo integrations:confluent confluent_create_sqlv1_materialized_table '{}' --json confluent.confluent_get_sqlv1_materialized_table
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a specific Materialized Table by name.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_sqlv1_materialized_table '{}' --json kosmo integrations:confluent confluent_get_sqlv1_materialized_table '{}' --json confluent.confluent_update_sqlv1_materialized_table
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a Materialized Table's mutable fields. Mutable fields include: query, stopped, computepoolid, principal, columns, watermark, constraints and tableoptions.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_sqlv1_materialized_table '{}' --json kosmo integrations:confluent confluent_update_sqlv1_materialized_table '{}' --json confluent.confluent_delete_sqlv1_materialized_table
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Delete a specific Materialized Table by name.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_sqlv1_materialized_table '{}' --json kosmo integrations:confluent confluent_delete_sqlv1_materialized_table '{}' --json confluent.confluent_list_sqlv1_materialized_table_versions
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted and paginated list of all versions for a specific Materialized Table.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_sqlv1_materialized_table_versions '{}' --json kosmo integrations:confluent confluent_list_sqlv1_materialized_table_versions '{}' --json confluent.confluent_get_sqlv1_materialized_table_version
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a specific version of a Materialized Table.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_sqlv1_materialized_table_version '{}' --json kosmo integrations:confluent confluent_get_sqlv1_materialized_table_version '{}' --json confluent.confluent_list_sqlv1_agents
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300af91section/Versioning/API-Lifecycle-Policy Retrieve a sorted and paginated list of all agents.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_sqlv1_agents '{}' --json kosmo integrations:confluent confluent_list_sqlv1_agents '{}' --json confluent.confluent_create_sqlv1_agent
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300af91section/Versioning/API-Lifecycle-Policy Make a request to create an Agent.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_sqlv1_agent '{}' --json kosmo integrations:confluent confluent_create_sqlv1_agent '{}' --json confluent.confluent_get_sqlv1_agent
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300af91section/Versioning/API-Lifecycle-Policy Retrieve a specific Agent by name.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_sqlv1_agent '{}' --json kosmo integrations:confluent confluent_get_sqlv1_agent '{}' --json confluent.confluent_update_sqlv1_agent
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300af91section/Versioning/API-Lifecycle-Policy Make a request to update an Agent's mutable fields. Mutable fields include: description, model, prompt, and properties.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_sqlv1_agent '{}' --json kosmo integrations:confluent confluent_update_sqlv1_agent '{}' --json confluent.confluent_delete_sqlv1_agent
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300af91section/Versioning/API-Lifecycle-Policy Delete a specific Agent by name.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_sqlv1_agent '{}' --json kosmo integrations:confluent confluent_delete_sqlv1_agent '{}' --json confluent.confluent_create_sqlv1_tool
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to create a Tool.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_sqlv1_tool '{}' --json kosmo integrations:confluent confluent_create_sqlv1_tool '{}' --json confluent.confluent_list_sqlv1_tools
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all Tools.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_sqlv1_tools '{}' --json kosmo integrations:confluent confluent_list_sqlv1_tools '{}' --json confluent.confluent_get_sqlv1_tool
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to read a Tool.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_sqlv1_tool '{}' --json kosmo integrations:confluent confluent_get_sqlv1_tool '{}' --json confluent.confluent_delete_sqlv1_tool
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to delete a Tool.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_sqlv1_tool '{}' --json kosmo integrations:confluent confluent_delete_sqlv1_tool '{}' --json confluent.confluent_list_networking_v1_dns_forwarders
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all DNS forwarders.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_dns_forwarders '{}' --json kosmo integrations:confluent confluent_list_networking_v1_dns_forwarders '{}' --json confluent.confluent_create_networking_v1_dns_forwarder
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a DNS forwarder.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_networking_v1_dns_forwarder '{}' --json kosmo integrations:confluent confluent_create_networking_v1_dns_forwarder '{}' --json confluent.confluent_get_networking_v1_dns_forwarder
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a DNS forwarder.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_dns_forwarder '{}' --json kosmo integrations:confluent confluent_get_networking_v1_dns_forwarder '{}' --json confluent.confluent_update_networking_v1_dns_forwarder
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a DNS forwarder.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_networking_v1_dns_forwarder '{}' --json kosmo integrations:confluent confluent_update_networking_v1_dns_forwarder '{}' --json confluent.confluent_delete_networking_v1_dns_forwarder
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a DNS forwarder.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_networking_v1_dns_forwarder '{}' --json kosmo integrations:confluent confluent_delete_networking_v1_dns_forwarder '{}' --json confluent.confluent_list_networking_v1_access_points
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all access points.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_access_points '{}' --json kosmo integrations:confluent confluent_list_networking_v1_access_points '{}' --json confluent.confluent_create_networking_v1_access_point
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create an access point.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_networking_v1_access_point '{}' --json kosmo integrations:confluent confluent_create_networking_v1_access_point '{}' --json confluent.confluent_get_networking_v1_access_point
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an access point.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_access_point '{}' --json kosmo integrations:confluent confluent_get_networking_v1_access_point '{}' --json confluent.confluent_update_networking_v1_access_point
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update an access point.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_networking_v1_access_point '{}' --json kosmo integrations:confluent confluent_update_networking_v1_access_point '{}' --json confluent.confluent_delete_networking_v1_access_point
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete an access point.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_networking_v1_access_point '{}' --json kosmo integrations:confluent confluent_delete_networking_v1_access_point '{}' --json confluent.confluent_list_networking_v1_dns_records
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all DNS records.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_dns_records '{}' --json kosmo integrations:confluent confluent_list_networking_v1_dns_records '{}' --json confluent.confluent_create_networking_v1_dns_record
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a DNS record.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_networking_v1_dns_record '{}' --json kosmo integrations:confluent confluent_create_networking_v1_dns_record '{}' --json confluent.confluent_get_networking_v1_dns_record
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a DNS record.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_dns_record '{}' --json kosmo integrations:confluent confluent_get_networking_v1_dns_record '{}' --json confluent.confluent_update_networking_v1_dns_record
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a DNS record.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_networking_v1_dns_record '{}' --json kosmo integrations:confluent confluent_update_networking_v1_dns_record '{}' --json confluent.confluent_delete_networking_v1_dns_record
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a DNS record.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_networking_v1_dns_record '{}' --json kosmo integrations:confluent confluent_delete_networking_v1_dns_record '{}' --json confluent.confluent_list_iam_v2_certificate_authorities
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all certificate authorities.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_iam_v2_certificate_authorities '{}' --json kosmo integrations:confluent confluent_list_iam_v2_certificate_authorities '{}' --json confluent.confluent_create_iam_v2_certificate_authority
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a certificate authority.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_iam_v2_certificate_authority '{}' --json kosmo integrations:confluent confluent_create_iam_v2_certificate_authority '{}' --json confluent.confluent_get_iam_v2_certificate_authority
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a certificate authority.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_certificate_authority '{}' --json kosmo integrations:confluent confluent_get_iam_v2_certificate_authority '{}' --json confluent.confluent_update_iam_v2_certificate_authority
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a certificate authority.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_iam_v2_certificate_authority '{}' --json kosmo integrations:confluent confluent_update_iam_v2_certificate_authority '{}' --json confluent.confluent_delete_iam_v2_certificate_authority
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a certificate authority.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_iam_v2_certificate_authority '{}' --json kosmo integrations:confluent confluent_delete_iam_v2_certificate_authority '{}' --json confluent.confluent_list_iam_v2_certificate_identity_pools
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all certificate identity pools.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_iam_v2_certificate_identity_pools '{}' --json kosmo integrations:confluent confluent_list_iam_v2_certificate_identity_pools '{}' --json confluent.confluent_create_iam_v2_certificate_identity_pool
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a certificate identity pool.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_iam_v2_certificate_identity_pool '{}' --json kosmo integrations:confluent confluent_create_iam_v2_certificate_identity_pool '{}' --json confluent.confluent_get_iam_v2_certificate_identity_pool
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a certificate identity pool.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_iam_v2_certificate_identity_pool '{}' --json kosmo integrations:confluent confluent_get_iam_v2_certificate_identity_pool '{}' --json confluent.confluent_update_iam_v2_certificate_identity_pool
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a certificate identity pool.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_iam_v2_certificate_identity_pool '{}' --json kosmo integrations:confluent confluent_update_iam_v2_certificate_identity_pool '{}' --json confluent.confluent_delete_iam_v2_certificate_identity_pool
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a certificate identity pool.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_iam_v2_certificate_identity_pool '{}' --json kosmo integrations:confluent confluent_delete_iam_v2_certificate_identity_pool '{}' --json confluent.confluent_list_pim_v1_integrations
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all integrations. If no provider filter is specified, returns provider integrations from all clouds.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_pim_v1_integrations '{}' --json kosmo integrations:confluent confluent_list_pim_v1_integrations '{}' --json confluent.confluent_create_pim_v1_integration
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create an integration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_pim_v1_integration '{}' --json kosmo integrations:confluent confluent_create_pim_v1_integration '{}' --json confluent.confluent_get_pim_v1_integration
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read an integration.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_pim_v1_integration '{}' --json kosmo integrations:confluent confluent_get_pim_v1_integration '{}' --json confluent.confluent_delete_pim_v1_integration
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete an integration. This request fails if existing workloads are using this CSP integration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_pim_v1_integration '{}' --json kosmo integrations:confluent confluent_delete_pim_v1_integration '{}' --json confluent.confluent_list_pim_v2_integrations
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Provider Integrationhttps://img.shields.io/badge/-Request%20Access%20To%20Provider%20Integration-%23bc8540mailto:ccloud-api-access+pim-v2-early-access@confluent.io?subject=Request%20to%20join%20pim/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20pim/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Retrieve a sorted, filtered, paginated list of all integrations. If no provider filter is specified, returns provider integrations from all clouds.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_pim_v2_integrations '{}' --json kosmo integrations:confluent confluent_list_pim_v2_integrations '{}' --json confluent.confluent_create_pim_v2_integration
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Provider Integrationhttps://img.shields.io/badge/-Request%20Access%20To%20Provider%20Integration-%23bc8540mailto:ccloud-api-access+pim-v2-early-access@confluent.io?subject=Request%20to%20join%20pim/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20pim/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Make a request to create an integration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_pim_v2_integration '{}' --json kosmo integrations:confluent confluent_create_pim_v2_integration '{}' --json confluent.confluent_get_pim_v2_integration
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Provider Integrationhttps://img.shields.io/badge/-Request%20Access%20To%20Provider%20Integration-%23bc8540mailto:ccloud-api-access+pim-v2-early-access@confluent.io?subject=Request%20to%20join%20pim/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20pim/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Make a request to read an integration.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_pim_v2_integration '{}' --json kosmo integrations:confluent confluent_get_pim_v2_integration '{}' --json confluent.confluent_update_pim_v2_integration
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Provider Integrationhttps://img.shields.io/badge/-Request%20Access%20To%20Provider%20Integration-%23bc8540mailto:ccloud-api-access+pim-v2-early-access@confluent.io?subject=Request%20to%20join%20pim/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20pim/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Make a request to update an integration. This request only works for integrations with DRAFT status.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_pim_v2_integration '{}' --json kosmo integrations:confluent confluent_update_pim_v2_integration '{}' --json confluent.confluent_delete_pim_v2_integration
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Provider Integrationhttps://img.shields.io/badge/-Request%20Access%20To%20Provider%20Integration-%23bc8540mailto:ccloud-api-access+pim-v2-early-access@confluent.io?subject=Request%20to%20join%20pim/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20pim/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Make a request to delete an integration. This request fails if existing workloads are using this CSP integration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_pim_v2_integration '{}' --json kosmo integrations:confluent confluent_delete_pim_v2_integration '{}' --json confluent.confluent_validate_pim_v2_integration
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Provider Integrationhttps://img.shields.io/badge/-Request%20Access%20To%20Provider%20Integration-%23bc8540mailto:ccloud-api-access+pim-v2-early-access@confluent.io?subject=Request%20to%20join%20pim/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20pim/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Validate the provider integration configuration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_validate_pim_v2_integration '{}' --json kosmo integrations:confluent confluent_validate_pim_v2_integration '{}' --json confluent.confluent_list_artifact_v1_flink_artifacts
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all flink artifacts.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_artifact_v1_flink_artifacts '{}' --json kosmo integrations:confluent confluent_list_artifact_v1_flink_artifacts '{}' --json confluent.confluent_create_artifact_v1_flink_artifact
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a flink artifact.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_artifact_v1_flink_artifact '{}' --json kosmo integrations:confluent confluent_create_artifact_v1_flink_artifact '{}' --json confluent.confluent_get_artifact_v1_flink_artifact
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a flink artifact.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_artifact_v1_flink_artifact '{}' --json kosmo integrations:confluent confluent_get_artifact_v1_flink_artifact '{}' --json confluent.confluent_update_artifact_v1_flink_artifact
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a flink artifact.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_artifact_v1_flink_artifact '{}' --json kosmo integrations:confluent confluent_update_artifact_v1_flink_artifact '{}' --json confluent.confluent_delete_artifact_v1_flink_artifact
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a flink artifact.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_artifact_v1_flink_artifact '{}' --json kosmo integrations:confluent confluent_delete_artifact_v1_flink_artifact '{}' --json confluent.confluent_presigned_upload_url_artifact_v1_presigned_url
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Request a presigned upload URL to upload a Flink Artifact archive.
write - Parameters
- none
kosmo integrations:call confluent.confluent_presigned_upload_url_artifact_v1_presigned_url '{}' --json kosmo integrations:confluent confluent_presigned_upload_url_artifact_v1_presigned_url '{}' --json confluent.confluent_list_networking_v1_gateways
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all gateways.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_networking_v1_gateways '{}' --json kosmo integrations:confluent confluent_list_networking_v1_gateways '{}' --json confluent.confluent_create_networking_v1_gateway
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a gateway.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_networking_v1_gateway '{}' --json kosmo integrations:confluent confluent_create_networking_v1_gateway '{}' --json confluent.confluent_get_networking_v1_gateway
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a gateway.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_networking_v1_gateway '{}' --json kosmo integrations:confluent confluent_get_networking_v1_gateway '{}' --json confluent.confluent_update_networking_v1_gateway
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a gateway.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_networking_v1_gateway '{}' --json kosmo integrations:confluent confluent_update_networking_v1_gateway '{}' --json confluent.confluent_delete_networking_v1_gateway
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a gateway.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_networking_v1_gateway '{}' --json kosmo integrations:confluent confluent_delete_networking_v1_gateway '{}' --json confluent.confluent_list_ccl_v1_custom_code_loggings
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Custom Code Logging API EAhttps://img.shields.io/badge/-Request%20Access%20To%20Custom%20Code%20Logging%20API%20EA-%23bc8540mailto:ccloud-api-access+ccl-v1-early-access@confluent.io?subject=Request%20to%20join%20ccl/v1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20ccl/v1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Retrieve a sorted, filtered, paginated list of all custom code loggings.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_ccl_v1_custom_code_loggings '{}' --json kosmo integrations:confluent confluent_list_ccl_v1_custom_code_loggings '{}' --json confluent.confluent_create_ccl_v1_custom_code_logging
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Custom Code Logging API EAhttps://img.shields.io/badge/-Request%20Access%20To%20Custom%20Code%20Logging%20API%20EA-%23bc8540mailto:ccloud-api-access+ccl-v1-early-access@confluent.io?subject=Request%20to%20join%20ccl/v1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20ccl/v1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Make a request to create a custom code logging.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_ccl_v1_custom_code_logging '{}' --json kosmo integrations:confluent confluent_create_ccl_v1_custom_code_logging '{}' --json confluent.confluent_get_ccl_v1_custom_code_logging
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Custom Code Logging API EAhttps://img.shields.io/badge/-Request%20Access%20To%20Custom%20Code%20Logging%20API%20EA-%23bc8540mailto:ccloud-api-access+ccl-v1-early-access@confluent.io?subject=Request%20to%20join%20ccl/v1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20ccl/v1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Make a request to read a custom code logging.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_ccl_v1_custom_code_logging '{}' --json kosmo integrations:confluent confluent_get_ccl_v1_custom_code_logging '{}' --json confluent.confluent_update_ccl_v1_custom_code_logging
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Custom Code Logging API EAhttps://img.shields.io/badge/-Request%20Access%20To%20Custom%20Code%20Logging%20API%20EA-%23bc8540mailto:ccloud-api-access+ccl-v1-early-access@confluent.io?subject=Request%20to%20join%20ccl/v1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20ccl/v1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Make a request to update a custom code logging.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_ccl_v1_custom_code_logging '{}' --json kosmo integrations:confluent confluent_update_ccl_v1_custom_code_logging '{}' --json confluent.confluent_delete_ccl_v1_custom_code_logging
!Early Accesshttps://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8section/Versioning/API-Lifecycle-Policy !Request Access To Custom Code Logging API EAhttps://img.shields.io/badge/-Request%20Access%20To%20Custom%20Code%20Logging%20API%20EA-%23bc8540mailto:ccloud-api-access+ccl-v1-early-access@confluent.io?subject=Request%20to%20join%20ccl/v1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20ccl/v1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E. Make a request to delete a custom code logging.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_ccl_v1_custom_code_logging '{}' --json kosmo integrations:confluent confluent_delete_ccl_v1_custom_code_logging '{}' --json confluent.confluent_list_tableflow_v1_regions
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all regions.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_tableflow_v1_regions '{}' --json kosmo integrations:confluent confluent_list_tableflow_v1_regions '{}' --json confluent.confluent_list_tableflow_v1_tableflow_topics
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all tableflow topics.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_tableflow_v1_tableflow_topics '{}' --json kosmo integrations:confluent confluent_list_tableflow_v1_tableflow_topics '{}' --json confluent.confluent_create_tableflow_v1_tableflow_topic
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a tableflow topic.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_tableflow_v1_tableflow_topic '{}' --json kosmo integrations:confluent confluent_create_tableflow_v1_tableflow_topic '{}' --json confluent.confluent_get_tableflow_v1_tableflow_topic
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a tableflow topic.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_tableflow_v1_tableflow_topic '{}' --json kosmo integrations:confluent confluent_get_tableflow_v1_tableflow_topic '{}' --json confluent.confluent_update_tableflow_v1_tableflow_topic
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a tableflow topic.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_tableflow_v1_tableflow_topic '{}' --json kosmo integrations:confluent confluent_update_tableflow_v1_tableflow_topic '{}' --json confluent.confluent_delete_tableflow_v1_tableflow_topic
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a tableflow topic.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_tableflow_v1_tableflow_topic '{}' --json kosmo integrations:confluent confluent_delete_tableflow_v1_tableflow_topic '{}' --json confluent.confluent_list_tableflow_v1_catalog_integrations
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all catalog integrations.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_tableflow_v1_catalog_integrations '{}' --json kosmo integrations:confluent confluent_list_tableflow_v1_catalog_integrations '{}' --json confluent.confluent_create_tableflow_v1_catalog_integration
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a catalog integration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_tableflow_v1_catalog_integration '{}' --json kosmo integrations:confluent confluent_create_tableflow_v1_catalog_integration '{}' --json confluent.confluent_get_tableflow_v1_catalog_integration
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a catalog integration.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_tableflow_v1_catalog_integration '{}' --json kosmo integrations:confluent confluent_get_tableflow_v1_catalog_integration '{}' --json confluent.confluent_update_tableflow_v1_catalog_integration
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a catalog integration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_tableflow_v1_catalog_integration '{}' --json kosmo integrations:confluent confluent_update_tableflow_v1_catalog_integration '{}' --json confluent.confluent_delete_tableflow_v1_catalog_integration
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a catalog integration.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_tableflow_v1_catalog_integration '{}' --json kosmo integrations:confluent confluent_delete_tableflow_v1_catalog_integration '{}' --json confluent.confluent_list_ccpm_v1_custom_connect_plugins
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all custom connect plugins. If no cloud filter is specified, returns custom connect plugins from all clouds.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_ccpm_v1_custom_connect_plugins '{}' --json kosmo integrations:confluent confluent_list_ccpm_v1_custom_connect_plugins '{}' --json confluent.confluent_create_ccpm_v1_custom_connect_plugin
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a custom connect plugin.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_ccpm_v1_custom_connect_plugin '{}' --json kosmo integrations:confluent confluent_create_ccpm_v1_custom_connect_plugin '{}' --json confluent.confluent_get_ccpm_v1_custom_connect_plugin
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a custom connect plugin.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_ccpm_v1_custom_connect_plugin '{}' --json kosmo integrations:confluent confluent_get_ccpm_v1_custom_connect_plugin '{}' --json confluent.confluent_update_ccpm_v1_custom_connect_plugin
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to update a custom connect plugin.
write - Parameters
- none
kosmo integrations:call confluent.confluent_update_ccpm_v1_custom_connect_plugin '{}' --json kosmo integrations:confluent confluent_update_ccpm_v1_custom_connect_plugin '{}' --json confluent.confluent_delete_ccpm_v1_custom_connect_plugin
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a custom connect plugin.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_ccpm_v1_custom_connect_plugin '{}' --json kosmo integrations:confluent confluent_delete_ccpm_v1_custom_connect_plugin '{}' --json confluent.confluent_create_ccpm_v1_presigned_url
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Request a presigned upload URL to upload a Custom Connect Plugin archive.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_ccpm_v1_presigned_url '{}' --json kosmo integrations:confluent confluent_create_ccpm_v1_presigned_url '{}' --json confluent.confluent_list_ccpm_v1_custom_connect_plugin_versions
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all custom connect plugin versions.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_ccpm_v1_custom_connect_plugin_versions '{}' --json kosmo integrations:confluent confluent_list_ccpm_v1_custom_connect_plugin_versions '{}' --json confluent.confluent_create_ccpm_v1_custom_connect_plugin_version
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to create a custom connect plugin version.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_ccpm_v1_custom_connect_plugin_version '{}' --json kosmo integrations:confluent confluent_create_ccpm_v1_custom_connect_plugin_version '{}' --json confluent.confluent_get_ccpm_v1_custom_connect_plugin_version
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to read a custom connect plugin version.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_ccpm_v1_custom_connect_plugin_version '{}' --json kosmo integrations:confluent confluent_get_ccpm_v1_custom_connect_plugin_version '{}' --json confluent.confluent_delete_ccpm_v1_custom_connect_plugin_version
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Make a request to delete a custom connect plugin version.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_ccpm_v1_custom_connect_plugin_version '{}' --json kosmo integrations:confluent confluent_delete_ccpm_v1_custom_connect_plugin_version '{}' --json confluent.confluent_list_usm_v1_kafka_clusters
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all kafka clusters.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_usm_v1_kafka_clusters '{}' --json kosmo integrations:confluent confluent_list_usm_v1_kafka_clusters '{}' --json confluent.confluent_create_usm_v1_kafka_cluster
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to create a kafka cluster.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_usm_v1_kafka_cluster '{}' --json kosmo integrations:confluent confluent_create_usm_v1_kafka_cluster '{}' --json confluent.confluent_get_usm_v1_kafka_cluster
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to read a kafka cluster.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_usm_v1_kafka_cluster '{}' --json kosmo integrations:confluent confluent_get_usm_v1_kafka_cluster '{}' --json confluent.confluent_delete_usm_v1_kafka_cluster
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to delete a kafka cluster.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_usm_v1_kafka_cluster '{}' --json kosmo integrations:confluent confluent_delete_usm_v1_kafka_cluster '{}' --json confluent.confluent_list_usm_v1_connect_clusters
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all connect clusters.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_usm_v1_connect_clusters '{}' --json kosmo integrations:confluent confluent_list_usm_v1_connect_clusters '{}' --json confluent.confluent_create_usm_v1_connect_cluster
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to create a connect cluster.
write - Parameters
- none
kosmo integrations:call confluent.confluent_create_usm_v1_connect_cluster '{}' --json kosmo integrations:confluent confluent_create_usm_v1_connect_cluster '{}' --json confluent.confluent_get_usm_v1_connect_cluster
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to read a connect cluster.
read - Parameters
- none
kosmo integrations:call confluent.confluent_get_usm_v1_connect_cluster '{}' --json kosmo integrations:confluent confluent_get_usm_v1_connect_cluster '{}' --json confluent.confluent_delete_usm_v1_connect_cluster
!Previewhttps://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afbasection/Versioning/API-Lifecycle-Policy Make a request to delete a connect cluster.
write - Parameters
- none
kosmo integrations:call confluent.confluent_delete_usm_v1_connect_cluster '{}' --json kosmo integrations:confluent confluent_delete_usm_v1_connect_cluster '{}' --json confluent.confluent_list_endpoint_v1_endpoints
!General Availabilityhttps://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8section/Versioning/API-Lifecycle-Policy Retrieve a sorted, filtered, paginated list of all endpoints.
read - Parameters
- none
kosmo integrations:call confluent.confluent_list_endpoint_v1_endpoints '{}' --json kosmo integrations:confluent confluent_list_endpoint_v1_endpoints '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
confluent.confluent_list_iam_v2_api_keys 0 parameters
kosmo integrations:schema confluent.confluent_list_iam_v2_api_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_iam_v2_api_key 0 parameters
kosmo integrations:schema confluent.confluent_create_iam_v2_api_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_api_key 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_api_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_iam_v2_api_key 0 parameters
kosmo integrations:schema confluent.confluent_update_iam_v2_api_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_iam_v2_api_key 0 parameters
kosmo integrations:schema confluent.confluent_delete_iam_v2_api_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_environments 0 parameters
kosmo integrations:schema confluent.confluent_list_environments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_org_v2_environment 0 parameters
kosmo integrations:schema confluent.confluent_create_org_v2_environment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_org_v2_environment 0 parameters
kosmo integrations:schema confluent.confluent_get_org_v2_environment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_org_v2_environment 0 parameters
kosmo integrations:schema confluent.confluent_update_org_v2_environment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_org_v2_environment 0 parameters
kosmo integrations:schema confluent.confluent_delete_org_v2_environment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_org_v2_organizations 0 parameters
kosmo integrations:schema confluent.confluent_list_org_v2_organizations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_org_v2_organization 0 parameters
kosmo integrations:schema confluent.confluent_get_org_v2_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_org_v2_organization 0 parameters
kosmo integrations:schema confluent.confluent_update_org_v2_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_iam_v2_users 0 parameters
kosmo integrations:schema confluent.confluent_list_iam_v2_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_user 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_iam_v2_user 0 parameters
kosmo integrations:schema confluent.confluent_update_iam_v2_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_iam_v2_user 0 parameters
kosmo integrations:schema confluent.confluent_delete_iam_v2_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_auth_type_iam_v2_user 0 parameters
kosmo integrations:schema confluent.confluent_update_auth_type_iam_v2_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_iam_v2_service_accounts 0 parameters
kosmo integrations:schema confluent.confluent_list_iam_v2_service_accounts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_iam_v2_service_account 0 parameters
kosmo integrations:schema confluent.confluent_create_iam_v2_service_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_service_account 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_service_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_iam_v2_service_account 0 parameters
kosmo integrations:schema confluent.confluent_update_iam_v2_service_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_iam_v2_service_account 0 parameters
kosmo integrations:schema confluent.confluent_delete_iam_v2_service_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_iam_v2_invitations 0 parameters
kosmo integrations:schema confluent.confluent_list_iam_v2_invitations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_iam_v2_invitation 0 parameters
kosmo integrations:schema confluent.confluent_create_iam_v2_invitation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_invitation 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_invitation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_iam_v2_invitation 0 parameters
kosmo integrations:schema confluent.confluent_delete_iam_v2_invitation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_iam_v2_ip_groups 0 parameters
kosmo integrations:schema confluent.confluent_list_iam_v2_ip_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_iam_v2_ip_group 0 parameters
kosmo integrations:schema confluent.confluent_create_iam_v2_ip_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_ip_group 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_ip_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_iam_v2_ip_group 0 parameters
kosmo integrations:schema confluent.confluent_update_iam_v2_ip_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_iam_v2_ip_group 0 parameters
kosmo integrations:schema confluent.confluent_delete_iam_v2_ip_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_iam_v2_ip_filters 0 parameters
kosmo integrations:schema confluent.confluent_list_iam_v2_ip_filters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_iam_v2_ip_filter 0 parameters
kosmo integrations:schema confluent.confluent_create_iam_v2_ip_filter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_ip_filter 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_ip_filter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_iam_v2_ip_filter 0 parameters
kosmo integrations:schema confluent.confluent_update_iam_v2_ip_filter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_iam_v2_ip_filter 0 parameters
kosmo integrations:schema confluent.confluent_delete_iam_v2_ip_filter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_ip_filter_summary 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_ip_filter_summary --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_iam_v2_role_bindings 0 parameters
kosmo integrations:schema confluent.confluent_list_iam_v2_role_bindings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_iam_v2_role_binding 0 parameters
kosmo integrations:schema confluent.confluent_create_iam_v2_role_binding --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_role_binding 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_role_binding --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_iam_v2_role_binding 0 parameters
kosmo integrations:schema confluent.confluent_delete_iam_v2_role_binding --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_notifications_v1_subscriptions 0 parameters
kosmo integrations:schema confluent.confluent_list_notifications_v1_subscriptions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_notifications_v1_subscription 0 parameters
kosmo integrations:schema confluent.confluent_create_notifications_v1_subscription --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_notifications_v1_subscription 0 parameters
kosmo integrations:schema confluent.confluent_get_notifications_v1_subscription --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_notifications_v1_subscription 0 parameters
kosmo integrations:schema confluent.confluent_update_notifications_v1_subscription --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_notifications_v1_subscription 0 parameters
kosmo integrations:schema confluent.confluent_delete_notifications_v1_subscription --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_notifications_v1_integrations 0 parameters
kosmo integrations:schema confluent.confluent_list_notifications_v1_integrations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_notifications_v1_integration 0 parameters
kosmo integrations:schema confluent.confluent_create_notifications_v1_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_notifications_v1_integration 0 parameters
kosmo integrations:schema confluent.confluent_get_notifications_v1_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_notifications_v1_integration 0 parameters
kosmo integrations:schema confluent.confluent_update_notifications_v1_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_notifications_v1_integration 0 parameters
kosmo integrations:schema confluent.confluent_delete_notifications_v1_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_test_notifications_v1_integration 0 parameters
kosmo integrations:schema confluent.confluent_test_notifications_v1_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_notifications_v1_notification_type 0 parameters
kosmo integrations:schema confluent.confluent_get_notifications_v1_notification_type --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_notifications_v1_notification_types 0 parameters
kosmo integrations:schema confluent.confluent_list_notifications_v1_notification_types --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_notifications_v1_resource_preference 0 parameters
kosmo integrations:schema confluent.confluent_create_notifications_v1_resource_preference --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_notifications_v1_resource_preference 0 parameters
kosmo integrations:schema confluent.confluent_get_notifications_v1_resource_preference --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_notifications_v1_resource_preference 0 parameters
kosmo integrations:schema confluent.confluent_update_notifications_v1_resource_preference --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_notifications_v1_resource_preference 0 parameters
kosmo integrations:schema confluent.confluent_delete_notifications_v1_resource_preference --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_notifications_v1_resource_preference_by_filter 0 parameters
kosmo integrations:schema confluent.confluent_get_notifications_v1_resource_preference_by_filter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_notifications_v1_resource_subscription 0 parameters
kosmo integrations:schema confluent.confluent_create_notifications_v1_resource_subscription --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_notifications_v1_resource_subscription 0 parameters
kosmo integrations:schema confluent.confluent_get_notifications_v1_resource_subscription --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_notifications_v1_resource_subscription 0 parameters
kosmo integrations:schema confluent.confluent_update_notifications_v1_resource_subscription --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_notifications_v1_resource_subscription 0 parameters
kosmo integrations:schema confluent.confluent_delete_notifications_v1_resource_subscription --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_notifications_v1_resource_subscriptions_by_filter 0 parameters
kosmo integrations:schema confluent.confluent_list_notifications_v1_resource_subscriptions_by_filter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_clusters 0 parameters
kosmo integrations:schema confluent.confluent_list_clusters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_cmk_v2_cluster 0 parameters
kosmo integrations:schema confluent.confluent_create_cmk_v2_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_cmk_v2_cluster 0 parameters
kosmo integrations:schema confluent.confluent_get_cmk_v2_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_cmk_v2_cluster 0 parameters
kosmo integrations:schema confluent.confluent_update_cmk_v2_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_cmk_v2_cluster 0 parameters
kosmo integrations:schema confluent.confluent_delete_cmk_v2_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_ksqldbcm_v2_clusters 0 parameters
kosmo integrations:schema confluent.confluent_list_ksqldbcm_v2_clusters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_ksqldbcm_v2_cluster 0 parameters
kosmo integrations:schema confluent.confluent_create_ksqldbcm_v2_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_ksqldbcm_v2_cluster 0 parameters
kosmo integrations:schema confluent.confluent_get_ksqldbcm_v2_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_ksqldbcm_v2_cluster 0 parameters
kosmo integrations:schema confluent.confluent_delete_ksqldbcm_v2_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_connectv1_connectors 0 parameters
kosmo integrations:schema confluent.confluent_list_connectv1_connectors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_connectv1_connector 0 parameters
kosmo integrations:schema confluent.confluent_create_connectv1_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_connectv1_connectors_with_expansions 0 parameters
kosmo integrations:schema confluent.confluent_list_connectv1_connectors_with_expansions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_connectv1_connector_config 0 parameters
kosmo integrations:schema confluent.confluent_get_connectv1_connector_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_or_update_connectv1_connector_config 0 parameters
kosmo integrations:schema confluent.confluent_create_or_update_connectv1_connector_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_read_connectv1_connector 0 parameters
kosmo integrations:schema confluent.confluent_read_connectv1_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_connectv1_connector 0 parameters
kosmo integrations:schema confluent.confluent_delete_connectv1_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_pause_connectv1_connector 0 parameters
kosmo integrations:schema confluent.confluent_pause_connectv1_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_resume_connectv1_connector 0 parameters
kosmo integrations:schema confluent.confluent_resume_connectv1_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_restart_connectv1_connector 0 parameters
kosmo integrations:schema confluent.confluent_restart_connectv1_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_read_connectv1_connector_status 0 parameters
kosmo integrations:schema confluent.confluent_read_connectv1_connector_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_connectv1_connector_tasks 0 parameters
kosmo integrations:schema confluent.confluent_list_connectv1_connector_tasks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_connectv1_connector_plugins 0 parameters
kosmo integrations:schema confluent.confluent_list_connectv1_connector_plugins --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_validate_connectv1_connector_plugin 0 parameters
kosmo integrations:schema confluent.confluent_validate_connectv1_connector_plugin --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_translate_connectv1_connector_plugin 0 parameters
kosmo integrations:schema confluent.confluent_translate_connectv1_connector_plugin --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_connectv1_connector_offsets 0 parameters
kosmo integrations:schema confluent.confluent_get_connectv1_connector_offsets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_alter_connectv1_connector_offsets_request 0 parameters
kosmo integrations:schema confluent.confluent_alter_connectv1_connector_offsets_request --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_connectv1_connector_offsets_request_status 0 parameters
kosmo integrations:schema confluent.confluent_get_connectv1_connector_offsets_request_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_connect_v1_custom_connector_plugins 0 parameters
kosmo integrations:schema confluent.confluent_list_connect_v1_custom_connector_plugins --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_connect_v1_custom_connector_plugin 0 parameters
kosmo integrations:schema confluent.confluent_create_connect_v1_custom_connector_plugin --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_connect_v1_custom_connector_plugin 0 parameters
kosmo integrations:schema confluent.confluent_get_connect_v1_custom_connector_plugin --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_connect_v1_custom_connector_plugin 0 parameters
kosmo integrations:schema confluent.confluent_update_connect_v1_custom_connector_plugin --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_connect_v1_custom_connector_plugin 0 parameters
kosmo integrations:schema confluent.confluent_delete_connect_v1_custom_connector_plugin --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_presigned_upload_url_connect_v1_presigned_url 0 parameters
kosmo integrations:schema confluent.confluent_presigned_upload_url_connect_v1_presigned_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_connect_v1_custom_connector_runtimes 0 parameters
kosmo integrations:schema confluent.confluent_list_connect_v1_custom_connector_runtimes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_cluster 0 parameters
kosmo integrations:schema confluent.confluent_get_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_batch_create_kafka_acls 0 parameters
kosmo integrations:schema confluent.confluent_batch_create_kafka_acls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_acls 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_acls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_kafka_acls 0 parameters
kosmo integrations:schema confluent.confluent_create_kafka_acls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_kafka_acls 0 parameters
kosmo integrations:schema confluent.confluent_delete_kafka_acls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_cluster_configs 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_cluster_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_cluster_configs 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_cluster_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_cluster_config 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_cluster_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_cluster_config 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_cluster_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_kafka_cluster_config 0 parameters
kosmo integrations:schema confluent.confluent_delete_kafka_cluster_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_consumer_groups 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_consumer_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_consumer_group 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_consumer_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_consumers 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_consumers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_consumer_group_lag_summary 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_consumer_group_lag_summary --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_consumer_lags 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_consumer_lags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_consumer_lag 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_consumer_lag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_consumer 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_consumer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_topics 0 parameters
kosmo integrations:schema confluent.confluent_list_topics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_topic 0 parameters
kosmo integrations:schema confluent.confluent_create_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_topic 0 parameters
kosmo integrations:schema confluent.confluent_get_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_partition_count_kafka_topic 0 parameters
kosmo integrations:schema confluent.confluent_update_partition_count_kafka_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_kafka_topic 0 parameters
kosmo integrations:schema confluent.confluent_delete_kafka_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_topic_configs 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_topic_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_topic_config_batch 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_topic_config_batch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_topic_config 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_topic_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_topic_config 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_topic_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_kafka_topic_config 0 parameters
kosmo integrations:schema confluent.confluent_delete_kafka_topic_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_partitions 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_partitions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_partition 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_partition --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_all_topic_configs 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_all_topic_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_produce_record 0 parameters
kosmo integrations:schema confluent.confluent_produce_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_links 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_links --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_kafka_link 0 parameters
kosmo integrations:schema confluent.confluent_create_kafka_link --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_link 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_link --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_kafka_link 0 parameters
kosmo integrations:schema confluent.confluent_delete_kafka_link --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_default_topic_configs 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_default_topic_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_link_configs 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_link_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_link_configs 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_link_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_link_config 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_link_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_kafka_link_config 0 parameters
kosmo integrations:schema confluent.confluent_delete_kafka_link_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_link_config_batch 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_link_config_batch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_kafka_mirror_topic 0 parameters
kosmo integrations:schema confluent.confluent_create_kafka_mirror_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_mirror_topics_under_link 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_mirror_topics_under_link --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_mirror_topics 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_mirror_topics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_read_kafka_mirror_topic 0 parameters
kosmo integrations:schema confluent.confluent_read_kafka_mirror_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_mirror_topics_promote 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_promote --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_mirror_topics_failover 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_failover --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_mirror_topics_pause 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_pause --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_mirror_topics_resume 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_resume --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_mirror_topics_reverse_and_start_mirror 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_reverse_and_start_mirror --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_mirror_topics_reverse_and_pause_mirror 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_reverse_and_pause_mirror --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_mirror_topics_truncate_and_restore_mirror 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_truncate_and_restore_mirror --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_group_configs 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_group_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_group_config 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_group_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_group_config 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_group_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_kafka_group_config 0 parameters
kosmo integrations:schema confluent.confluent_delete_kafka_group_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_group_config_batch 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_group_config_batch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_streams_groups 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_streams_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_streams_group 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_streams_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_streams_group_subtopologies 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_streams_group_subtopologies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_streams_group_subtopology 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_streams_group_subtopology --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_streams_group_members 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_streams_group_members --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_streams_group_member 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_streams_group_member --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_streams_group_member_assignments 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_streams_group_member_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_streams_group_member_target_assignments 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_streams_group_member_target_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_streams_group_member_assignment_tasks 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_streams_group_member_assignment_tasks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_streams_group_member_target_assignment_tasks 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_streams_group_member_target_assignment_tasks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_streams_group_member_assignment_task_partitions 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_streams_group_member_assignment_task_partitions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_streams_group_member_target_assignment_task_partitions 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_streams_group_member_target_assignment_task_partitions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_service_quota_v1_applied_quotas 0 parameters
kosmo integrations:schema confluent.confluent_list_service_quota_v1_applied_quotas --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_service_quota_v1_applied_quota 0 parameters
kosmo integrations:schema confluent.confluent_get_service_quota_v1_applied_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_service_quota_v1_scopes 0 parameters
kosmo integrations:schema confluent.confluent_list_service_quota_v1_scopes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_service_quota_v1_scope 0 parameters
kosmo integrations:schema confluent.confluent_get_service_quota_v1_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_partner_v2_entitlements 0 parameters
kosmo integrations:schema confluent.confluent_list_partner_v2_entitlements --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_partner_v2_entitlement 0 parameters
kosmo integrations:schema confluent.confluent_create_partner_v2_entitlement --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_partner_v2_entitlement 0 parameters
kosmo integrations:schema confluent.confluent_get_partner_v2_entitlement --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_srcm_v2_regions 0 parameters
kosmo integrations:schema confluent.confluent_list_srcm_v2_regions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_srcm_v2_region 0 parameters
kosmo integrations:schema confluent.confluent_get_srcm_v2_region --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_srcm_v2_clusters 0 parameters
kosmo integrations:schema confluent.confluent_list_srcm_v2_clusters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_srcm_v2_cluster 0 parameters
kosmo integrations:schema confluent.confluent_create_srcm_v2_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_srcm_v2_cluster 0 parameters
kosmo integrations:schema confluent.confluent_get_srcm_v2_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_srcm_v2_cluster 0 parameters
kosmo integrations:schema confluent.confluent_update_srcm_v2_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_srcm_v2_cluster 0 parameters
kosmo integrations:schema confluent.confluent_delete_srcm_v2_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_srcm_v3_clusters 0 parameters
kosmo integrations:schema confluent.confluent_list_srcm_v3_clusters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_srcm_v3_cluster 0 parameters
kosmo integrations:schema confluent.confluent_get_srcm_v3_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_cluster_config 0 parameters
kosmo integrations:schema confluent.confluent_get_cluster_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_test_compatibility_by_subject_name 0 parameters
kosmo integrations:schema confluent.confluent_test_compatibility_by_subject_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_test_compatibility_for_subject 0 parameters
kosmo integrations:schema confluent.confluent_test_compatibility_for_subject --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_subject_level_config 0 parameters
kosmo integrations:schema confluent.confluent_get_subject_level_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_subject_level_config 0 parameters
kosmo integrations:schema confluent.confluent_update_subject_level_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_subject_config 0 parameters
kosmo integrations:schema confluent.confluent_delete_subject_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_top_level_config 0 parameters
kosmo integrations:schema confluent.confluent_get_top_level_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_top_level_config 0 parameters
kosmo integrations:schema confluent.confluent_update_top_level_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_top_level_config 0 parameters
kosmo integrations:schema confluent.confluent_delete_top_level_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_exporters 0 parameters
kosmo integrations:schema confluent.confluent_list_exporters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_register_exporter 0 parameters
kosmo integrations:schema confluent.confluent_register_exporter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_exporter_info_by_name 0 parameters
kosmo integrations:schema confluent.confluent_get_exporter_info_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_exporter_info 0 parameters
kosmo integrations:schema confluent.confluent_update_exporter_info --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_exporter 0 parameters
kosmo integrations:schema confluent.confluent_delete_exporter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_exporter_status_by_name 0 parameters
kosmo integrations:schema confluent.confluent_get_exporter_status_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_exporter_config_by_name 0 parameters
kosmo integrations:schema confluent.confluent_get_exporter_config_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_exporter_config_by_name 0 parameters
kosmo integrations:schema confluent.confluent_update_exporter_config_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_pause_exporter_by_name 0 parameters
kosmo integrations:schema confluent.confluent_pause_exporter_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_reset_exporter_by_name 0 parameters
kosmo integrations:schema confluent.confluent_reset_exporter_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_resume_exporter_by_name 0 parameters
kosmo integrations:schema confluent.confluent_resume_exporter_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_contexts 0 parameters
kosmo integrations:schema confluent.confluent_list_contexts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_mode 0 parameters
kosmo integrations:schema confluent.confluent_get_mode --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_mode 0 parameters
kosmo integrations:schema confluent.confluent_update_mode --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_subject_mode 0 parameters
kosmo integrations:schema confluent.confluent_delete_subject_mode --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_top_level_mode 0 parameters
kosmo integrations:schema confluent.confluent_get_top_level_mode --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_top_level_mode 0 parameters
kosmo integrations:schema confluent.confluent_update_top_level_mode --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_schema 0 parameters
kosmo integrations:schema confluent.confluent_get_schema --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_schema_only 0 parameters
kosmo integrations:schema confluent.confluent_get_schema_only --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_schema_types 0 parameters
kosmo integrations:schema confluent.confluent_get_schema_types --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_schemas 0 parameters
kosmo integrations:schema confluent.confluent_get_schemas --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_subjects 0 parameters
kosmo integrations:schema confluent.confluent_get_subjects --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_versions 0 parameters
kosmo integrations:schema confluent.confluent_get_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_schema_by_version 0 parameters
kosmo integrations:schema confluent.confluent_get_schema_by_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_schema_version 0 parameters
kosmo integrations:schema confluent.confluent_delete_schema_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_referenced_by 0 parameters
kosmo integrations:schema confluent.confluent_get_referenced_by --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_schema_only_1 0 parameters
kosmo integrations:schema confluent.confluent_get_schema_only_1 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_versions 0 parameters
kosmo integrations:schema confluent.confluent_list_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_register 0 parameters
kosmo integrations:schema confluent.confluent_register --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_look_up_schema_under_subject 0 parameters
kosmo integrations:schema confluent.confluent_look_up_schema_under_subject --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_subject 0 parameters
kosmo integrations:schema confluent.confluent_delete_subject --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list 0 parameters
kosmo integrations:schema confluent.confluent_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_latest_with_metadata 0 parameters
kosmo integrations:schema confluent.confluent_get_latest_with_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kek_names 0 parameters
kosmo integrations:schema confluent.confluent_get_kek_names --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_kek 0 parameters
kosmo integrations:schema confluent.confluent_create_kek --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_kek 0 parameters
kosmo integrations:schema confluent.confluent_delete_kek --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kek 0 parameters
kosmo integrations:schema confluent.confluent_get_kek --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_put_kek 0 parameters
kosmo integrations:schema confluent.confluent_put_kek --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_undelete_kek 0 parameters
kosmo integrations:schema confluent.confluent_undelete_kek --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_test_kek 0 parameters
kosmo integrations:schema confluent.confluent_test_kek --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_dek_subjects 0 parameters
kosmo integrations:schema confluent.confluent_get_dek_subjects --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_dek 0 parameters
kosmo integrations:schema confluent.confluent_create_dek --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_dek_versions 0 parameters
kosmo integrations:schema confluent.confluent_delete_dek_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_dek 0 parameters
kosmo integrations:schema confluent.confluent_get_dek --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_dek_version 0 parameters
kosmo integrations:schema confluent.confluent_delete_dek_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_dek_by_version 0 parameters
kosmo integrations:schema confluent.confluent_get_dek_by_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_dek_versions 0 parameters
kosmo integrations:schema confluent.confluent_get_dek_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_undelete_dek_version 0 parameters
kosmo integrations:schema confluent.confluent_undelete_dek_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_undelete_dek_versions 0 parameters
kosmo integrations:schema confluent.confluent_undelete_dek_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_all_business_metadata_defs 0 parameters
kosmo integrations:schema confluent.confluent_get_all_business_metadata_defs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_business_metadata_defs 0 parameters
kosmo integrations:schema confluent.confluent_create_business_metadata_defs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_business_metadata_defs 0 parameters
kosmo integrations:schema confluent.confluent_update_business_metadata_defs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_business_metadata_def 0 parameters
kosmo integrations:schema confluent.confluent_delete_business_metadata_def --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_business_metadata_def_by_name 0 parameters
kosmo integrations:schema confluent.confluent_get_business_metadata_def_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_business_metadata 0 parameters
kosmo integrations:schema confluent.confluent_create_business_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_business_metadata 0 parameters
kosmo integrations:schema confluent.confluent_update_business_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_business_metadata 0 parameters
kosmo integrations:schema confluent.confluent_get_business_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_business_metadata 0 parameters
kosmo integrations:schema confluent.confluent_delete_business_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_tags 0 parameters
kosmo integrations:schema confluent.confluent_update_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_tags 0 parameters
kosmo integrations:schema confluent.confluent_create_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_by_unique_attributes 0 parameters
kosmo integrations:schema confluent.confluent_get_by_unique_attributes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_tags 0 parameters
kosmo integrations:schema confluent.confluent_get_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_partial_entity_update 0 parameters
kosmo integrations:schema confluent.confluent_partial_entity_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_tag 0 parameters
kosmo integrations:schema confluent.confluent_delete_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_search_using_attribute 0 parameters
kosmo integrations:schema confluent.confluent_search_using_attribute --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_search_using_basic 0 parameters
kosmo integrations:schema confluent.confluent_search_using_basic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_all_tag_defs 0 parameters
kosmo integrations:schema confluent.confluent_get_all_tag_defs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_tag_defs 0 parameters
kosmo integrations:schema confluent.confluent_update_tag_defs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_tag_defs 0 parameters
kosmo integrations:schema confluent.confluent_create_tag_defs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_tag_def_by_name 0 parameters
kosmo integrations:schema confluent.confluent_get_tag_def_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_tag_def 0 parameters
kosmo integrations:schema confluent.confluent_delete_tag_def --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_cdx_v1_opt_in 0 parameters
kosmo integrations:schema confluent.confluent_get_cdx_v1_opt_in --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_cdx_v1_opt_in 0 parameters
kosmo integrations:schema confluent.confluent_update_cdx_v1_opt_in --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_partner_v2_organization 0 parameters
kosmo integrations:schema confluent.confluent_get_partner_v2_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_partner_v2_organizations 0 parameters
kosmo integrations:schema confluent.confluent_list_partner_v2_organizations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_signup 0 parameters
kosmo integrations:schema confluent.confluent_signup --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_activate_signup 0 parameters
kosmo integrations:schema confluent.confluent_activate_signup --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_signup_partner_v2_link 0 parameters
kosmo integrations:schema confluent.confluent_signup_partner_v2_link --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_networks 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_networks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_networking_v1_network 0 parameters
kosmo integrations:schema confluent.confluent_create_networking_v1_network --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_network 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_network --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_networking_v1_network 0 parameters
kosmo integrations:schema confluent.confluent_update_networking_v1_network --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_networking_v1_network 0 parameters
kosmo integrations:schema confluent.confluent_delete_networking_v1_network --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_peerings 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_peerings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_networking_v1_peering 0 parameters
kosmo integrations:schema confluent.confluent_create_networking_v1_peering --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_peering 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_peering --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_networking_v1_peering 0 parameters
kosmo integrations:schema confluent.confluent_update_networking_v1_peering --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_networking_v1_peering 0 parameters
kosmo integrations:schema confluent.confluent_delete_networking_v1_peering --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_transit_gateway_attachments 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_transit_gateway_attachments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_networking_v1_transit_gateway_attachment 0 parameters
kosmo integrations:schema confluent.confluent_create_networking_v1_transit_gateway_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_transit_gateway_attachment 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_transit_gateway_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_networking_v1_transit_gateway_attachment 0 parameters
kosmo integrations:schema confluent.confluent_update_networking_v1_transit_gateway_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_networking_v1_transit_gateway_attachment 0 parameters
kosmo integrations:schema confluent.confluent_delete_networking_v1_transit_gateway_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_private_link_accesses 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_private_link_accesses --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_networking_v1_private_link_access 0 parameters
kosmo integrations:schema confluent.confluent_create_networking_v1_private_link_access --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_private_link_access 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_private_link_access --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_networking_v1_private_link_access 0 parameters
kosmo integrations:schema confluent.confluent_update_networking_v1_private_link_access --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_networking_v1_private_link_access 0 parameters
kosmo integrations:schema confluent.confluent_delete_networking_v1_private_link_access --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_network_link_services 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_network_link_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_networking_v1_network_link_service 0 parameters
kosmo integrations:schema confluent.confluent_create_networking_v1_network_link_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_network_link_service 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_network_link_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_networking_v1_network_link_service 0 parameters
kosmo integrations:schema confluent.confluent_update_networking_v1_network_link_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_networking_v1_network_link_service 0 parameters
kosmo integrations:schema confluent.confluent_delete_networking_v1_network_link_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_network_link_endpoints 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_network_link_endpoints --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_networking_v1_network_link_endpoint 0 parameters
kosmo integrations:schema confluent.confluent_create_networking_v1_network_link_endpoint --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_network_link_endpoint 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_network_link_endpoint --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_networking_v1_network_link_endpoint 0 parameters
kosmo integrations:schema confluent.confluent_update_networking_v1_network_link_endpoint --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_networking_v1_network_link_endpoint 0 parameters
kosmo integrations:schema confluent.confluent_delete_networking_v1_network_link_endpoint --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_network_link_service_associations 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_network_link_service_associations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_network_link_service_association 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_network_link_service_association --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_ip_addresses 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_ip_addresses --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_private_link_attachments 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_private_link_attachments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_networking_v1_private_link_attachment 0 parameters
kosmo integrations:schema confluent.confluent_create_networking_v1_private_link_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_private_link_attachment 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_private_link_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_networking_v1_private_link_attachment 0 parameters
kosmo integrations:schema confluent.confluent_update_networking_v1_private_link_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_networking_v1_private_link_attachment 0 parameters
kosmo integrations:schema confluent.confluent_delete_networking_v1_private_link_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_private_link_attachment_connections 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_private_link_attachment_connections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_networking_v1_private_link_attachment_connection 0 parameters
kosmo integrations:schema confluent.confluent_create_networking_v1_private_link_attachment_connection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_private_link_attachment_connection 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_private_link_attachment_connection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_networking_v1_private_link_attachment_connection 0 parameters
kosmo integrations:schema confluent.confluent_update_networking_v1_private_link_attachment_connection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_networking_v1_private_link_attachment_connection 0 parameters
kosmo integrations:schema confluent.confluent_delete_networking_v1_private_link_attachment_connection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_iam_v2_identity_providers 0 parameters
kosmo integrations:schema confluent.confluent_list_iam_v2_identity_providers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_iam_v2_identity_provider 0 parameters
kosmo integrations:schema confluent.confluent_create_iam_v2_identity_provider --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_identity_provider 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_identity_provider --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_iam_v2_identity_provider 0 parameters
kosmo integrations:schema confluent.confluent_update_iam_v2_identity_provider --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_iam_v2_identity_provider 0 parameters
kosmo integrations:schema confluent.confluent_delete_iam_v2_identity_provider --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_refresh_iam_v2_json_web_key_set 0 parameters
kosmo integrations:schema confluent.confluent_refresh_iam_v2_json_web_key_set --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_iam_v2_identity_pools 0 parameters
kosmo integrations:schema confluent.confluent_list_iam_v2_identity_pools --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_iam_v2_identity_pool 0 parameters
kosmo integrations:schema confluent.confluent_create_iam_v2_identity_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_identity_pool 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_identity_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_iam_v2_identity_pool 0 parameters
kosmo integrations:schema confluent.confluent_update_iam_v2_identity_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_iam_v2_identity_pool 0 parameters
kosmo integrations:schema confluent.confluent_delete_iam_v2_identity_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_exchange_sts_v1_oauth_token 0 parameters
kosmo integrations:schema confluent.confluent_exchange_sts_v1_oauth_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_kafka_quotas_v1_client_quotas 0 parameters
kosmo integrations:schema confluent.confluent_list_kafka_quotas_v1_client_quotas --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_kafka_quotas_v1_client_quota 0 parameters
kosmo integrations:schema confluent.confluent_create_kafka_quotas_v1_client_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_kafka_quotas_v1_client_quota 0 parameters
kosmo integrations:schema confluent.confluent_get_kafka_quotas_v1_client_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_kafka_quotas_v1_client_quota 0 parameters
kosmo integrations:schema confluent.confluent_update_kafka_quotas_v1_client_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_kafka_quotas_v1_client_quota 0 parameters
kosmo integrations:schema confluent.confluent_delete_kafka_quotas_v1_client_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_byok_v1_keys 0 parameters
kosmo integrations:schema confluent.confluent_list_byok_v1_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_byok_v1_key 0 parameters
kosmo integrations:schema confluent.confluent_create_byok_v1_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_byok_v1_key 0 parameters
kosmo integrations:schema confluent.confluent_get_byok_v1_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_byok_v1_key 0 parameters
kosmo integrations:schema confluent.confluent_update_byok_v1_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_byok_v1_key 0 parameters
kosmo integrations:schema confluent.confluent_delete_byok_v1_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_billing_v1_costs 0 parameters
kosmo integrations:schema confluent.confluent_list_billing_v1_costs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_iam_v2_sso_group_mappings 0 parameters
kosmo integrations:schema confluent.confluent_list_iam_v2_sso_group_mappings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_iam_v2_sso_group_mapping 0 parameters
kosmo integrations:schema confluent.confluent_create_iam_v2_sso_group_mapping --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_sso_group_mapping 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_sso_group_mapping --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_iam_v2_sso_group_mapping 0 parameters
kosmo integrations:schema confluent.confluent_update_iam_v2_sso_group_mapping --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_iam_v2_sso_group_mapping 0 parameters
kosmo integrations:schema confluent.confluent_delete_iam_v2_sso_group_mapping --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_fcpm_v2_compute_pools 0 parameters
kosmo integrations:schema confluent.confluent_list_fcpm_v2_compute_pools --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_fcpm_v2_compute_pool 0 parameters
kosmo integrations:schema confluent.confluent_create_fcpm_v2_compute_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_fcpm_v2_compute_pool 0 parameters
kosmo integrations:schema confluent.confluent_get_fcpm_v2_compute_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_fcpm_v2_compute_pool 0 parameters
kosmo integrations:schema confluent.confluent_update_fcpm_v2_compute_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_fcpm_v2_compute_pool 0 parameters
kosmo integrations:schema confluent.confluent_delete_fcpm_v2_compute_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_fcpm_v2_regions 0 parameters
kosmo integrations:schema confluent.confluent_list_fcpm_v2_regions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_fcpm_v2_org_compute_pool_config 0 parameters
kosmo integrations:schema confluent.confluent_get_fcpm_v2_org_compute_pool_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_fcpm_v2_org_compute_pool_config 0 parameters
kosmo integrations:schema confluent.confluent_update_fcpm_v2_org_compute_pool_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_sqlv1_connections 0 parameters
kosmo integrations:schema confluent.confluent_list_sqlv1_connections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_sqlv1_connection 0 parameters
kosmo integrations:schema confluent.confluent_create_sqlv1_connection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_sqlv1_connection 0 parameters
kosmo integrations:schema confluent.confluent_get_sqlv1_connection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_sqlv1_connection 0 parameters
kosmo integrations:schema confluent.confluent_delete_sqlv1_connection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_sqlv1_connection 0 parameters
kosmo integrations:schema confluent.confluent_update_sqlv1_connection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_sqlv1_statement_result 0 parameters
kosmo integrations:schema confluent.confluent_get_sqlv1_statement_result --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_sqlv1_statements 0 parameters
kosmo integrations:schema confluent.confluent_list_sqlv1_statements --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_sqlv1_statement 0 parameters
kosmo integrations:schema confluent.confluent_create_sqlv1_statement --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_sqlv1_statement 0 parameters
kosmo integrations:schema confluent.confluent_get_sqlv1_statement --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_sqlv1_statement 0 parameters
kosmo integrations:schema confluent.confluent_delete_sqlv1_statement --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_sqlv1_statement 0 parameters
kosmo integrations:schema confluent.confluent_update_sqlv1_statement --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_patch_sqlv1_statement 0 parameters
kosmo integrations:schema confluent.confluent_patch_sqlv1_statement --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_sqlv1_statement_exceptions 0 parameters
kosmo integrations:schema confluent.confluent_get_sqlv1_statement_exceptions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_sqlv1_materialized_tables 0 parameters
kosmo integrations:schema confluent.confluent_list_sqlv1_materialized_tables --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_sqlv1_materialized_table 0 parameters
kosmo integrations:schema confluent.confluent_create_sqlv1_materialized_table --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_sqlv1_materialized_table 0 parameters
kosmo integrations:schema confluent.confluent_get_sqlv1_materialized_table --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_sqlv1_materialized_table 0 parameters
kosmo integrations:schema confluent.confluent_update_sqlv1_materialized_table --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_sqlv1_materialized_table 0 parameters
kosmo integrations:schema confluent.confluent_delete_sqlv1_materialized_table --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_sqlv1_materialized_table_versions 0 parameters
kosmo integrations:schema confluent.confluent_list_sqlv1_materialized_table_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_sqlv1_materialized_table_version 0 parameters
kosmo integrations:schema confluent.confluent_get_sqlv1_materialized_table_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_sqlv1_agents 0 parameters
kosmo integrations:schema confluent.confluent_list_sqlv1_agents --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_sqlv1_agent 0 parameters
kosmo integrations:schema confluent.confluent_create_sqlv1_agent --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_sqlv1_agent 0 parameters
kosmo integrations:schema confluent.confluent_get_sqlv1_agent --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_sqlv1_agent 0 parameters
kosmo integrations:schema confluent.confluent_update_sqlv1_agent --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_sqlv1_agent 0 parameters
kosmo integrations:schema confluent.confluent_delete_sqlv1_agent --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_sqlv1_tool 0 parameters
kosmo integrations:schema confluent.confluent_create_sqlv1_tool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_sqlv1_tools 0 parameters
kosmo integrations:schema confluent.confluent_list_sqlv1_tools --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_sqlv1_tool 0 parameters
kosmo integrations:schema confluent.confluent_get_sqlv1_tool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_sqlv1_tool 0 parameters
kosmo integrations:schema confluent.confluent_delete_sqlv1_tool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_dns_forwarders 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_dns_forwarders --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_networking_v1_dns_forwarder 0 parameters
kosmo integrations:schema confluent.confluent_create_networking_v1_dns_forwarder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_dns_forwarder 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_dns_forwarder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_networking_v1_dns_forwarder 0 parameters
kosmo integrations:schema confluent.confluent_update_networking_v1_dns_forwarder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_networking_v1_dns_forwarder 0 parameters
kosmo integrations:schema confluent.confluent_delete_networking_v1_dns_forwarder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_access_points 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_access_points --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_networking_v1_access_point 0 parameters
kosmo integrations:schema confluent.confluent_create_networking_v1_access_point --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_access_point 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_access_point --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_networking_v1_access_point 0 parameters
kosmo integrations:schema confluent.confluent_update_networking_v1_access_point --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_networking_v1_access_point 0 parameters
kosmo integrations:schema confluent.confluent_delete_networking_v1_access_point --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_dns_records 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_dns_records --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_networking_v1_dns_record 0 parameters
kosmo integrations:schema confluent.confluent_create_networking_v1_dns_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_dns_record 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_dns_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_networking_v1_dns_record 0 parameters
kosmo integrations:schema confluent.confluent_update_networking_v1_dns_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_networking_v1_dns_record 0 parameters
kosmo integrations:schema confluent.confluent_delete_networking_v1_dns_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_iam_v2_certificate_authorities 0 parameters
kosmo integrations:schema confluent.confluent_list_iam_v2_certificate_authorities --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_iam_v2_certificate_authority 0 parameters
kosmo integrations:schema confluent.confluent_create_iam_v2_certificate_authority --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_certificate_authority 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_certificate_authority --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_iam_v2_certificate_authority 0 parameters
kosmo integrations:schema confluent.confluent_update_iam_v2_certificate_authority --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_iam_v2_certificate_authority 0 parameters
kosmo integrations:schema confluent.confluent_delete_iam_v2_certificate_authority --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_iam_v2_certificate_identity_pools 0 parameters
kosmo integrations:schema confluent.confluent_list_iam_v2_certificate_identity_pools --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_iam_v2_certificate_identity_pool 0 parameters
kosmo integrations:schema confluent.confluent_create_iam_v2_certificate_identity_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_iam_v2_certificate_identity_pool 0 parameters
kosmo integrations:schema confluent.confluent_get_iam_v2_certificate_identity_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_iam_v2_certificate_identity_pool 0 parameters
kosmo integrations:schema confluent.confluent_update_iam_v2_certificate_identity_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_iam_v2_certificate_identity_pool 0 parameters
kosmo integrations:schema confluent.confluent_delete_iam_v2_certificate_identity_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_pim_v1_integrations 0 parameters
kosmo integrations:schema confluent.confluent_list_pim_v1_integrations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_pim_v1_integration 0 parameters
kosmo integrations:schema confluent.confluent_create_pim_v1_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_pim_v1_integration 0 parameters
kosmo integrations:schema confluent.confluent_get_pim_v1_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_pim_v1_integration 0 parameters
kosmo integrations:schema confluent.confluent_delete_pim_v1_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_pim_v2_integrations 0 parameters
kosmo integrations:schema confluent.confluent_list_pim_v2_integrations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_pim_v2_integration 0 parameters
kosmo integrations:schema confluent.confluent_create_pim_v2_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_pim_v2_integration 0 parameters
kosmo integrations:schema confluent.confluent_get_pim_v2_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_pim_v2_integration 0 parameters
kosmo integrations:schema confluent.confluent_update_pim_v2_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_pim_v2_integration 0 parameters
kosmo integrations:schema confluent.confluent_delete_pim_v2_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_validate_pim_v2_integration 0 parameters
kosmo integrations:schema confluent.confluent_validate_pim_v2_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_artifact_v1_flink_artifacts 0 parameters
kosmo integrations:schema confluent.confluent_list_artifact_v1_flink_artifacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_artifact_v1_flink_artifact 0 parameters
kosmo integrations:schema confluent.confluent_create_artifact_v1_flink_artifact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_artifact_v1_flink_artifact 0 parameters
kosmo integrations:schema confluent.confluent_get_artifact_v1_flink_artifact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_artifact_v1_flink_artifact 0 parameters
kosmo integrations:schema confluent.confluent_update_artifact_v1_flink_artifact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_artifact_v1_flink_artifact 0 parameters
kosmo integrations:schema confluent.confluent_delete_artifact_v1_flink_artifact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_presigned_upload_url_artifact_v1_presigned_url 0 parameters
kosmo integrations:schema confluent.confluent_presigned_upload_url_artifact_v1_presigned_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_networking_v1_gateways 0 parameters
kosmo integrations:schema confluent.confluent_list_networking_v1_gateways --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_networking_v1_gateway 0 parameters
kosmo integrations:schema confluent.confluent_create_networking_v1_gateway --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_networking_v1_gateway 0 parameters
kosmo integrations:schema confluent.confluent_get_networking_v1_gateway --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_networking_v1_gateway 0 parameters
kosmo integrations:schema confluent.confluent_update_networking_v1_gateway --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_networking_v1_gateway 0 parameters
kosmo integrations:schema confluent.confluent_delete_networking_v1_gateway --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_ccl_v1_custom_code_loggings 0 parameters
kosmo integrations:schema confluent.confluent_list_ccl_v1_custom_code_loggings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_ccl_v1_custom_code_logging 0 parameters
kosmo integrations:schema confluent.confluent_create_ccl_v1_custom_code_logging --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_ccl_v1_custom_code_logging 0 parameters
kosmo integrations:schema confluent.confluent_get_ccl_v1_custom_code_logging --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_ccl_v1_custom_code_logging 0 parameters
kosmo integrations:schema confluent.confluent_update_ccl_v1_custom_code_logging --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_ccl_v1_custom_code_logging 0 parameters
kosmo integrations:schema confluent.confluent_delete_ccl_v1_custom_code_logging --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_tableflow_v1_regions 0 parameters
kosmo integrations:schema confluent.confluent_list_tableflow_v1_regions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_tableflow_v1_tableflow_topics 0 parameters
kosmo integrations:schema confluent.confluent_list_tableflow_v1_tableflow_topics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_tableflow_v1_tableflow_topic 0 parameters
kosmo integrations:schema confluent.confluent_create_tableflow_v1_tableflow_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_tableflow_v1_tableflow_topic 0 parameters
kosmo integrations:schema confluent.confluent_get_tableflow_v1_tableflow_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_tableflow_v1_tableflow_topic 0 parameters
kosmo integrations:schema confluent.confluent_update_tableflow_v1_tableflow_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_tableflow_v1_tableflow_topic 0 parameters
kosmo integrations:schema confluent.confluent_delete_tableflow_v1_tableflow_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_tableflow_v1_catalog_integrations 0 parameters
kosmo integrations:schema confluent.confluent_list_tableflow_v1_catalog_integrations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_tableflow_v1_catalog_integration 0 parameters
kosmo integrations:schema confluent.confluent_create_tableflow_v1_catalog_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_tableflow_v1_catalog_integration 0 parameters
kosmo integrations:schema confluent.confluent_get_tableflow_v1_catalog_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_tableflow_v1_catalog_integration 0 parameters
kosmo integrations:schema confluent.confluent_update_tableflow_v1_catalog_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_tableflow_v1_catalog_integration 0 parameters
kosmo integrations:schema confluent.confluent_delete_tableflow_v1_catalog_integration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_ccpm_v1_custom_connect_plugins 0 parameters
kosmo integrations:schema confluent.confluent_list_ccpm_v1_custom_connect_plugins --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_ccpm_v1_custom_connect_plugin 0 parameters
kosmo integrations:schema confluent.confluent_create_ccpm_v1_custom_connect_plugin --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_ccpm_v1_custom_connect_plugin 0 parameters
kosmo integrations:schema confluent.confluent_get_ccpm_v1_custom_connect_plugin --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_update_ccpm_v1_custom_connect_plugin 0 parameters
kosmo integrations:schema confluent.confluent_update_ccpm_v1_custom_connect_plugin --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_ccpm_v1_custom_connect_plugin 0 parameters
kosmo integrations:schema confluent.confluent_delete_ccpm_v1_custom_connect_plugin --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_ccpm_v1_presigned_url 0 parameters
kosmo integrations:schema confluent.confluent_create_ccpm_v1_presigned_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_ccpm_v1_custom_connect_plugin_versions 0 parameters
kosmo integrations:schema confluent.confluent_list_ccpm_v1_custom_connect_plugin_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_ccpm_v1_custom_connect_plugin_version 0 parameters
kosmo integrations:schema confluent.confluent_create_ccpm_v1_custom_connect_plugin_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_ccpm_v1_custom_connect_plugin_version 0 parameters
kosmo integrations:schema confluent.confluent_get_ccpm_v1_custom_connect_plugin_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_ccpm_v1_custom_connect_plugin_version 0 parameters
kosmo integrations:schema confluent.confluent_delete_ccpm_v1_custom_connect_plugin_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_usm_v1_kafka_clusters 0 parameters
kosmo integrations:schema confluent.confluent_list_usm_v1_kafka_clusters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_usm_v1_kafka_cluster 0 parameters
kosmo integrations:schema confluent.confluent_create_usm_v1_kafka_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_usm_v1_kafka_cluster 0 parameters
kosmo integrations:schema confluent.confluent_get_usm_v1_kafka_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_usm_v1_kafka_cluster 0 parameters
kosmo integrations:schema confluent.confluent_delete_usm_v1_kafka_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_usm_v1_connect_clusters 0 parameters
kosmo integrations:schema confluent.confluent_list_usm_v1_connect_clusters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_create_usm_v1_connect_cluster 0 parameters
kosmo integrations:schema confluent.confluent_create_usm_v1_connect_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_get_usm_v1_connect_cluster 0 parameters
kosmo integrations:schema confluent.confluent_get_usm_v1_connect_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_delete_usm_v1_connect_cluster 0 parameters
kosmo integrations:schema confluent.confluent_delete_usm_v1_connect_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
confluent.confluent_list_endpoint_v1_endpoints 0 parameters
kosmo integrations:schema confluent.confluent_list_endpoint_v1_endpoints --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.