docs
api
Kafka(UKafka)
ListUKafkaInstance

List Cluster Information - ListUKafkaInstance

Overview

List Cluster Information

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is ListUKafkaInstance.Yes
PublicKeystringThe user's public key can be obtained from Console (opens in a new tab)Yes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
RegionstringRegion. See List of Regions and Availability ZonesYes
ZonestringAvailability Zone. See Availability Zone ListNo
ProjectIdstringProject ID. If not filled in, the default project is used, and the sub-account must be filled in. Please refer to the GetProjectList interface.No
LimitstringDefault is 60No
OffsetstringDefault is 0No
FilterstringWhether to filter out deleted nodes, default is 'true'No
VPCIdstringVPCIdNo
SubnetIdstringSubnetIdNo
BusinessIdstringBusinessIdNo
ClusterInstanceIdstringCluster IDNo

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns an error message, providing detailed description when RetCode is non-zero.No
ClusterSetstringInformationYes
TotalCountstringTotalYes

Example

Request Example

https://api.surfercloud.com/?Action=ListUKafkaInstance
&Region=cn-zj
&Zone=cn-zj-01
&ProjectId=psLewFbM
&Limit=LidCsVTz
&Offset=Rtvvkzbo
&Filter=xaSWuIxd
&VPCId=JiyiuaGj
&SubnetId=lpUAUCTy
&BusinessId=HttFFiEn
&ClusterInstanceId=bfibtMTE

Response Example

{
  "Action": "ListUKafkaInstanceResponse",
  "ClusterSet": [
    {
      "AutoRenew": "Yes",
      "BusinessId": "",
      "ChargeType": "Month",
      "ClusterInstanceId": "ukafka-5xagjz",
      "ClusterInstanceName": "test",
      "CreateTime": 1550476133,
      "ExpireTime": 1551369600,
      "Framework": "Kafka",
      "FrameworkVersion": "1.1.1",
      "NewMessage": "Yes",
      "RedundantCount": 0,
      "Remark": "",
      "RunningTime": 5623,
      "State": "Running",
      "SubnetId": "subnet-ah4q5l",
      "Tag": "Default",
      "UHostCount": 3,
      "VPCId": "uvnet-rgi3ym",
      "Zone": "cn-bj2-02"
    }
  ],
  "RetCode": 0,
  "TotalCount": 1
}
  • Company
  • ContactUs
  • Blog
Copyright © 2024 SurferCloud All Rights Reserved