KosmoKrator

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, configure, and verify
# 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.

Generic CLI call
kosmo integrations:call confluent.confluent_list_iam_v2_api_keys '{}' --json
Provider shortcut
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.

Discovery commands
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_iam_v2_api_keys '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_iam_v2_api_key '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_api_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_iam_v2_api_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_iam_v2_api_key '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_environments '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_org_v2_environment '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_org_v2_environment '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_org_v2_environment '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_org_v2_environment '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_org_v2_organizations '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_org_v2_organization '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_org_v2_organization '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_iam_v2_users '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_user '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_iam_v2_user '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_iam_v2_user '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_auth_type_iam_v2_user '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_iam_v2_service_accounts '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_iam_v2_service_account '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_service_account '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_iam_v2_service_account '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_iam_v2_service_account '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_iam_v2_invitations '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_iam_v2_invitation '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_invitation '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_iam_v2_invitation '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_iam_v2_ip_groups '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_iam_v2_ip_group '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_ip_group '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_iam_v2_ip_group '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_iam_v2_ip_group '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_iam_v2_ip_filters '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_iam_v2_ip_filter '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_ip_filter '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_iam_v2_ip_filter '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_iam_v2_ip_filter '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_ip_filter_summary '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_iam_v2_role_bindings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_iam_v2_role_binding '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_role_binding '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_iam_v2_role_binding '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_notifications_v1_subscriptions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_notifications_v1_subscription '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_notifications_v1_subscription '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_notifications_v1_subscription '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_notifications_v1_subscription '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_notifications_v1_integrations '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_notifications_v1_integration '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_notifications_v1_integration '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_notifications_v1_integration '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_notifications_v1_integration '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_test_notifications_v1_integration '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_notifications_v1_notification_type '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_notifications_v1_notification_types '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_notifications_v1_resource_preference '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_notifications_v1_resource_preference '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_notifications_v1_resource_preference '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_notifications_v1_resource_preference '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_notifications_v1_resource_preference_by_filter '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_notifications_v1_resource_subscription '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_notifications_v1_resource_subscription '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_notifications_v1_resource_subscription '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_notifications_v1_resource_subscription '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_notifications_v1_resource_subscriptions_by_filter '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_clusters '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_cmk_v2_cluster '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_cmk_v2_cluster '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_cmk_v2_cluster '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_cmk_v2_cluster '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_ksqldbcm_v2_clusters '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_ksqldbcm_v2_cluster '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_ksqldbcm_v2_cluster '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_ksqldbcm_v2_cluster '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_connectv1_connectors '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_connectv1_connector '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_connectv1_connectors_with_expansions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_connectv1_connector_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_or_update_connectv1_connector_config '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_read_connectv1_connector '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_connectv1_connector '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_pause_connectv1_connector '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_resume_connectv1_connector '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_restart_connectv1_connector '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_read_connectv1_connector_status '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_connectv1_connector_tasks '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_connectv1_connector_plugins '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_validate_connectv1_connector_plugin '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_translate_connectv1_connector_plugin '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_connectv1_connector_offsets '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_alter_connectv1_connector_offsets_request '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_connectv1_connector_offsets_request_status '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_connect_v1_custom_connector_plugins '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_connect_v1_custom_connector_plugin '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_connect_v1_custom_connector_plugin '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_connect_v1_custom_connector_plugin '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_connect_v1_custom_connector_plugin '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_presigned_upload_url_connect_v1_presigned_url '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_connect_v1_custom_connector_runtimes '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_cluster '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_batch_create_kafka_acls '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_acls '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_kafka_acls '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_kafka_acls '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_cluster_configs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_cluster_configs '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_cluster_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_cluster_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_kafka_cluster_config '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_consumer_groups '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_consumer_group '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_consumers '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_consumer_group_lag_summary '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_consumer_lags '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_consumer_lag '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_consumer '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_topics '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_topic '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_topic '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_partition_count_kafka_topic '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_kafka_topic '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_topic_configs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_topic_config_batch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_topic_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_topic_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_kafka_topic_config '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_partitions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_partition '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_all_topic_configs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_produce_record '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_links '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_kafka_link '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_link '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_kafka_link '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_default_topic_configs '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_link_configs '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_link_configs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_link_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_kafka_link_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_link_config_batch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_kafka_mirror_topic '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_mirror_topics_under_link '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_mirror_topics '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_read_kafka_mirror_topic '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_promote '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_failover '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_pause '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_resume '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_reverse_and_start_mirror '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_reverse_and_pause_mirror '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_mirror_topics_truncate_and_restore_mirror '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_share_groups '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_share_group '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_kafka_share_group '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_share_group_consumers '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_share_group_consumer '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_share_group_consumer_assignments '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_group_configs '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_group_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_group_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_kafka_group_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_group_config_batch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_streams_groups '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_streams_group '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_streams_group_subtopologies '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_streams_group_subtopology '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_streams_group_members '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_streams_group_member '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_streams_group_member_assignments '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_streams_group_member_target_assignments '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_streams_group_member_assignment_tasks '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_streams_group_member_target_assignment_tasks '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_streams_group_member_assignment_task_partitions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_streams_group_member_target_assignment_task_partitions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_service_quota_v1_applied_quotas '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_service_quota_v1_applied_quota '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_service_quota_v1_scopes '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_service_quota_v1_scope '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_partner_v2_entitlements '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_partner_v2_entitlement '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_partner_v2_entitlement '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_srcm_v2_regions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_srcm_v2_region '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_srcm_v2_clusters '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_srcm_v2_cluster '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_srcm_v2_cluster '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_srcm_v2_cluster '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_srcm_v2_cluster '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_srcm_v3_clusters '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_srcm_v3_cluster '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_srcm_v3_cluster '{}' --json

confluent.confluent_get_cluster_config

