DescribeConfiguration

Describe the configuration of a specific Virtual Cluster by ID.

Request

 curl https://api.prod.us-east-1.warpstream.com/api/v1/describe_virtual_cluster_configuration \
 -H 'warpstream-api-key: XXXXXXXXXX' \
 -H 'Content-Type: application/json' \
 -d '{"virtual_cluster_id": "vci_1d4980d7_8e6d_4ad9_b27a_656ed4aca3ee"}'

Response

{
  "virtual_cluster_configuration": {
    "are_acls_enabled": false,
    "default_num_partitions": 1,
    "default_retention_millis": 86400000,
    "is_auto_create_topic_enabled": false,
  }
}

Last updated

Logo

Apache, Apache Kafka, Kafka, and associated open source project names are trademarks of the Apache Software Foundation. Kinesis is a trademark of Amazon Web Services.