List

List all Virtual Clusters in your account.

Request

curl https://api.prod.us-east-1.warpstream.com/api/v1/list_virtual_clusters \
    -H 'warpstream-api-key: XXXXXXXXXX' \
    -H 'Content-Type: application/json'

Response

{
  "virtual_clusters": [
    {
      "id": "vci_1d9980d7_8e7d_4bd9_b27a_646ed4aca3ee",
      "agent_pool_id": "api_69212707_3c34_485c_b67e_6efc94c1f925",
      "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.