[ { "desc":"Public cloud application programming interfaces (APIs) comply with the RESTful API design principles. REST-based web services are organized into resources. Each resource ", "product_code":"dms", "title":"Using APIs", "uri":"en-us_topic_0036182510.html", "doc_type":"api", "p_code":"", "code":"1" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"APIs V2 (Recommended)", "uri":"kafka-api-200707001.html", "doc_type":"api", "p_code":"", "code":"2" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Lifecycle Management", "uri":"topic_300000000.html", "doc_type":"api", "p_code":"2", "code":"3" }, { "desc":"This API is used to create a Kafka instance.POST /v2/{project_id}/instancesStatus code: 200Creating a Kafka instance.Status code: 200An instance is created successfully.S", "product_code":"dms", "title":"Creating an Instance", "uri":"CreatePostPaidInstance.html", "doc_type":"api", "p_code":"3", "code":"4" }, { "desc":"This API is used to query the instances of an account by the specified conditions.GET /v2/{project_id}/instancesNoneStatus code: 200Status code: 200All instances are list", "product_code":"dms", "title":"Listing All Instances", "uri":"ListInstances.html", "doc_type":"api", "p_code":"3", "code":"5" }, { "desc":"This API is used to query the details about a specified instance.GET /v2/{project_id}/instances/{instance_id}NoneStatus code: 200Status code: 200The instance is queried s", "product_code":"dms", "title":"Querying an Instance", "uri":"ShowInstance.html", "doc_type":"api", "p_code":"3", "code":"6" }, { "desc":"This API is used to delete an instance to release all the resources occupied by it.DELETE /v2/{project_id}/instances/{instance_id}NoneNoneNoneSee Error Codes.", "product_code":"dms", "title":"Deleting an Instance", "uri":"DeleteInstance.html", "doc_type":"api", "p_code":"3", "code":"7" }, { "desc":"This API is used to modify the instance information.PUT /v2/{project_id}/instances/{instance_id}NoneModifying the name and description of an instance.PUT https://{endpoin", "product_code":"dms", "title":"Modifying Instance Information", "uri":"UpdateInstance.html", "doc_type":"api", "p_code":"3", "code":"8" }, { "desc":"This API is used to restart or delete instances in batches.When an instance is being restarted, message retrieval and creation requests of the client will be rejected.Del", "product_code":"dms", "title":"Batch Restarting or Deleting Instances", "uri":"BatchRestartOrDeleteInstances.html", "doc_type":"api", "p_code":"3", "code":"9" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Instance Management", "uri":"topic_300000001.html", "doc_type":"api", "p_code":"2", "code":"10" }, { "desc":"This API is used to reset the password.POST /v2/{project_id}/instances/{instance_id}/passwordNoneNoneSee Error Codes.", "product_code":"dms", "title":"Resetting the Password", "uri":"ResetPassword.html", "doc_type":"api", "p_code":"10", "code":"11" }, { "desc":"This API is used to enable or disable automatic topic creation.POST /v2/{project_id}/instances/{instance_id}/autotopicNoneEnabling automatic topic creation.NoneSee Error ", "product_code":"dms", "title":"Configuring Automatic Topic Creation", "uri":"UpdateInstanceAutoCreateTopic.html", "doc_type":"api", "p_code":"10", "code":"12" }, { "desc":"This API is used to modify the private IP address for cross-VPC access.POST /v2/{project_id}/instances/{instance_id}/crossvpc/modifyStatus code: 200Modifying the private ", "product_code":"dms", "title":"Modifying the Private IP Address for Cross-VPC Access", "uri":"UpdateInstanceCrossVpcIp.html", "doc_type":"api", "p_code":"10", "code":"13" }, { "desc":"This API is used to query Kafka cluster metadata.GET /v2/{project_id}/instances/{instance_id}/management/clusterNoneStatus code: 200Status code: 200Kafka cluster metadata", "product_code":"dms", "title":"Querying Kafka Cluster Metadata", "uri":"ShowCluster.html", "doc_type":"api", "p_code":"10", "code":"14" }, { "desc":"This API is used to query consumer group details.GET /v2/{project_id}/instances/{instance_id}/management/groups/{group}NoneStatus code: 200Status code: 200The consumer gr", "product_code":"dms", "title":"Querying Consumer Group Details", "uri":"ShowGroups.html", "doc_type":"api", "p_code":"10", "code":"15" }, { "desc":"Kafka instances do not support resetting the consumer offset online. Before resetting, stop the client for which the offset is to be reset.> After a client is stopped, th", "product_code":"dms", "title":"Resetting Consumer Group Offset to the Specified Position", "uri":"ResetMessageOffset.html", "doc_type":"api", "p_code":"10", "code":"16" }, { "desc":"This API is used to query coordinator details of a Kafka instance.GET /v2/{project_id}/instances/{instance_id}/management/coordinatorsNoneStatus code: 200Status code: 200", "product_code":"dms", "title":"Querying Coordinator Details of a Kafka Instance", "uri":"ShowCoordinators.html", "doc_type":"api", "p_code":"10", "code":"17" }, { "desc":"This API is used to add partitions to a topic for a Kafka instance.POST /v2/{project_id}/instances/{instance_id}/management/topics/{topic}/partitions-reassignmentNoneNone", "product_code":"dms", "title":"Adding Partitions to a Topic for a Kafka Instance", "uri":"CreatePartition.html", "doc_type":"api", "p_code":"10", "code":"18" }, { "desc":"This API is used to reassign replicas of a topic for a Kafka instance.POST /v2/{project_id}/instances/{instance_id}/management/topics/{topic}/replicas-reassignmentNoneNon", "product_code":"dms", "title":"Reassigning Replicas of a Topic for a Kafka Instance", "uri":"UpdateTopicReplica.html", "doc_type":"api", "p_code":"10", "code":"19" }, { "desc":"This API is used to query the broker disk usage of topics.GET /v2/{project_id}/instances/{instance_id}/topics/diskusageNoneStatus code: 200Status code: 200The query is su", "product_code":"dms", "title":"Querying the Disk Usage Status of Topics", "uri":"ShowKafkaTopicPartitionDiskusage.html", "doc_type":"api", "p_code":"10", "code":"20" }, { "desc":"This API is used to query all consumer groups.GET /v2/{project_id}/instances/{instance_id}/groupsNoneStatus code: 200Status code: 200All consumer groups are queried succe", "product_code":"dms", "title":"Querying All Consumer Groups", "uri":"ListInstanceConsumerGroups.html", "doc_type":"api", "p_code":"10", "code":"21" }, { "desc":"This API is used to query a specific consumer group.GET /v2/{project_id}/instances/{instance_id}/groups/{group}NoneStatus code: 200Status code: 200A specific consumer gro", "product_code":"dms", "title":"Querying a Specific Consumer Group", "uri":"ShowGroup.html", "doc_type":"api", "p_code":"10", "code":"22" }, { "desc":"This API is used to delete a consumer group from a Kafka instance.DELETE /v2/{project_id}/instances/{instance_id}/groups/{group}NoneNoneNoneSee Error Codes.", "product_code":"dms", "title":"Deleting a Consumer Group from a Kafka Instance", "uri":"DeleteGroup.html", "doc_type":"api", "p_code":"10", "code":"23" }, { "desc":"This API is used to delete multiple consumer groups of a Kafka instance in batches.POST /v2/{project_id}/instances/{instance_id}/groups/batch-deleteStatus code: 200Status", "product_code":"dms", "title":"Batch Deleting Consumer Groups of a Kafka Instance", "uri":"BatchDeleteGroup.html", "doc_type":"api", "p_code":"10", "code":"24" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Specification Modification Management", "uri":"topic_300000003.html", "doc_type":"api", "p_code":"2", "code":"25" }, { "desc":"This API is used to modify instance specifications.POST /v2/{project_id}/instances/{instance_id}/extendStatus code: 200Pay-per-use instance (old specifications)Status cod", "product_code":"dms", "title":"Modifying Instance Specifications", "uri":"ResizeInstance.html", "doc_type":"api", "p_code":"25", "code":"26" }, { "desc":"This API is used to query the product information for instance specification modification.GET /v2/{project_id}/instances/{instance_id}/extendNoneStatus code: 200Status co", "product_code":"dms", "title":"Querying Product Information for Instance Specification Modification", "uri":"ShowInstanceExtendProductInfo.html", "doc_type":"api", "p_code":"25", "code":"27" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Topic Management", "uri":"topic_300000004.html", "doc_type":"api", "p_code":"2", "code":"28" }, { "desc":"This API is used to create a topic for a Kafka instance.POST /v2/{project_id}/instances/{instance_id}/topicsStatus code: 200Status code: 200The creation is successful.See", "product_code":"dms", "title":"Creating a Topic for a Kafka Instance", "uri":"CreateInstanceTopic.html", "doc_type":"api", "p_code":"28", "code":"29" }, { "desc":"This API is used to query details about topics of a Kafka instance.GET /v2/{project_id}/instances/{instance_id}/topicsNoneStatus code: 200Status code: 200The query is suc", "product_code":"dms", "title":"Listing Topics of a Kafka Instance", "uri":"ListInstanceTopics.html", "doc_type":"api", "p_code":"28", "code":"30" }, { "desc":"This API is used to modify topics of a Kafka instance.PUT /v2/{project_id}/instances/{instance_id}/topicsNoneNoneSee Error Codes.", "product_code":"dms", "title":"Modifying Topics of a Kafka Instance", "uri":"UpdateInstanceTopic.html", "doc_type":"api", "p_code":"28", "code":"31" }, { "desc":"This API is used to delete multiple topics of a Kafka instance in batches. If some consumer groups are deleted successfully while some fail to be deleted, a success respo", "product_code":"dms", "title":"Batch Deleting Topics of a Kafka Instance", "uri":"BatchDeleteInstanceTopic.html", "doc_type":"api", "p_code":"28", "code":"32" }, { "desc":"This API is used to clean up multiple topics of a Kafka instance in batches.POST /v2/kafka/{project_id}/instances/{instance_id}/topics/cleanupStatus code: 200Status code:", "product_code":"dms", "title":"Batch Cleaning Up Topics of a Kafka Instance", "uri":"BatchCleanupInstanceTopic.html", "doc_type":"api", "p_code":"28", "code":"33" }, { "desc":"This API is used to query topic details of a Kafka instance.GET /v2/{project_id}/instances/{instance_id}/management/topics/{topic}NoneStatus code: 200Status code: 200The ", "product_code":"dms", "title":"Querying Topic Details", "uri":"ShowInstanceTopicDetail.html", "doc_type":"api", "p_code":"28", "code":"34" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"User Management", "uri":"topic_300000005.html", "doc_type":"api", "p_code":"2", "code":"35" }, { "desc":"This API is used to query the user list.User management is supported only when SASL is enabled for the Kafka instance.GET /v2/{project_id}/instances/{instance_id}/usersNo", "product_code":"dms", "title":"Querying the User List", "uri":"ShowInstanceUsers.html", "doc_type":"api", "p_code":"35", "code":"36" }, { "desc":"This API is used to create a user for a Kafka instance for which SASL is enabled.POST /v2/{project_id}/instances/{instance_id}/usersStatus code: 400Status code: 403Creati", "product_code":"dms", "title":"Creating a User", "uri":"CreateInstanceUser.html", "doc_type":"api", "p_code":"35", "code":"37" }, { "desc":"This API is used to delete multiple users of a Kafka instance.PUT /v2/{project_id}/instances/{instance_id}/usersNoneDeleting users in batches.NoneSee Error Codes.", "product_code":"dms", "title":"Deleting Users in Batches", "uri":"BatchDeleteInstanceUsers.html", "doc_type":"api", "p_code":"35", "code":"38" }, { "desc":"This API is used to reset a user password.PUT /v2/{project_id}/instances/{instance_id}/users/{user_name}NoneResetting a user password.NoneSee Error Codes.", "product_code":"dms", "title":"Resetting a User Password", "uri":"ResetUserPasswrod.html", "doc_type":"api", "p_code":"35", "code":"39" }, { "desc":"This API is used to query user permissions.User management is supported only when SASL is enabled for the Kafka instance.GET /v1/{project_id}/instances/{instance_id}/topi", "product_code":"dms", "title":"Querying User Permissions", "uri":"ShowTopicAccessPolicy.html", "doc_type":"api", "p_code":"35", "code":"40" }, { "desc":"This API is used to grant user permissions.User management is supported only when SASL is enabled for the Kafka instance.POST /v1/{project_id}/instances/{instance_id}/top", "product_code":"dms", "title":"Granting User Permissions", "uri":"UpdateTopicAccessPolicy.html", "doc_type":"api", "p_code":"35", "code":"41" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Message Query", "uri":"topic_300000006.html", "doc_type":"api", "p_code":"2", "code":"42" }, { "desc":"This API is used to query the offset and content of a message. This API queries the message offset based on the timestamp and then queries the message content based on th", "product_code":"dms", "title":"Querying Messages", "uri":"ShowInstanceMessages.html", "doc_type":"api", "p_code":"42", "code":"43" }, { "desc":"This API is used to query a message with a specified offset.GET /v2/{project_id}/instances/{instance_id}/management/topics/{topic}/partitions/{partition}/messageNoneStatu", "product_code":"dms", "title":"Querying a Message with a Specified Offset", "uri":"ShowPartitionMessage.html", "doc_type":"api", "p_code":"42", "code":"44" }, { "desc":"This API is used to query a message with a specified time period.GET /v2/{project_id}/instances/{instance_id}/management/topics/{topic}/messagesNoneStatus code: 200Status", "product_code":"dms", "title":"Querying a Message with a Specified Time Period", "uri":"ShowMessages.html", "doc_type":"api", "p_code":"42", "code":"45" }, { "desc":"This API is used to query the offset of the earliest message in a partition.GET /v2/{project_id}/instances/{instance_id}/management/topics/{topic}/partitions/{partition}/", "product_code":"dms", "title":"Querying Offset of the Earliest Message in a Partition", "uri":"ShowPartitionBeginningMessage.html", "doc_type":"api", "p_code":"42", "code":"46" }, { "desc":"This API is used to query the offset of the latest message in a partition.GET /v2/{project_id}/instances/{instance_id}/management/topics/{topic}/partitions/{partition}/en", "product_code":"dms", "title":"Querying Offset of the Latest Message in a Partition", "uri":"ShowPartitionEndMessage.html", "doc_type":"api", "p_code":"42", "code":"47" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Background Task Management", "uri":"topic_300000007.html", "doc_type":"api", "p_code":"2", "code":"48" }, { "desc":"This API is used to list background tasks of an instance.GET /v2/{project_id}/instances/{instance_id}/tasksNoneStatus code: 200Status code: 200Background tasks are listed", "product_code":"dms", "title":"Listing Background Tasks", "uri":"ListBackgroundTasks.html", "doc_type":"api", "p_code":"48", "code":"49" }, { "desc":"This API is used to query a specified background task.GET /v2/{project_id}/instances/{instance_id}/tasks/{task_id}NoneStatus code: 200Status code: 200The query is success", "product_code":"dms", "title":"Querying a Background Task", "uri":"ShowBackgroundTask.html", "doc_type":"api", "p_code":"48", "code":"50" }, { "desc":"This API is used to delete a specified background task.DELETE /v2/{project_id}/instances/{instance_id}/tasks/{task_id}NoneNoneNoneSee Error Codes.", "product_code":"dms", "title":"Deleting a Background Task", "uri":"DeleteBackgroundTask.html", "doc_type":"api", "p_code":"48", "code":"51" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Tag Management", "uri":"topic_300000008.html", "doc_type":"api", "p_code":"2", "code":"52" }, { "desc":"This API is used to add or delete instance tags in batches.POST /v2/{project_id}/kafka/{instance_id}/tags/actionNoneNoneSee Error Codes.", "product_code":"dms", "title":"Batch Adding or Deleting Tags", "uri":"BatchCreateOrDeleteKafkaTag.html", "doc_type":"api", "p_code":"52", "code":"53" }, { "desc":"This API is used to query instance tags.GET /v2/{project_id}/kafka/{instance_id}/tagsNoneStatus code: 200Status code: 200The instance tags are listed successfully.See Err", "product_code":"dms", "title":"Listing Tags of an Instance", "uri":"ShowKafkaTags.html", "doc_type":"api", "p_code":"52", "code":"54" }, { "desc":"This API is used to query project tags.GET /v2/{project_id}/kafka/tagsNoneStatus code: 200Status code: 200The project tags are listed successfully.See Error Codes.", "product_code":"dms", "title":"Listing Tags of a Project", "uri":"ShowKafkaProjectTags.html", "doc_type":"api", "p_code":"52", "code":"55" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Other APIs", "uri":"topic_300000009.html", "doc_type":"api", "p_code":"2", "code":"56" }, { "desc":"This API is used to query the start time and end time of maintenance time windows.GET /v2/instances/maintain-windowsNoneStatus code: 200Status code: 200The consumption of", "product_code":"dms", "title":"Listing Maintenance Time Windows", "uri":"ShowMaintainWindows.html", "doc_type":"api", "p_code":"56", "code":"57" }, { "desc":"This API is used to query the AZ ID for creating an instance.GET /v2/available-zonesNoneStatus code: 200Status code: 200The AZ information is queried successfully.See Err", "product_code":"dms", "title":"Listing AZ Information", "uri":"ListAvailableZones.html", "doc_type":"api", "p_code":"56", "code":"58" }, { "desc":"This API is used to query the product specifications to configure the product ID (product_id).For example, to create a pay-per-use Kafka instance with 100 MB/s bandwidth,", "product_code":"dms", "title":"Listing Product Specifications", "uri":"ListProducts_0.html", "doc_type":"api", "p_code":"56", "code":"59" }, { "desc":"This API is used to query Kafka instance monitoring dimensions.GET /v2/{project_id}/instances/{instance_id}/ces-hierarchyNoneStatus code: 200Status code: 200The informati", "product_code":"dms", "title":"Querying Kafka Instance Monitoring Dimensions", "uri":"ShowCesHierarchy.html", "doc_type":"api", "p_code":"56", "code":"60" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Out-of-Date APIs", "uri":"kafka-api-0001.html", "doc_type":"api", "p_code":"", "code":"61" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"API V1", "uri":"kafka-api-0002.html", "doc_type":"api", "p_code":"61", "code":"62" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"APIs for Managing Instances", "uri":"kafka-api-180514001.html", "doc_type":"api", "p_code":"62", "code":"63" }, { "desc":"This API is out-of-date and may not be maintained in the future. Please use the API described in Creating an Instance.This API is used to create a Kafka instance.POST /v1", "product_code":"dms", "title":"Creating an Instance", "uri":"kafka-api-180514002.html", "doc_type":"api", "p_code":"63", "code":"64" }, { "desc":"This API is out-of-date and may not be maintained in the future. Please use the API described in Querying an Instance.This API is used to query the details about an insta", "product_code":"dms", "title":"Querying an Instance", "uri":"kafka-api-180514003.html", "doc_type":"api", "p_code":"63", "code":"65" }, { "desc":"This API is out-of-date and may not be maintained in the future. Please use the API described in Modifying Instance Information.This API is used to modify the instance in", "product_code":"dms", "title":"Modifying an Instance", "uri":"kafka-api-180514004.html", "doc_type":"api", "p_code":"63", "code":"66" }, { "desc":"This API is out-of-date and may not be maintained in the future. Please use the API described in Deleting an Instance.This API is used to delete an instance to release al", "product_code":"dms", "title":"Deleting an Instance", "uri":"kafka-api-180514005.html", "doc_type":"api", "p_code":"63", "code":"67" }, { "desc":"This API is out-of-date and may not be maintained in the future. Please use the API described in Batch Restarting or Deleting Instances.This API is used to restart or del", "product_code":"dms", "title":"Restarting or Deleting Instances in Batches", "uri":"kafka-api-180514006.html", "doc_type":"api", "p_code":"63", "code":"68" }, { "desc":"This API is out-of-date and may not be maintained in the future. Please use the API described in Listing All Instances.This API is used to query the instances of a tenant", "product_code":"dms", "title":"Querying All Instances", "uri":"kafka-api-180514007.html", "doc_type":"api", "p_code":"63", "code":"69" }, { "desc":"This API is out-of-date and may not be maintained in the future. Please use the API described in Creating a Topic for a Kafka Instance.This API is used to create a topic ", "product_code":"dms", "title":"Creating a Topic in a Kafka Instance", "uri":"kafka-api-180614001.html", "doc_type":"api", "p_code":"63", "code":"70" }, { "desc":"This API is out-of-date and may not be maintained in the future. Please use the API described in Listing Topics of a Kafka Instance.This API is used to query details abou", "product_code":"dms", "title":"Querying a Topic in a Kafka Instance", "uri":"kafka-api-180614002.html", "doc_type":"api", "p_code":"63", "code":"71" }, { "desc":"This API is out-of-date and may not be maintained in the future. Please use the API described in Batch Deleting Topics of a Kafka Instance.This API is used to delete topi", "product_code":"dms", "title":"Deleting Topics in a Kafka Instance in Batches", "uri":"kafka-api-180614003.html", "doc_type":"api", "p_code":"63", "code":"72" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Other APIs", "uri":"kafka-api-190605002.html", "doc_type":"api", "p_code":"62", "code":"73" }, { "desc":"This API is out-of-date and may not be maintained in the future. Please use the API described in Listing AZ Information.This API is used to query the AZ ID.GET /v1.0/avai", "product_code":"dms", "title":"Querying AZ Information", "uri":"kafka-api-180514008.html", "doc_type":"api", "p_code":"73", "code":"74" }, { "desc":"This API is out-of-date and may not be maintained in the future.This API is used to query the product specifications to configure the product ID.GET /v1.0/products?engine", "product_code":"dms", "title":"Querying Product Specifications", "uri":"kafka-api-180514009.html", "doc_type":"api", "p_code":"73", "code":"75" }, { "desc":"This API is out-of-date and may not be maintained in the future. Please use the API described in Listing Maintenance Time Windows.This API is used to query the start and ", "product_code":"dms", "title":"Querying Maintenance Time Windows", "uri":"kafka-api-180514010.html", "doc_type":"api", "p_code":"73", "code":"76" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Appendix", "uri":"kafka-api-180514011.html", "doc_type":"api", "p_code":"", "code":"77" }, { "desc":"Table 1 lists status codes.", "product_code":"dms", "title":"Status Code", "uri":"kafka-api-0034672261.html", "doc_type":"api", "p_code":"77", "code":"78" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Error Codes", "uri":"ErrorCode.html", "doc_type":"api", "p_code":"77", "code":"79" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Instance Status", "uri":"kafka-api-180514012.html", "doc_type":"api", "p_code":"77", "code":"80" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"dms", "title":"Change History", "uri":"kafka-api-0034672268.html", "doc_type":"api", "p_code":"", "code":"81" } ]