Confluent Cloud APIs¶
- Confluent Cloud APIs
- Cluster Management with Kafka REST API
- Metrics API
- Stream Catalog REST API
- Catalog API Usage Examples
- Setup and Suggestions
- OAuth for Confluent Cloud Stream Catalog REST API
- Entity types
- Searching
- Topics API Examples
- Tags API Examples
- Create a tag
- Update a tag by adding attributes (key, value pairs)
- List all tags (with definitions)
- Get tag definition
- Search fields by name
- Search fields by tag
- Search schema record by name
- Search schema by tag
- Tag a field in Avro
- Get the tag attributes from a field
- Tag a schema version
- Get a schema given a subject version
- Delete a tag
- Business Metadata API Examples
- Create a schema
- Create your first business metadata definition
- Create a business metadata definition for a topic
- Get all the business metadata definitions created so far
- Get a specific business metadata definition by its name
- Update business metadata definitions
- Add business metadata to a schema-related entity
- Add business metadata to a topic
- Get business metadata associated with an instance of an entity
- Update business metadata associated with entity
- Search for business metadata associated with entity
- Remove business metadata associated with an entity
- Delete business metadata definitions
- Suggested Reading
- Catalog API Usage Examples
- GraphQL API
- Service Quotas API
- Get a Cloud API key and secret
- Service Quotas API endpoints
- Query a Service Quotas endpoint
- Example requests
- Filtering
- Query for scopes
- Organization quotas
- Max Cloud API keys for an organization
- Max environments for an organization
- Max Kafka clusters for an organization
- Max service accounts for an organization
- Max user accounts for an organization
- Max pending invitations for an organization
- Max audit log consumer API keys per organization
- Max Kafka cluster provisioning requests per day
- Service account quotas
- User account quotas
- Environment quotas
- Kafka cluster quotas
- Network quotas
- Pipelines API
- Prequisites for using the Pipelines REST API
- Get an authentication token
- Get the environment and Kafka cluster IDs
- Create a pipeline
- Get a pipeline ID
- View pipeline details
- Save a pipeline to a description file
- Update a pipeline’s metadata
- Patch a pipeline’s metadata
- Grant activation privileges
- Revoke pipeline privileges
- Activate or deactivate a pipeline
- View pipeline source code
- Suggested Resources