Describe

Describe a specific Virtual Cluster by ID.

Request

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

Response

{
  "virtual_cluster": {
    "id": "vci_1d4980d7_8e6d_4ad9_b27a_656ed4aca3ee",
    "agent_pool_id": "api_69112707_3f34_435c_b47e_6efc94c1f125",
    "agent_pool_name": "apn_default",
    "name": "vcn_default",
    "created_at": "2023-08-25T21:35:29.338204Z",
    "type": "byoc",
    "region": "us-east-1",
    "cloud_provider": "aws"
  }
}

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.