Retrieves cluster config information.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_cluster_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_test_compatibility_by_subject_name '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_test_compatibility_for_subject '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_subject_level_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_subject_level_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_subject_config '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_top_level_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_top_level_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_top_level_config '{}' --json
Shortcut
kosmo integrations:confluent confluent_delete_top_level_config '{}' --json

confluent.confluent_list_exporters

Retrieves a list of schema exporters that have been created.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_exporters '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_register_exporter '{}' --json
Shortcut
kosmo integrations:confluent confluent_register_exporter '{}' --json

confluent.confluent_get_exporter_info_by_name

Retrieves the information of the schema exporter.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_exporter_info_by_name '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_exporter_info '{}' --json
Shortcut
kosmo integrations:confluent confluent_update_exporter_info '{}' --json

confluent.confluent_delete_exporter

Deletes the schema exporter.

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_exporter '{}' --json
Shortcut
kosmo integrations:confluent confluent_delete_exporter '{}' --json

confluent.confluent_get_exporter_status_by_name

Retrieves the status of the schema exporter.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_exporter_status_by_name '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_exporter_config_by_name '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_exporter_config_by_name '{}' --json
Shortcut
kosmo integrations:confluent confluent_update_exporter_config_by_name '{}' --json

confluent.confluent_pause_exporter_by_name

Pauses the state of the schema exporter.

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_pause_exporter_by_name '{}' --json
Shortcut
kosmo integrations:confluent confluent_pause_exporter_by_name '{}' --json

confluent.confluent_reset_exporter_by_name

Reset the state of the schema exporter.

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_reset_exporter_by_name '{}' --json
Shortcut
kosmo integrations:confluent confluent_reset_exporter_by_name '{}' --json

confluent.confluent_resume_exporter_by_name

Resume running of the schema exporter.

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_resume_exporter_by_name '{}' --json
Shortcut
kosmo integrations:confluent confluent_resume_exporter_by_name '{}' --json

confluent.confluent_list_contexts

Retrieves a list of contexts.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_contexts '{}' --json
Shortcut
kosmo integrations:confluent confluent_list_contexts '{}' --json

confluent.confluent_get_mode

Retrieves the subject mode.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_mode '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_mode '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_subject_mode '{}' --json
Shortcut
kosmo integrations:confluent confluent_delete_subject_mode '{}' --json

confluent.confluent_get_top_level_mode

Retrieves global mode.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_top_level_mode '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_top_level_mode '{}' --json
Shortcut
kosmo integrations:confluent confluent_update_top_level_mode '{}' --json

confluent.confluent_get_schema

Retrieves the schema string identified by the input ID.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_schema '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_schema '{}' --json

confluent.confluent_get_schema_only

Retrieves the schema identified by the input ID.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_schema_only '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_schema_only '{}' --json

confluent.confluent_get_schema_types

Retrieve the schema types supported by this registry.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_schema_types '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_schema_types '{}' --json

confluent.confluent_get_schemas

Get the schemas matching the specified parameters.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_schemas '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_schemas '{}' --json

confluent.confluent_get_subjects

Retrieves all the subjects associated with a particular schema ID.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_subjects '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_subjects '{}' --json

confluent.confluent_get_versions

Get all the subject-version pairs associated with the input ID.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_versions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_schema_by_version '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_schema_version '{}' --json
Shortcut
kosmo integrations:confluent confluent_delete_schema_version '{}' --json

confluent.confluent_get_referenced_by

Retrieves the IDs of schemas that reference the specified schema.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_referenced_by '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_schema_only_1 '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_schema_only_1 '{}' --json

confluent.confluent_list_versions

Retrieves a list of versions registered under the specified subject.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_versions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_register '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_look_up_schema_under_subject '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_subject '{}' --json
Shortcut
kosmo integrations:confluent confluent_delete_subject '{}' --json

confluent.confluent_list

Retrieves a list of registered subjects matching specified parameters.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list '{}' --json
Shortcut
kosmo integrations:confluent confluent_list '{}' --json

confluent.confluent_get_latest_with_metadata

Retrieve the latest version with the given metadata.

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_latest_with_metadata '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_latest_with_metadata '{}' --json

confluent.confluent_get_kek_names

Get a list of kek names

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kek_names '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_kek_names '{}' --json

confluent.confluent_create_kek

Create a kek

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_kek '{}' --json
Shortcut
kosmo integrations:confluent confluent_create_kek '{}' --json

confluent.confluent_delete_kek

Delete a kek

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_kek '{}' --json
Shortcut
kosmo integrations:confluent confluent_delete_kek '{}' --json

confluent.confluent_get_kek

Get a kek by name

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kek '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_kek '{}' --json

confluent.confluent_put_kek

Alters a kek

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_put_kek '{}' --json
Shortcut
kosmo integrations:confluent confluent_put_kek '{}' --json

confluent.confluent_undelete_kek

Undelete a kek

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_undelete_kek '{}' --json
Shortcut
kosmo integrations:confluent confluent_undelete_kek '{}' --json

confluent.confluent_test_kek

Test a kek

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_test_kek '{}' --json
Shortcut
kosmo integrations:confluent confluent_test_kek '{}' --json

confluent.confluent_get_dek_subjects

Get a list of dek subjects

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_dek_subjects '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_dek_subjects '{}' --json

confluent.confluent_create_dek

Create a dek

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_dek '{}' --json
Shortcut
kosmo integrations:confluent confluent_create_dek '{}' --json

confluent.confluent_delete_dek_versions

Delete all versions of a dek

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_dek_versions '{}' --json
Shortcut
kosmo integrations:confluent confluent_delete_dek_versions '{}' --json

confluent.confluent_get_dek

Get a dek by subject

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_dek '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_dek '{}' --json

confluent.confluent_delete_dek_version

Delete a dek version

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_dek_version '{}' --json
Shortcut
kosmo integrations:confluent confluent_delete_dek_version '{}' --json

confluent.confluent_get_dek_by_version

Get a dek by subject and version

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_dek_by_version '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_dek_by_version '{}' --json

confluent.confluent_get_dek_versions

