Files
doc-exports/docs/dms_rocketmq/api-ref/CLASS.TXT.json
chenjunjie 719d8b18de RocketMQ API 20250723 version
Reviewed-by: Ziuzko, Stanislav <stanislav.ziuzko@t-systems.com>
Co-authored-by: chenjunjie <chenjunjie@huawei.com>
Co-committed-by: chenjunjie <chenjunjie@huawei.com>
2026-03-18 20:25:09 +00:00

695 lines
27 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"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":"hrm",
"title":"Using APIs",
"uri":"hrm-api-using.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":"hrm",
"title":"APIs V2 (Recommended)",
"uri":"hrm-api-0007.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":"hrm",
"title":"Lifecycle Management",
"uri":"topic_300000000.html",
"doc_type":"api",
"p_code":"2",
"code":"3"
},
{
"desc":"This API is used to query the instances of an account by the specified conditions.GET /v2/{project_id}/instancesNoneStatus code: 200Querying the list of all instancesStat",
"product_code":"hrm",
"title":"Querying the Instance List",
"uri":"ListInstances.html",
"doc_type":"api",
"p_code":"3",
"code":"4"
},
{
"desc":"This API is used to create an instance.POST /v2/{project_id}/rocketmq/instancesStatus code: 200Creating a RocketMQ instance with the 4 vCPUs | 16 GB × 2 brokers and 1200 ",
"product_code":"hrm",
"title":"Creating an Instance",
"uri":"CreatePostPaidInstanceForRocketMq.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: 200Querying details of a specified instanceS",
"product_code":"hrm",
"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}NoneStatus code: 204Specified instance d",
"product_code":"hrm",
"title":"Deleting an Instance",
"uri":"DeleteInstance.html",
"doc_type":"api",
"p_code":"3",
"code":"7"
},
{
"desc":"This API is used to modify instance information.PUT /v2/{project_id}/instances/{instance_id}Status code: 204Instance information modified successfully.NoneModifying the n",
"product_code":"hrm",
"title":"Modifying Instance Information",
"uri":"UpdateInstance.html",
"doc_type":"api",
"p_code":"3",
"code":"8"
},
{
"desc":"This API is used to delete instances in batches. Data in the instances will be deleted without any backup. Exercise caution when performing this operation.POST /v2/{proje",
"product_code":"hrm",
"title":"Batch Deleting Instances",
"uri":"BatchDeleteInstances.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":"hrm",
"title":"Consumer Group Management",
"uri":"topic_300000001.html",
"doc_type":"api",
"p_code":"2",
"code":"10"
},
{
"desc":"This API is used to query the consumer group list.GET /v2/{project_id}/instances/{instance_id}/groupsNoneStatus code: 200Querying the consumer group list of a RocketMQ in",
"product_code":"hrm",
"title":"Querying the Consumer Group List",
"uri":"ListInstanceConsumerGroups.html",
"doc_type":"api",
"p_code":"10",
"code":"11"
},
{
"desc":"This API is used to create a consumer group or batch deleting consumer groups.POST /v2/{project_id}/instances/{instance_id}/groupsStatus code: 200Creating a consumer grou",
"product_code":"hrm",
"title":"Creating a Consumer Group or Batch Deleting Consumer Groups",
"uri":"CreateConsumerGroupOrBatchDeleteConsumerGroup.html",
"doc_type":"api",
"p_code":"10",
"code":"12"
},
{
"desc":"This API is used to modify consumer groups in batches.PUT /v2/{project_id}/instances/{instance_id}/groupsStatus code: 200Batch modifying parameters of consumer groups, wi",
"product_code":"hrm",
"title":"Batch Modifying Consumer Groups",
"uri":"BatchUpdateConsumerGroup.html",
"doc_type":"api",
"p_code":"10",
"code":"13"
},
{
"desc":"This API is used to delete a specified consumer group.DELETE /v2/{project_id}/instances/{instance_id}/groups/{group}NoneStatus code: 204The specified consumer group is de",
"product_code":"hrm",
"title":"Deleting a Consumer Group",
"uri":"DeleteConsumerGroup.html",
"doc_type":"api",
"p_code":"10",
"code":"14"
},
{
"desc":"This API is used to query details about a specified consumer group.GET /v2/{project_id}/instances/{instance_id}/groups/{group}NoneStatus code: 200Querying details about a",
"product_code":"hrm",
"title":"Querying a Consumer Group",
"uri":"ShowGroup.html",
"doc_type":"api",
"p_code":"10",
"code":"15"
},
{
"desc":"This API is used to modify parameters of a specified consumer group.PUT /v2/{project_id}/instances/{instance_id}/groups/{group}Status code: 204The specified consumer grou",
"product_code":"hrm",
"title":"Modifying a Consumer Group",
"uri":"UpdateConsumerGroup.html",
"doc_type":"api",
"p_code":"10",
"code":"16"
},
{
"desc":"This API is used to query the consumer group list or details.GET /v2/{project_id}/instances/{instance_id}/groups/{group}/topicsNoneStatus code: 200Topic list of the consu",
"product_code":"hrm",
"title":"Querying the Consumer Group List or Details",
"uri":"ShowConsumerListOrDetails.html",
"doc_type":"api",
"p_code":"10",
"code":"17"
},
{
"desc":"This API is used to reset the consumer offset.POST /v2/{project_id}/rocketmq/instances/{instance_id}/groups/{group}/reset-message-offsetStatus code: 200Resetting consumer",
"product_code":"hrm",
"title":"Resetting the Consumer Offset",
"uri":"ResetConsumeOffsetForRocketMq.html",
"doc_type":"api",
"p_code":"10",
"code":"18"
},
{
"desc":"This API is used to query the consumer list of a consumer group.GET /v2/{project_id}/rocketmq/instances/{instance_id}/groups/{group}/clientsNoneStatus code: 200Querying t",
"product_code":"hrm",
"title":"Querying the Consumer List",
"uri":"ShowConsumerConnectionsForRocketMq.html",
"doc_type":"api",
"p_code":"10",
"code":"19"
},
{
"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":"hrm",
"title":"Topic Management",
"uri":"topic_300000002.html",
"doc_type":"api",
"p_code":"2",
"code":"20"
},
{
"desc":"This API is used to create a topic or delete topics in batches.POST /v2/{project_id}/instances/{instance_id}/topicsStatus code: 200Creating topics for a RocketMQ 5.x inst",
"product_code":"hrm",
"title":"Creating a Topic or Deleting Topics in Batches",
"uri":"CreateTopicOrBatchDeleteTopic.html",
"doc_type":"api",
"p_code":"20",
"code":"21"
},
{
"desc":"This API is used to query the topic list of a RocketMQ instance.GET /v2/{project_id}/instances/{instance_id}/topicsNoneStatus code: 200Querying a list of 10 topics of a s",
"product_code":"hrm",
"title":"Querying the Topic List",
"uri":"ListRocketInstanceTopics.html",
"doc_type":"api",
"p_code":"20",
"code":"22"
},
{
"desc":"This API is used to delete a specified topic.DELETE /v2/{project_id}/instances/{instance_id}/topics/{topic}NoneStatus code: 204The specified topic is deleted.NoneDeleting",
"product_code":"hrm",
"title":"Deleting a Topic",
"uri":"DeleteTopic.html",
"doc_type":"api",
"p_code":"20",
"code":"23"
},
{
"desc":"This API is used to query a topic.GET /v2/{project_id}/instances/{instance_id}/topics/{topic}NoneStatus code: 200Querying details about a specified topicStatus code: 200T",
"product_code":"hrm",
"title":"Querying a Topic",
"uri":"ShowOneTopic.html",
"doc_type":"api",
"p_code":"20",
"code":"24"
},
{
"desc":"This API is used to modify a topic.PUT /v2/{project_id}/instances/{instance_id}/topics/{topic}Status code: 204The topic is modified.NoneChanging a specified topic's total",
"product_code":"hrm",
"title":"Modifying a Topic",
"uri":"UpdateTopic.html",
"doc_type":"api",
"p_code":"20",
"code":"25"
},
{
"desc":"This API is used to query the topic consumer group list.GET /v2/{project_id}/instances/{instance_id}/topics/{topic}/groupsNoneStatus code: 200Querying the consumer group ",
"product_code":"hrm",
"title":"Querying the Topic Consumer Group List",
"uri":"ListConsumerGroupOfTopic.html",
"doc_type":"api",
"p_code":"20",
"code":"26"
},
{
"desc":"This API is used to query the number of messages in a topic.GET /v2/{project_id}/instances/{instance_id}/topics/{topic}/statusNoneStatus code: 200Querying the number of m",
"product_code":"hrm",
"title":"Querying the Number of Messages in a Topic",
"uri":"ShowTopicStatus.html",
"doc_type":"api",
"p_code":"20",
"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":"hrm",
"title":"Managing Messages",
"uri":"topic_300000011.html",
"doc_type":"api",
"p_code":"2",
"code":"28"
},
{
"desc":"This API is used to query messages.GET /v2/{project_id}/rocketmq/instances/{instance_id}/messagesNoneStatus code: 200This API is used to query messages.Status code: 200Me",
"product_code":"hrm",
"title":"Querying Messages",
"uri":"ListMessagesForRocketMq.html",
"doc_type":"api",
"p_code":"28",
"code":"29"
},
{
"desc":"This API is used to send messages.POST /v2/{project_id}/rocketmq/instances/{instance_id}/messagesStatus code: 200Sending messagesStatus code: 200Queried.See Error Codes.",
"product_code":"hrm",
"title":"Sending Messages",
"uri":"SendMessageForRocketMq.html",
"doc_type":"api",
"p_code":"28",
"code":"30"
},
{
"desc":"This API is used to query the message trace.GET /v2/{project_id}/rocketmq/instances/{instance_id}/traceNoneStatus code: 200Querying the message trace of a RocketMQ instan",
"product_code":"hrm",
"title":"Querying the Message Trace",
"uri":"ListMessageTraceForRocketMq.html",
"doc_type":"api",
"p_code":"28",
"code":"31"
},
{
"desc":"This API is used to resend dead letter messages.POST /v2/{project_id}/rocketmq/instances/{instance_id}/messages/deadletter-resendStatus code: 200Resending dead letter mes",
"product_code":"hrm",
"title":"Resending Dead Letter Messages",
"uri":"SendDlqMessageForRocketMq.html",
"doc_type":"api",
"p_code":"28",
"code":"32"
},
{
"desc":"This API is used to verify consumption.POST /v2/{project_id}/rocketmq/instances/{instance_id}/messages/resendStatus code: 200Verifying consumptionStatus code: 200Consumpt",
"product_code":"hrm",
"title":"Verifying Consumption",
"uri":"ValidateConsumedMessageForRocketMq.html",
"doc_type":"api",
"p_code":"28",
"code":"33"
},
{
"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":"hrm",
"title":"User Management",
"uri":"topic_300000003.html",
"doc_type":"api",
"p_code":"2",
"code":"34"
},
{
"desc":"This API is used to create a user.POST /v2/{project_id}/instances/{instance_id}/usersStatus code: 200Creating a non-administrator user with permissions to publish and sub",
"product_code":"hrm",
"title":"Creating a User",
"uri":"CreateUser.html",
"doc_type":"api",
"p_code":"34",
"code":"35"
},
{
"desc":"This API is used to query the user list.GET /v2/{project_id}/instances/{instance_id}/usersNoneStatus code: 200Querying the user listStatus code: 200Query result.See Error",
"product_code":"hrm",
"title":"Querying the User List",
"uri":"ListUser.html",
"doc_type":"api",
"p_code":"34",
"code":"36"
},
{
"desc":"This API is used to modify user parameters.PUT /v2/{project_id}/instances/{instance_id}/users/{user_name}Status code: 200Granting user_name permissions to publish and sub",
"product_code":"hrm",
"title":"Modifying User Parameters",
"uri":"UpdateUser.html",
"doc_type":"api",
"p_code":"34",
"code":"37"
},
{
"desc":"This API is used to query user details.GET /v2/{project_id}/instances/{instance_id}/users/{user_name}NoneStatus code: 200Querying user detailsStatus code: 200User details",
"product_code":"hrm",
"title":"Querying User Details",
"uri":"ShowUser.html",
"doc_type":"api",
"p_code":"34",
"code":"38"
},
{
"desc":"This API is used to delete a user.DELETE /v2/{project_id}/instances/{instance_id}/users/{user_name}NoneStatus code: 200Deleting a specified userStatus code: 200The deleti",
"product_code":"hrm",
"title":"Deleting a User",
"uri":"DeleteUser.html",
"doc_type":"api",
"p_code":"34",
"code":"39"
},
{
"desc":"This API is used to query the list of users that have been granted permissions for a topic.GET /v2/{project_id}/instances/{instance_id}/topics/{topic}/accesspolicyNoneSta",
"product_code":"hrm",
"title":"Querying Users Granted Permissions for a Topic",
"uri":"ListTopicAccessPolicy.html",
"doc_type":"api",
"p_code":"34",
"code":"40"
},
{
"desc":"This API is used to query the list of users granted permissions for a consumer group.GET /v2/{project_id}/rocketmq/instances/{instance_id}/groups/{group}/accesspolicyNone",
"product_code":"hrm",
"title":"Querying Users Granted Permissions for a Consumer Group",
"uri":"ListConsumeGroupAccessPolicyForRocketMq.html",
"doc_type":"api",
"p_code":"34",
"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":"hrm",
"title":"Metadata Migration",
"uri":"topic_300000004.html",
"doc_type":"api",
"p_code":"2",
"code":"42"
},
{
"desc":"This API is used to create a metadata migration task.POST /v2/{project_id}/instances/{instance_id}/metadataStatus code: 200Creating a metadata migration task to migrate t",
"product_code":"hrm",
"title":"Creating a Metadata Migration Task",
"uri":"CreateRocketMqMigrationTask.html",
"doc_type":"api",
"p_code":"42",
"code":"43"
},
{
"desc":"This API is used to query all migration tasks or a specified migration task of an instance.GET /v2/{project_id}/instances/{instance_id}/metadataNoneStatus code: 200Queryi",
"product_code":"hrm",
"title":"Querying All Migration Tasks or a Specified Migration Task of an Instance",
"uri":"ListRocketMqMigrationTask.html",
"doc_type":"api",
"p_code":"42",
"code":"44"
},
{
"desc":"This API is used to delete metadata migration tasks in batches.POST /v2/{project_id}/instances/{instance_id}/metadata/batch-deleteStatus code: 200Deleting metadata migrat",
"product_code":"hrm",
"title":"Deleting Metadata Migration Tasks in Batches",
"uri":"BatchDeleteRocketMqMigrationTask.html",
"doc_type":"api",
"p_code":"42",
"code":"45"
},
{
"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":"hrm",
"title":"Managing Parameters",
"uri":"topic_300000010.html",
"doc_type":"api",
"p_code":"2",
"code":"46"
},
{
"desc":"This API is used to query RocketMQ configurations. Configuration details will be returned.GET /v2/{project_id}/rocketmq/instances/{instance_id}/configsNoneStatus code: 20",
"product_code":"hrm",
"title":"Querying RocketMQ Configurations",
"uri":"ShowRocketMqConfigs.html",
"doc_type":"api",
"p_code":"46",
"code":"47"
},
{
"desc":"This API is used to modify RocketMQ configurations.PUT /v2/{project_id}/rocketmq/instances/{instance_id}/configsStatus code: 204Successful.NoneModifying RocketMQ configur",
"product_code":"hrm",
"title":"Modifying RocketMQ Configurations",
"uri":"UpdateRocketMqConfigs.html",
"doc_type":"api",
"p_code":"46",
"code":"48"
},
{
"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":"hrm",
"title":"Tag Management",
"uri":"topic_300000005.html",
"doc_type":"api",
"p_code":"2",
"code":"49"
},
{
"desc":"This API is used to add or delete instance tags in batches.POST /v2/{project_id}/rocketmq/{instance_id}/tags/actionStatus code: 204Tags are successfully added or deleted.",
"product_code":"hrm",
"title":"Adding or Deleting Instance Tags in Batches",
"uri":"BatchCreateOrDeleteRocketmqTag.html",
"doc_type":"api",
"p_code":"49",
"code":"50"
},
{
"desc":"This API is used to query instance tags.GET /v2/{project_id}/rocketmq/{instance_id}/tagsNoneStatus code: 200Querying instance tagsStatus code: 200Instance tags queried su",
"product_code":"hrm",
"title":"Querying Instance Tags",
"uri":"ShowRocketmqTags.html",
"doc_type":"api",
"p_code":"49",
"code":"51"
},
{
"desc":"This API is used to query tags of a project.GET /v2/{project_id}/rocketmq/tagsNoneStatus code: 200Querying project tagsStatus code: 200The project tags are queried succes",
"product_code":"hrm",
"title":"Querying Project Tags",
"uri":"ShowRocketmqProjectTags.html",
"doc_type":"api",
"p_code":"49",
"code":"52"
},
{
"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":"hrm",
"title":"Instance Diagnosis",
"uri":"topic_300000008.html",
"doc_type":"api",
"p_code":"2",
"code":"53"
},
{
"desc":"This API is used to create an instance diagnosis task.POST /v2/{project_id}/rocketmq/instances/{instance_id}/diagnosisStatus code: 200Creating an instance diagnosis taskS",
"product_code":"hrm",
"title":"Creating an Instance Diagnosis Task",
"uri":"CreateDiagnosisTaskForRocketMq.html",
"doc_type":"api",
"p_code":"53",
"code":"54"
},
{
"desc":"This API is used to query an instance diagnosis report list.GET /v2/{project_id}/rocketmq/instances/{instance_id}/diagnosisNoneStatus code: 200Querying an instance diagno",
"product_code":"hrm",
"title":"Querying an Instance Diagnosis Report List",
"uri":"ListDiagnosisReportsForRocketMq.html",
"doc_type":"api",
"p_code":"53",
"code":"55"
},
{
"desc":"This API is used to delete diagnosis reports of an instance in batches.POST /v2/{project_id}/rocketmq/instances/{instance_id}/diagnosis/batch-deleteStatus code: 200Deleti",
"product_code":"hrm",
"title":"Deleting Instance Diagnosis Reports in Batches",
"uri":"BatchDeleteDiagnosisRecordsForRocketMq.html",
"doc_type":"api",
"p_code":"53",
"code":"56"
},
{
"desc":"This API is used to query an instance diagnosis report.GET /v2/{project_id}/rocketmq/diagnosis/{report_id}NoneStatus code: 200Querying an instance diagnosis reportStatus ",
"product_code":"hrm",
"title":"Querying an Instance Diagnosis Report",
"uri":"ShowDiagnosisReportForRocketMq.html",
"doc_type":"api",
"p_code":"53",
"code":"57"
},
{
"desc":"This API is used to query stack information.GET /v2/{project_id}/rocketmq/diagnosis/stack/{stack_id}NoneStatus code: 200Querying stack informationStatus code: 200successS",
"product_code":"hrm",
"title":"Querying Stack Information",
"uri":"ShowDiagnosisStackForRocketMq.html",
"doc_type":"api",
"p_code":"53",
"code":"58"
},
{
"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":"hrm",
"title":"Managing Specification Changes",
"uri":"topic_300000006.html",
"doc_type":"api",
"p_code":"2",
"code":"59"
},
{
"desc":"This API is used to query the product information for instance specification modification.GET /v2/{project_id}/rocketmq/instances/{instance_id}/extendNoneStatus code: 200",
"product_code":"hrm",
"title":"Querying Product Information for Instance Specification Modification",
"uri":"ShowEngineInstanceExtendProductInfoForRocketMq.html",
"doc_type":"api",
"p_code":"59",
"code":"60"
},
{
"desc":"This API is used to change instance specifications.POST /v2/{project_id}/rocketmq/instances/{instance_id}/extendStatus code: 200Increasing an instance flavorPOST https://",
"product_code":"hrm",
"title":"Changing Instance Specifications",
"uri":"ResizeInstanceForRocketMq.html",
"doc_type":"api",
"p_code":"59",
"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":"hrm",
"title":"Background Task Management",
"uri":"topic_300000009.html",
"doc_type":"api",
"p_code":"2",
"code":"62"
},
{
"desc":"This API is used to delete specified records in scheduled task management.DELETE /v2/{project_id}/instances/{instance_id}/scheduled-tasks/{task_id}NoneStatus code: 204Sch",
"product_code":"hrm",
"title":"Deleting Specified Records in Scheduled Task Management",
"uri":"DeleteScheduledTask.html",
"doc_type":"api",
"p_code":"62",
"code":"63"
},
{
"desc":"This API is used to modify specified records in scheduled task management.PUT /v2/{project_id}/instances/{instance_id}/scheduled-tasks/{task_id}NoneStatus code: 204Schedu",
"product_code":"hrm",
"title":"Modifying Specified Records in Scheduled Task Management",
"uri":"UpdateScheduledTask.html",
"doc_type":"api",
"p_code":"62",
"code":"64"
},
{
"desc":"This API is used to query the scheduled task list of an instance.GET /v2/{project_id}/instances/{instance_id}/scheduled-tasksNoneStatus code: 200Querying scheduled tasks ",
"product_code":"hrm",
"title":"Querying the Scheduled Task List of an Instance",
"uri":"ListScheduledTasks.html",
"doc_type":"api",
"p_code":"62",
"code":"65"
},
{
"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":"hrm",
"title":"Other APIs",
"uri":"topic_300000007.html",
"doc_type":"api",
"p_code":"2",
"code":"66"
},
{
"desc":"This API is used to query the AZ ID for creating an instance.GET /v2/available-zonesNoneStatus code: 200Querying AZ informationStatus code: 200AZ information queried succ",
"product_code":"hrm",
"title":"Querying AZ Information",
"uri":"ListAvailableZones.html",
"doc_type":"api",
"p_code":"66",
"code":"67"
},
{
"desc":"This API is used to query the maximum number of instances that a tenant can create, the number of created instances, and the maximum number of tags that can be created fo",
"product_code":"hrm",
"title":"Querying Tenant Quotas",
"uri":"ShowQuotas.html",
"doc_type":"api",
"p_code":"66",
"code":"68"
},
{
"desc":"This API is used to query the flavor list of an engine.GET /v2/{engine}/productsNoneStatus code: 200Status code: 200SuccessfulSee Error Codes.",
"product_code":"hrm",
"title":"Querying Flavor List",
"uri":"ListEngineProducts.html",
"doc_type":"api",
"p_code":"66",
"code":"69"
},
{
"desc":"This API is used to query instance monitoring dimensions.GET /v2/{project_id}/instances/{instance_id}/ces-hierarchyNoneStatus code: 200Status code: 200Queried.See Error C",
"product_code":"hrm",
"title":"Querying Instance Monitoring Dimensions",
"uri":"ShowCesHierarchy.html",
"doc_type":"api",
"p_code":"66",
"code":"70"
},
{
"desc":"This API is used to obtain the feature switch list.GET /v2/config/featuresNoneStatus code: 200Status code: 200Queried.See Error Codes.",
"product_code":"hrm",
"title":"Obtaining the Feature Switch List",
"uri":"ListConfigFeatures.html",
"doc_type":"api",
"p_code":"66",
"code":"71"
},
{
"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":"hrm",
"title":"Appendix",
"uri":"hrm-api-0008.html",
"doc_type":"api",
"p_code":"",
"code":"72"
},
{
"desc":"Table 1 lists status codes.",
"product_code":"hrm",
"title":"Status Code",
"uri":"hrm-api-0009.html",
"doc_type":"api",
"p_code":"72",
"code":"73"
},
{
"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":"hrm",
"title":"Error Codes",
"uri":"ErrorCode.html",
"doc_type":"api",
"p_code":"72",
"code":"74"
},
{
"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":"hrm",
"title":"Instance Statuses",
"uri":"hrm-api-0010.html",
"doc_type":"api",
"p_code":"72",
"code":"75"
},
{
"desc":"A project ID is required for some URLs when an API is called. Obtain a project ID using either of the following methods:Obtaining a Project ID by Calling an APIObtaining ",
"product_code":"hrm",
"title":"Obtaining a Project ID",
"uri":"hrm-api-0011.html",
"doc_type":"api",
"p_code":"72",
"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":"hrm",
"title":"Change History",
"uri":"hrm-api-0014.html",
"doc_type":"api",
"p_code":"",
"code":"77"
}
]