List versions of dek

Read read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_dek_versions '{}' --json
Shortcut
kosmo integrations:confluent confluent_get_dek_versions '{}' --json

confluent.confluent_undelete_dek_version

Undelete a dek version

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_undelete_dek_version '{}' --json
Shortcut
kosmo integrations:confluent confluent_undelete_dek_version '{}' --json

confluent.confluent_undelete_dek_versions

Undelete all versions of a dek

Write write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_undelete_dek_versions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_all_business_metadata_defs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_business_metadata_defs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_business_metadata_defs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_business_metadata_def '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_business_metadata_def_by_name '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_business_metadata '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_business_metadata '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_business_metadata '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_business_metadata '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_tags '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_tags '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_by_unique_attributes '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_tags '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_partial_entity_update '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_tag '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_search_using_attribute '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_search_using_basic '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_all_tag_defs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_tag_defs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_tag_defs '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_tag_def_by_name '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_tag_def '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_cdx_v1_provider_shared_resources '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_cdx_v1_provider_shared_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_cdx_v1_provider_shared_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_upload_image_cdx_v1_provider_shared_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_view_image_cdx_v1_provider_shared_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_image_cdx_v1_provider_shared_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_cdx_v1_provider_shares '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_cdx_v1_provider_share '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_cdx_v1_provider_share '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_cdx_v1_provider_share '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_resend_cdx_v1_provider_share '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_cdx_v1_consumer_shared_resources '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_cdx_v1_consumer_shared_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_image_cdx_v1_consumer_shared_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_network_cdx_v1_consumer_shared_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_cdx_v1_consumer_shares '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_cdx_v1_consumer_share '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_cdx_v1_consumer_share '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_resources_cdx_v1_shared_token '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_redeem_cdx_v1_shared_token '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_cdx_v1_opt_in '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_cdx_v1_opt_in '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_partner_v2_organization '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_partner_v2_organizations '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_signup '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_activate_signup '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_signup_partner_v2_link '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_networks '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_networking_v1_network '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_network '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_networking_v1_network '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_networking_v1_network '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_peerings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_networking_v1_peering '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_peering '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_networking_v1_peering '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_networking_v1_peering '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_transit_gateway_attachments '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_networking_v1_transit_gateway_attachment '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_transit_gateway_attachment '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_networking_v1_transit_gateway_attachment '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_networking_v1_transit_gateway_attachment '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_private_link_accesses '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_networking_v1_private_link_access '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_private_link_access '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_networking_v1_private_link_access '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_networking_v1_private_link_access '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_network_link_services '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_networking_v1_network_link_service '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_network_link_service '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_networking_v1_network_link_service '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_networking_v1_network_link_service '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_network_link_endpoints '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_networking_v1_network_link_endpoint '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_network_link_endpoint '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_networking_v1_network_link_endpoint '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_networking_v1_network_link_endpoint '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_network_link_service_associations '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_network_link_service_association '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_ip_addresses '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_private_link_attachments '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_networking_v1_private_link_attachment '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_private_link_attachment '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_networking_v1_private_link_attachment '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_networking_v1_private_link_attachment '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_private_link_attachment_connections '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_networking_v1_private_link_attachment_connection '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_private_link_attachment_connection '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_networking_v1_private_link_attachment_connection '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_networking_v1_private_link_attachment_connection '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_iam_v2_identity_providers '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_iam_v2_identity_provider '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_identity_provider '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_iam_v2_identity_provider '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_iam_v2_identity_provider '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_refresh_iam_v2_json_web_key_set '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_iam_v2_identity_pools '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_iam_v2_identity_pool '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_identity_pool '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_iam_v2_identity_pool '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_iam_v2_identity_pool '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_exchange_sts_v1_oauth_token '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_kafka_quotas_v1_client_quotas '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_kafka_quotas_v1_client_quota '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_kafka_quotas_v1_client_quota '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_kafka_quotas_v1_client_quota '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_kafka_quotas_v1_client_quota '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_byok_v1_keys '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_byok_v1_key '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_byok_v1_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_byok_v1_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_byok_v1_key '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_billing_v1_costs '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_iam_v2_sso_group_mappings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_iam_v2_sso_group_mapping '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_sso_group_mapping '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_iam_v2_sso_group_mapping '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_iam_v2_sso_group_mapping '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_fcpm_v2_compute_pools '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_fcpm_v2_compute_pool '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_fcpm_v2_compute_pool '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_fcpm_v2_compute_pool '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_fcpm_v2_compute_pool '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_fcpm_v2_regions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_fcpm_v2_org_compute_pool_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_fcpm_v2_org_compute_pool_config '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_sqlv1_connections '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_sqlv1_connection '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_sqlv1_connection '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_sqlv1_connection '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_sqlv1_connection '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_sqlv1_statement_result '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_sqlv1_statements '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_sqlv1_statement '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_sqlv1_statement '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_sqlv1_statement '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_sqlv1_statement '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_patch_sqlv1_statement '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_sqlv1_statement_exceptions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_sqlv1_materialized_tables '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_sqlv1_materialized_table '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_sqlv1_materialized_table '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_sqlv1_materialized_table '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_sqlv1_materialized_table '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_sqlv1_materialized_table_versions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_sqlv1_materialized_table_version '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_sqlv1_agents '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_sqlv1_agent '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_sqlv1_agent '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_sqlv1_agent '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_sqlv1_agent '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_sqlv1_tool '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_sqlv1_tools '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_sqlv1_tool '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_sqlv1_tool '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_dns_forwarders '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_networking_v1_dns_forwarder '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_dns_forwarder '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_networking_v1_dns_forwarder '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_networking_v1_dns_forwarder '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_access_points '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_networking_v1_access_point '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_access_point '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_networking_v1_access_point '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_networking_v1_access_point '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_dns_records '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_networking_v1_dns_record '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_dns_record '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_networking_v1_dns_record '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_networking_v1_dns_record '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_iam_v2_certificate_authorities '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_iam_v2_certificate_authority '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_certificate_authority '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_iam_v2_certificate_authority '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_iam_v2_certificate_authority '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_iam_v2_certificate_identity_pools '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_iam_v2_certificate_identity_pool '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_iam_v2_certificate_identity_pool '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_iam_v2_certificate_identity_pool '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_iam_v2_certificate_identity_pool '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_pim_v1_integrations '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_pim_v1_integration '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_pim_v1_integration '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_pim_v1_integration '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_pim_v2_integrations '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_pim_v2_integration '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_pim_v2_integration '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_pim_v2_integration '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_pim_v2_integration '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_validate_pim_v2_integration '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_artifact_v1_flink_artifacts '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_artifact_v1_flink_artifact '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_artifact_v1_flink_artifact '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_artifact_v1_flink_artifact '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_artifact_v1_flink_artifact '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_presigned_upload_url_artifact_v1_presigned_url '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_networking_v1_gateways '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_networking_v1_gateway '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_networking_v1_gateway '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_networking_v1_gateway '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_networking_v1_gateway '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_ccl_v1_custom_code_loggings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_ccl_v1_custom_code_logging '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_ccl_v1_custom_code_logging '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_ccl_v1_custom_code_logging '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_ccl_v1_custom_code_logging '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_tableflow_v1_regions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_tableflow_v1_tableflow_topics '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_tableflow_v1_tableflow_topic '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_tableflow_v1_tableflow_topic '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_tableflow_v1_tableflow_topic '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_tableflow_v1_tableflow_topic '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_tableflow_v1_catalog_integrations '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_tableflow_v1_catalog_integration '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_tableflow_v1_catalog_integration '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_tableflow_v1_catalog_integration '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_tableflow_v1_catalog_integration '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_ccpm_v1_custom_connect_plugins '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_ccpm_v1_custom_connect_plugin '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_ccpm_v1_custom_connect_plugin '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_update_ccpm_v1_custom_connect_plugin '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_ccpm_v1_custom_connect_plugin '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_ccpm_v1_presigned_url '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_ccpm_v1_custom_connect_plugin_versions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_ccpm_v1_custom_connect_plugin_version '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_ccpm_v1_custom_connect_plugin_version '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_ccpm_v1_custom_connect_plugin_version '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_usm_v1_kafka_clusters '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_usm_v1_kafka_cluster '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_usm_v1_kafka_cluster '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_usm_v1_kafka_cluster '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_usm_v1_connect_clusters '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_create_usm_v1_connect_cluster '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_get_usm_v1_connect_cluster '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_delete_usm_v1_connect_cluster '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call confluent.confluent_list_endpoint_v1_endpoints '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema confluent.confluent_list_iam_v2_api_keys --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_iam_v2_api_key 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_iam_v2_api_key --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_api_key 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_api_key --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_iam_v2_api_key 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_iam_v2_api_key --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_iam_v2_api_key 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_iam_v2_api_key --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_environments 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_environments --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_org_v2_environment 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_org_v2_environment --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_org_v2_environment 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_org_v2_environment --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_org_v2_environment 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_org_v2_environment --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_org_v2_environment 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_org_v2_environment --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_org_v2_organizations 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_org_v2_organizations --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_org_v2_organization 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_org_v2_organization --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_org_v2_organization 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_org_v2_organization --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_iam_v2_users 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_iam_v2_users --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_user 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_user --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_iam_v2_user 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_iam_v2_user --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_iam_v2_user 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_iam_v2_user --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_auth_type_iam_v2_user 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_auth_type_iam_v2_user --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_iam_v2_service_accounts 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_iam_v2_service_accounts --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_iam_v2_service_account 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_iam_v2_service_account --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_service_account 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_service_account --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_iam_v2_service_account 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_iam_v2_service_account --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_iam_v2_service_account 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_iam_v2_service_account --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_iam_v2_invitations 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_iam_v2_invitations --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_iam_v2_invitation 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_iam_v2_invitation --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_invitation 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_invitation --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_iam_v2_invitation 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_iam_v2_invitation --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_iam_v2_ip_groups 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_iam_v2_ip_groups --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_iam_v2_ip_group 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_iam_v2_ip_group --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_ip_group 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_ip_group --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_iam_v2_ip_group 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_iam_v2_ip_group --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_iam_v2_ip_group 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_iam_v2_ip_group --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_iam_v2_ip_filters 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_iam_v2_ip_filters --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_iam_v2_ip_filter 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_iam_v2_ip_filter --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_ip_filter 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_ip_filter --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_iam_v2_ip_filter 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_iam_v2_ip_filter --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_iam_v2_ip_filter 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_iam_v2_ip_filter --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_ip_filter_summary 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_ip_filter_summary --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_iam_v2_role_bindings 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_iam_v2_role_bindings --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_iam_v2_role_binding 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_iam_v2_role_binding --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_role_binding 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_role_binding --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_iam_v2_role_binding 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_iam_v2_role_binding --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_notifications_v1_subscriptions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_notifications_v1_subscriptions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_notifications_v1_subscription 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_notifications_v1_subscription --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_notifications_v1_subscription 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_notifications_v1_subscription --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_notifications_v1_subscription 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_notifications_v1_subscription --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_notifications_v1_subscription 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_notifications_v1_subscription --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_notifications_v1_integrations 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_notifications_v1_integrations --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_notifications_v1_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_notifications_v1_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_notifications_v1_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_notifications_v1_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_notifications_v1_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_notifications_v1_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_notifications_v1_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_notifications_v1_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_test_notifications_v1_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_test_notifications_v1_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_notifications_v1_notification_type 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_notifications_v1_notification_type --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_notifications_v1_notification_types 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_notifications_v1_notification_types --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_notifications_v1_resource_preference 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_notifications_v1_resource_preference --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_notifications_v1_resource_preference 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_notifications_v1_resource_preference --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_notifications_v1_resource_preference 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_notifications_v1_resource_preference --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_notifications_v1_resource_preference 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_notifications_v1_resource_preference --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_notifications_v1_resource_preference_by_filter 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_notifications_v1_resource_preference_by_filter --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_notifications_v1_resource_subscription 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_notifications_v1_resource_subscription --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_notifications_v1_resource_subscription 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_notifications_v1_resource_subscription --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_notifications_v1_resource_subscription 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_notifications_v1_resource_subscription --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_notifications_v1_resource_subscription 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_notifications_v1_resource_subscription --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_notifications_v1_resource_subscriptions_by_filter 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_notifications_v1_resource_subscriptions_by_filter --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_clusters 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_clusters --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_cmk_v2_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_cmk_v2_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_cmk_v2_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_cmk_v2_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_cmk_v2_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_cmk_v2_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_cmk_v2_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_cmk_v2_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_ksqldbcm_v2_clusters 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_ksqldbcm_v2_clusters --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_ksqldbcm_v2_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_ksqldbcm_v2_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_ksqldbcm_v2_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_ksqldbcm_v2_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_ksqldbcm_v2_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_ksqldbcm_v2_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_connectv1_connectors 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_connectv1_connectors --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_connectv1_connector 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_connectv1_connector --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_connectv1_connectors_with_expansions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_connectv1_connectors_with_expansions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_connectv1_connector_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_connectv1_connector_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_or_update_connectv1_connector_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_or_update_connectv1_connector_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_read_connectv1_connector 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_read_connectv1_connector --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_connectv1_connector 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_connectv1_connector --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_pause_connectv1_connector 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_pause_connectv1_connector --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_resume_connectv1_connector 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_resume_connectv1_connector --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_restart_connectv1_connector 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_restart_connectv1_connector --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_read_connectv1_connector_status 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_read_connectv1_connector_status --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_connectv1_connector_tasks 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_connectv1_connector_tasks --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_connectv1_connector_plugins 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_connectv1_connector_plugins --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_validate_connectv1_connector_plugin 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_validate_connectv1_connector_plugin --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_translate_connectv1_connector_plugin 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_translate_connectv1_connector_plugin --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_connectv1_connector_offsets 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_connectv1_connector_offsets --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_alter_connectv1_connector_offsets_request 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_alter_connectv1_connector_offsets_request --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_connectv1_connector_offsets_request_status 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_connectv1_connector_offsets_request_status --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_connect_v1_custom_connector_plugins 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_connect_v1_custom_connector_plugins --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_connect_v1_custom_connector_plugin 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_connect_v1_custom_connector_plugin --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_connect_v1_custom_connector_plugin 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_connect_v1_custom_connector_plugin --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_connect_v1_custom_connector_plugin 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_connect_v1_custom_connector_plugin --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_connect_v1_custom_connector_plugin 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_connect_v1_custom_connector_plugin --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_presigned_upload_url_connect_v1_presigned_url 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_presigned_upload_url_connect_v1_presigned_url --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_connect_v1_custom_connector_runtimes 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_connect_v1_custom_connector_runtimes --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_batch_create_kafka_acls 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_batch_create_kafka_acls --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_acls 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_acls --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_kafka_acls 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_kafka_acls --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_kafka_acls 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_kafka_acls --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_cluster_configs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_cluster_configs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_cluster_configs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_cluster_configs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_cluster_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_cluster_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_cluster_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_cluster_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_kafka_cluster_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_kafka_cluster_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_consumer_groups 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_consumer_groups --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_consumer_group 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_consumer_group --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_consumers 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_consumers --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_consumer_group_lag_summary 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_consumer_group_lag_summary --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_consumer_lags 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_consumer_lags --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_consumer_lag 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_consumer_lag --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_consumer 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_consumer --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_topics 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_topics --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_topic 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_topic --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_topic 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_topic --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_partition_count_kafka_topic 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_partition_count_kafka_topic --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_kafka_topic 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_kafka_topic --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_topic_configs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_topic_configs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_topic_config_batch 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_topic_config_batch --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_topic_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_topic_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_topic_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_topic_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_kafka_topic_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_kafka_topic_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_partitions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_partitions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_partition 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_partition --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_all_topic_configs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_all_topic_configs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_produce_record 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_produce_record --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_default_topic_configs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_default_topic_configs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_kafka_mirror_topic 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_kafka_mirror_topic --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_mirror_topics 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_mirror_topics --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_read_kafka_mirror_topic 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_read_kafka_mirror_topic --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_mirror_topics_promote 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_promote --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_mirror_topics_failover 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_failover --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_mirror_topics_pause 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_pause --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_mirror_topics_resume 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_resume --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_mirror_topics_reverse_and_start_mirror 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_reverse_and_start_mirror --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_mirror_topics_reverse_and_pause_mirror 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_reverse_and_pause_mirror --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_mirror_topics_truncate_and_restore_mirror 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_mirror_topics_truncate_and_restore_mirror --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_share_groups 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_share_groups --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_share_group 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_share_group --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_kafka_share_group 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_kafka_share_group --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_share_group_consumers 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_share_group_consumers --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_share_group_consumer 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_share_group_consumer --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_share_group_consumer_assignments 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_share_group_consumer_assignments --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_group_configs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_group_configs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_group_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_group_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_group_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_group_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_kafka_group_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_kafka_group_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_group_config_batch 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_group_config_batch --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_streams_groups 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_streams_groups --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_streams_group 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_streams_group --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_streams_group_subtopologies 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_streams_group_subtopologies --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_streams_group_subtopology 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_streams_group_subtopology --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_streams_group_members 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_streams_group_members --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_streams_group_member 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_streams_group_member --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_streams_group_member_assignments 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_streams_group_member_assignments --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_streams_group_member_target_assignments 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_streams_group_member_target_assignments --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_streams_group_member_assignment_tasks 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_streams_group_member_assignment_tasks --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_streams_group_member_target_assignment_tasks 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_streams_group_member_target_assignment_tasks --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_streams_group_member_assignment_task_partitions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_streams_group_member_assignment_task_partitions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_streams_group_member_target_assignment_task_partitions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_streams_group_member_target_assignment_task_partitions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_service_quota_v1_applied_quotas 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_service_quota_v1_applied_quotas --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_service_quota_v1_applied_quota 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_service_quota_v1_applied_quota --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_service_quota_v1_scopes 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_service_quota_v1_scopes --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_service_quota_v1_scope 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_service_quota_v1_scope --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_partner_v2_entitlements 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_partner_v2_entitlements --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_partner_v2_entitlement 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_partner_v2_entitlement --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_partner_v2_entitlement 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_partner_v2_entitlement --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_srcm_v2_regions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_srcm_v2_regions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_srcm_v2_region 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_srcm_v2_region --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_srcm_v2_clusters 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_srcm_v2_clusters --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_srcm_v2_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_srcm_v2_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_srcm_v2_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_srcm_v2_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_srcm_v2_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_srcm_v2_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_srcm_v2_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_srcm_v2_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_srcm_v3_clusters 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_srcm_v3_clusters --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_srcm_v3_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_srcm_v3_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_cluster_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_cluster_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_test_compatibility_by_subject_name 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_test_compatibility_by_subject_name --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_test_compatibility_for_subject 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_test_compatibility_for_subject --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_subject_level_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_subject_level_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_subject_level_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_subject_level_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_subject_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_subject_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_top_level_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_top_level_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_top_level_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_top_level_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_top_level_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_top_level_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_exporters 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_exporters --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_register_exporter 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_register_exporter --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_exporter_info_by_name 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_exporter_info_by_name --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_exporter_info 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_exporter_info --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_exporter 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_exporter --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_exporter_status_by_name 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_exporter_status_by_name --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_exporter_config_by_name 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_exporter_config_by_name --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_exporter_config_by_name 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_exporter_config_by_name --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_pause_exporter_by_name 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_pause_exporter_by_name --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_reset_exporter_by_name 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_reset_exporter_by_name --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_resume_exporter_by_name 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_resume_exporter_by_name --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_contexts 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_contexts --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_mode 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_mode --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_mode 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_mode --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_subject_mode 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_subject_mode --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_top_level_mode 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_top_level_mode --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_top_level_mode 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_top_level_mode --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_schema 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_schema --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_schema_only 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_schema_only --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_schema_types 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_schema_types --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_schemas 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_schemas --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_subjects 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_subjects --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_versions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_versions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_schema_by_version 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_schema_by_version --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_schema_version 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_schema_version --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_referenced_by 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_referenced_by --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_schema_only_1 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_schema_only_1 --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_versions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_versions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_register 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_register --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_look_up_schema_under_subject 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_look_up_schema_under_subject --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_subject 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_subject --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_latest_with_metadata 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_latest_with_metadata --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kek_names 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kek_names --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_kek 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_kek --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_kek 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_kek --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kek 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kek --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_put_kek 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_put_kek --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_undelete_kek 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_undelete_kek --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_test_kek 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_test_kek --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_dek_subjects 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_dek_subjects --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_dek 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_dek --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_dek_versions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_dek_versions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_dek 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_dek --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_dek_version 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_dek_version --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_dek_by_version 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_dek_by_version --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_dek_versions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_dek_versions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_undelete_dek_version 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_undelete_dek_version --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_undelete_dek_versions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_undelete_dek_versions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_all_business_metadata_defs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_all_business_metadata_defs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_business_metadata_defs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_business_metadata_defs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_business_metadata_defs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_business_metadata_defs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_business_metadata_def 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_business_metadata_def --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_business_metadata_def_by_name 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_business_metadata_def_by_name --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_business_metadata 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_business_metadata --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_business_metadata 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_business_metadata --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_business_metadata 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_business_metadata --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_business_metadata 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_business_metadata --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_tags 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_tags --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_tags 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_tags --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_by_unique_attributes 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_by_unique_attributes --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_tags 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_tags --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_partial_entity_update 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_partial_entity_update --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_tag 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_tag --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_search_using_attribute 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_search_using_attribute --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_search_using_basic 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_search_using_basic --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_all_tag_defs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_all_tag_defs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_tag_defs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_tag_defs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_tag_defs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_tag_defs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_tag_def_by_name 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_tag_def_by_name --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_tag_def 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_tag_def --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_cdx_v1_provider_shared_resources 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_cdx_v1_provider_shared_resources --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_cdx_v1_provider_shared_resource 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_cdx_v1_provider_shared_resource --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_cdx_v1_provider_shared_resource 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_cdx_v1_provider_shared_resource --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_upload_image_cdx_v1_provider_shared_resource 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_upload_image_cdx_v1_provider_shared_resource --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_view_image_cdx_v1_provider_shared_resource 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_view_image_cdx_v1_provider_shared_resource --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_image_cdx_v1_provider_shared_resource 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_image_cdx_v1_provider_shared_resource --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_cdx_v1_provider_shares 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_cdx_v1_provider_shares --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_cdx_v1_provider_share 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_cdx_v1_provider_share --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_cdx_v1_provider_share 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_cdx_v1_provider_share --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_cdx_v1_provider_share 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_cdx_v1_provider_share --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_resend_cdx_v1_provider_share 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_resend_cdx_v1_provider_share --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_cdx_v1_consumer_shared_resources 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_cdx_v1_consumer_shared_resources --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_cdx_v1_consumer_shared_resource 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_cdx_v1_consumer_shared_resource --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_image_cdx_v1_consumer_shared_resource 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_image_cdx_v1_consumer_shared_resource --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_network_cdx_v1_consumer_shared_resource 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_network_cdx_v1_consumer_shared_resource --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_cdx_v1_consumer_shares 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_cdx_v1_consumer_shares --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_cdx_v1_consumer_share 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_cdx_v1_consumer_share --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_cdx_v1_consumer_share 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_cdx_v1_consumer_share --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_resources_cdx_v1_shared_token 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_resources_cdx_v1_shared_token --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_redeem_cdx_v1_shared_token 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_redeem_cdx_v1_shared_token --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_cdx_v1_opt_in 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_cdx_v1_opt_in --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_cdx_v1_opt_in 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_cdx_v1_opt_in --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_partner_v2_organization 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_partner_v2_organization --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_partner_v2_organizations 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_partner_v2_organizations --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_signup 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_signup --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_activate_signup 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_activate_signup --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_networking_v1_networks 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_networking_v1_networks --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_networking_v1_network 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_networking_v1_network --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_networking_v1_network 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_networking_v1_network --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_networking_v1_network 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_networking_v1_network --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_networking_v1_network 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_networking_v1_network --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_networking_v1_peerings 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_networking_v1_peerings --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_networking_v1_peering 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_networking_v1_peering --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_networking_v1_peering 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_networking_v1_peering --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_networking_v1_peering 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_networking_v1_peering --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_networking_v1_peering 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_networking_v1_peering --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_networking_v1_transit_gateway_attachments 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_networking_v1_transit_gateway_attachments --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_networking_v1_transit_gateway_attachment 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_networking_v1_transit_gateway_attachment --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_networking_v1_transit_gateway_attachment 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_networking_v1_transit_gateway_attachment --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_networking_v1_transit_gateway_attachment 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_networking_v1_transit_gateway_attachment --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_networking_v1_transit_gateway_attachment 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_networking_v1_transit_gateway_attachment --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_networking_v1_ip_addresses 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_networking_v1_ip_addresses --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_iam_v2_identity_providers 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_iam_v2_identity_providers --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_iam_v2_identity_provider 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_iam_v2_identity_provider --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_identity_provider 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_identity_provider --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_iam_v2_identity_provider 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_iam_v2_identity_provider --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_iam_v2_identity_provider 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_iam_v2_identity_provider --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_refresh_iam_v2_json_web_key_set 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_refresh_iam_v2_json_web_key_set --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_iam_v2_identity_pools 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_iam_v2_identity_pools --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_iam_v2_identity_pool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_iam_v2_identity_pool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_identity_pool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_identity_pool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_iam_v2_identity_pool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_iam_v2_identity_pool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_iam_v2_identity_pool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_iam_v2_identity_pool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_exchange_sts_v1_oauth_token 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_exchange_sts_v1_oauth_token --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_kafka_quotas_v1_client_quotas 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_kafka_quotas_v1_client_quotas --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_kafka_quotas_v1_client_quota 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_kafka_quotas_v1_client_quota --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_kafka_quotas_v1_client_quota 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_kafka_quotas_v1_client_quota --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_kafka_quotas_v1_client_quota 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_kafka_quotas_v1_client_quota --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_kafka_quotas_v1_client_quota 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_kafka_quotas_v1_client_quota --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_byok_v1_keys 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_byok_v1_keys --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_byok_v1_key 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_byok_v1_key --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_byok_v1_key 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_byok_v1_key --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_byok_v1_key 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_byok_v1_key --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_byok_v1_key 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_byok_v1_key --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_billing_v1_costs 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_billing_v1_costs --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_iam_v2_sso_group_mappings 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_iam_v2_sso_group_mappings --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_iam_v2_sso_group_mapping 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_iam_v2_sso_group_mapping --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_sso_group_mapping 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_sso_group_mapping --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_iam_v2_sso_group_mapping 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_iam_v2_sso_group_mapping --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_iam_v2_sso_group_mapping 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_iam_v2_sso_group_mapping --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_fcpm_v2_compute_pools 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_fcpm_v2_compute_pools --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_fcpm_v2_compute_pool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_fcpm_v2_compute_pool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_fcpm_v2_compute_pool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_fcpm_v2_compute_pool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_fcpm_v2_compute_pool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_fcpm_v2_compute_pool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_fcpm_v2_compute_pool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_fcpm_v2_compute_pool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_fcpm_v2_regions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_fcpm_v2_regions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_fcpm_v2_org_compute_pool_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_fcpm_v2_org_compute_pool_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_fcpm_v2_org_compute_pool_config 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_fcpm_v2_org_compute_pool_config --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_sqlv1_connections 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_sqlv1_connections --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_sqlv1_connection 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_sqlv1_connection --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_sqlv1_connection 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_sqlv1_connection --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_sqlv1_connection 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_sqlv1_connection --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_sqlv1_connection 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_sqlv1_connection --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_sqlv1_statement_result 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_sqlv1_statement_result --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_sqlv1_statements 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_sqlv1_statements --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_sqlv1_statement 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_sqlv1_statement --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_sqlv1_statement 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_sqlv1_statement --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_sqlv1_statement 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_sqlv1_statement --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_sqlv1_statement 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_sqlv1_statement --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_patch_sqlv1_statement 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_patch_sqlv1_statement --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_sqlv1_statement_exceptions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_sqlv1_statement_exceptions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_sqlv1_materialized_tables 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_sqlv1_materialized_tables --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_sqlv1_materialized_table 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_sqlv1_materialized_table --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_sqlv1_materialized_table 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_sqlv1_materialized_table --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_sqlv1_materialized_table 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_sqlv1_materialized_table --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_sqlv1_materialized_table 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_sqlv1_materialized_table --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_sqlv1_materialized_table_versions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_sqlv1_materialized_table_versions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_sqlv1_materialized_table_version 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_sqlv1_materialized_table_version --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_sqlv1_agents 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_sqlv1_agents --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_sqlv1_agent 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_sqlv1_agent --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_sqlv1_agent 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_sqlv1_agent --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_sqlv1_agent 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_sqlv1_agent --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_sqlv1_agent 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_sqlv1_agent --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_sqlv1_tool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_sqlv1_tool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_sqlv1_tools 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_sqlv1_tools --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_sqlv1_tool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_sqlv1_tool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_sqlv1_tool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_sqlv1_tool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_networking_v1_dns_forwarders 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_networking_v1_dns_forwarders --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_networking_v1_dns_forwarder 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_networking_v1_dns_forwarder --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_networking_v1_dns_forwarder 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_networking_v1_dns_forwarder --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_networking_v1_dns_forwarder 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_networking_v1_dns_forwarder --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_networking_v1_dns_forwarder 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_networking_v1_dns_forwarder --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_networking_v1_access_points 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_networking_v1_access_points --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_networking_v1_access_point 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_networking_v1_access_point --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_networking_v1_access_point 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_networking_v1_access_point --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_networking_v1_access_point 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_networking_v1_access_point --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_networking_v1_access_point 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_networking_v1_access_point --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_networking_v1_dns_records 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_networking_v1_dns_records --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_networking_v1_dns_record 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_networking_v1_dns_record --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_networking_v1_dns_record 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_networking_v1_dns_record --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_networking_v1_dns_record 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_networking_v1_dns_record --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_networking_v1_dns_record 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_networking_v1_dns_record --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_iam_v2_certificate_authorities 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_iam_v2_certificate_authorities --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_iam_v2_certificate_authority 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_iam_v2_certificate_authority --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_certificate_authority 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_certificate_authority --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_iam_v2_certificate_authority 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_iam_v2_certificate_authority --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_iam_v2_certificate_authority 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_iam_v2_certificate_authority --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_iam_v2_certificate_identity_pools 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_iam_v2_certificate_identity_pools --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_iam_v2_certificate_identity_pool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_iam_v2_certificate_identity_pool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_iam_v2_certificate_identity_pool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_iam_v2_certificate_identity_pool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_iam_v2_certificate_identity_pool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_iam_v2_certificate_identity_pool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_iam_v2_certificate_identity_pool 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_iam_v2_certificate_identity_pool --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_pim_v1_integrations 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_pim_v1_integrations --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_pim_v1_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_pim_v1_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_pim_v1_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_pim_v1_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_pim_v1_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_pim_v1_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_pim_v2_integrations 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_pim_v2_integrations --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_pim_v2_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_pim_v2_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_pim_v2_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_pim_v2_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_pim_v2_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_pim_v2_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_pim_v2_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_pim_v2_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_validate_pim_v2_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_validate_pim_v2_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_presigned_upload_url_artifact_v1_presigned_url 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_presigned_upload_url_artifact_v1_presigned_url --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_networking_v1_gateways 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_networking_v1_gateways --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_networking_v1_gateway 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_networking_v1_gateway --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_networking_v1_gateway 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_networking_v1_gateway --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_networking_v1_gateway 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_networking_v1_gateway --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_networking_v1_gateway 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_networking_v1_gateway --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_ccl_v1_custom_code_loggings 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_ccl_v1_custom_code_loggings --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_ccl_v1_custom_code_logging 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_ccl_v1_custom_code_logging --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_ccl_v1_custom_code_logging 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_ccl_v1_custom_code_logging --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_ccl_v1_custom_code_logging 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_ccl_v1_custom_code_logging --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_ccl_v1_custom_code_logging 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_ccl_v1_custom_code_logging --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_tableflow_v1_regions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_tableflow_v1_regions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_tableflow_v1_tableflow_topics 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_tableflow_v1_tableflow_topics --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_tableflow_v1_tableflow_topic 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_tableflow_v1_tableflow_topic --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_tableflow_v1_tableflow_topic 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_tableflow_v1_tableflow_topic --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_tableflow_v1_tableflow_topic 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_tableflow_v1_tableflow_topic --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_tableflow_v1_tableflow_topic 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_tableflow_v1_tableflow_topic --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_tableflow_v1_catalog_integrations 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_tableflow_v1_catalog_integrations --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_tableflow_v1_catalog_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_tableflow_v1_catalog_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_tableflow_v1_catalog_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_tableflow_v1_catalog_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_tableflow_v1_catalog_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_tableflow_v1_catalog_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_tableflow_v1_catalog_integration 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_tableflow_v1_catalog_integration --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_ccpm_v1_custom_connect_plugins 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_ccpm_v1_custom_connect_plugins --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_ccpm_v1_custom_connect_plugin 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_ccpm_v1_custom_connect_plugin --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_ccpm_v1_custom_connect_plugin 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_ccpm_v1_custom_connect_plugin --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_update_ccpm_v1_custom_connect_plugin 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_update_ccpm_v1_custom_connect_plugin --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_ccpm_v1_custom_connect_plugin 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_ccpm_v1_custom_connect_plugin --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_ccpm_v1_presigned_url 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_ccpm_v1_presigned_url --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_ccpm_v1_custom_connect_plugin_versions 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_ccpm_v1_custom_connect_plugin_versions --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_ccpm_v1_custom_connect_plugin_version 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_ccpm_v1_custom_connect_plugin_version --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_ccpm_v1_custom_connect_plugin_version 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_ccpm_v1_custom_connect_plugin_version --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_ccpm_v1_custom_connect_plugin_version 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_ccpm_v1_custom_connect_plugin_version --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_usm_v1_kafka_clusters 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_usm_v1_kafka_clusters --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_usm_v1_kafka_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_usm_v1_kafka_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_usm_v1_kafka_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_usm_v1_kafka_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_usm_v1_kafka_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_usm_v1_kafka_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_usm_v1_connect_clusters 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_usm_v1_connect_clusters --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_create_usm_v1_connect_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_create_usm_v1_connect_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_get_usm_v1_connect_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_get_usm_v1_connect_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_delete_usm_v1_connect_cluster 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_delete_usm_v1_connect_cluster --json
ParameterTypeRequiredDescription
No parameters.
confluent.confluent_list_endpoint_v1_endpoints 0 parameters
Schema command
kosmo integrations:schema confluent.confluent_list_endpoint_v1_endpoints --json
ParameterTypeRequiredDescription
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.