doc-exports/docs/dc/api-ref/CLASS.TXT.json
Qin Ying, Fan 62ab8a5fe2 DC API 20231101 version
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com>
Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
2024-03-11 15:10:40 +00:00

650 lines
26 KiB
JSON

[
{
"desc":"Public cloud APIs comply with the RESTful API design principles. REST-based web services are organized into resources. Each resource is identified by one or more Uniform ",
"product_code":"dc",
"title":"API Usage Guidelines",
"uri":"en-us_topic_0055025300.html",
"doc_type":"api",
"p_code":"",
"code":"1"
},
{
"desc":"Direct Connect APIs allow you to use all Direct Connect functions.",
"product_code":"dc",
"title":"API Overview",
"uri":"en-us_topic_0055025301.html",
"doc_type":"api",
"p_code":"",
"code":"2"
},
{
"desc":"Direct Connect has independent endpoints. When API calls are made to Direct Connect, the Direct Connect APIs are used. Therefore, you need pay special attention to the se",
"product_code":"dc",
"title":"API Usage",
"uri":"en-us_topic_0055025308.html",
"doc_type":"api",
"p_code":"",
"code":"3"
},
{
"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":"dc",
"title":"APIs v2.0",
"uri":"en-us_topic_0055025309.html",
"doc_type":"api",
"p_code":"",
"code":"4"
},
{
"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":"dc",
"title":"API Version",
"uri":"en-us_topic_0055025310.html",
"doc_type":"api",
"p_code":"4",
"code":"5"
},
{
"desc":"This API is used to query all API versions supported by Direct Connect.GET /NoneTable 1 lists the response parameters.Example requestGET /Example response{\n \"versions\"",
"product_code":"dc",
"title":"Querying All API Versions",
"uri":"en-us_topic_0055025311.html",
"doc_type":"api",
"p_code":"5",
"code":"6"
},
{
"desc":"This API is used to query a specified API version supported by Direct Connect.GET /{api_version}NoneTable 1 lists the response parameters.Example requestGET /v2.0Example ",
"product_code":"dc",
"title":"Querying a Specified API Version",
"uri":"en-us_topic_0055025312.html",
"doc_type":"api",
"p_code":"5",
"code":"7"
},
{
"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":"dc",
"title":"Connection",
"uri":"en-us_topic_0055025313.html",
"doc_type":"api",
"p_code":"4",
"code":"8"
},
{
"desc":"This section describes the APIs for managing connections, including the API used to create a hosted connection, the APIs used to query, update, and delete a connection, a",
"product_code":"dc",
"title":"Overview",
"uri":"en-us_topic_0055025314.html",
"doc_type":"api",
"p_code":"8",
"code":"9"
},
{
"desc":"This API is used to create a hosted connection.This API can only be used to create hosted connections.POST /v2.0/dcaas/direct-connectsFor details about the direct_connect",
"product_code":"dc",
"title":"Creating a Connection",
"uri":"en-us_topic_0055025315.html",
"doc_type":"api",
"p_code":"8",
"code":"10"
},
{
"desc":"This API is used to query the connection list.GET /v2.0/dcaas/direct-connectsTable 2 lists the request parameter.Table 3 lists the response parameter.For details about th",
"product_code":"dc",
"title":"Querying the Connection List",
"uri":"en-us_topic_0055025316.html",
"doc_type":"api",
"p_code":"8",
"code":"11"
},
{
"desc":"This API is used to delete a connection.DELETE /v2.0/dcaas/direct-connects/{direct_connect_id}NoneNoneExample requestFor details, see Common Status Codes.",
"product_code":"dc",
"title":"Deleting a Connection",
"uri":"en-us_topic_0055025317.html",
"doc_type":"api",
"p_code":"8",
"code":"12"
},
{
"desc":"This API is used to query a connection.GET /v2.0/dcaas/direct-connects/{direct_connect_id}NoneTable 2 lists the response parameter.For details about the direct_connect fi",
"product_code":"dc",
"title":"Querying a Connection",
"uri":"en-us_topic_0055025318.html",
"doc_type":"api",
"p_code":"8",
"code":"13"
},
{
"desc":"This API is used to update a connection.PUT /v2.0/dcaas/direct-connects/{direct_connect_id}Table 2 lists the request parameter.Table 4 lists the response parameter.For de",
"product_code":"dc",
"title":"Updating a Connection",
"uri":"en-us_topic_0055025319.html",
"doc_type":"api",
"p_code":"8",
"code":"14"
},
{
"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":"dc",
"title":"Virtual Gateway",
"uri":"en-us_topic_0055025320.html",
"doc_type":"api",
"p_code":"4",
"code":"15"
},
{
"desc":"This section describes the APIs for managing and operating the virtual gateway, including the APIs used to create, query, update, and delete a virtual gateway, and the AP",
"product_code":"dc",
"title":"Overview",
"uri":"en-us_topic_0055025321.html",
"doc_type":"api",
"p_code":"15",
"code":"16"
},
{
"desc":"This API is used to create a virtual gateway.POST /v2.0/dcaas/virtual-gatewaysFor details about the virtual_gateway field, see Table 2.Table 3 lists the response paramete",
"product_code":"dc",
"title":"Creating a Virtual Gateway",
"uri":"en-us_topic_0055025322.html",
"doc_type":"api",
"p_code":"15",
"code":"17"
},
{
"desc":"This API is used to query the virtual gateway list.GET /v2.0/dcaas/virtual-gatewaysTable 1 lists the request parameter.Table 2 lists the response parameter.For details ab",
"product_code":"dc",
"title":"Querying the Virtual Gateway List",
"uri":"en-us_topic_0055025323.html",
"doc_type":"api",
"p_code":"15",
"code":"18"
},
{
"desc":"This API is used to delete a virtual gateway.DELETE /v2.0/dcaas/virtual-gateways/{virtual_gateway_id}Table 2 lists the request parameter.NoneExample requestResponse examp",
"product_code":"dc",
"title":"Deleting a Virtual Gateway",
"uri":"en-us_topic_0055025324.html",
"doc_type":"api",
"p_code":"15",
"code":"19"
},
{
"desc":"This API is used to query a virtual gateway.GET /v2.0/dcaas/virtual-gateways/{virtual_gateway_id}Table 2 lists the request parameter.Table 3 lists the response parameter.",
"product_code":"dc",
"title":"Querying a Virtual Gateway",
"uri":"en-us_topic_0055025325.html",
"doc_type":"api",
"p_code":"15",
"code":"20"
},
{
"desc":"This API is used to update a virtual gateway.PUT /v2.0/dcaas/virtual-gateways/{virtual_gateway_id}Table 2 lists the request parameter.Table 3 lists the response parameter",
"product_code":"dc",
"title":"Updating a Virtual Gateway",
"uri":"en-us_topic_0055025326.html",
"doc_type":"api",
"p_code":"15",
"code":"21"
},
{
"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":"dc",
"title":"Virtual Interface",
"uri":"en-us_topic_0055025327.html",
"doc_type":"api",
"p_code":"4",
"code":"22"
},
{
"desc":"This section describes the APIs for managing and operating the virtual interfaces, including the APIs used to create, query, update, and delete a virtual interface, and t",
"product_code":"dc",
"title":"Overview",
"uri":"en-us_topic_0055025328.html",
"doc_type":"api",
"p_code":"22",
"code":"23"
},
{
"desc":"This API is used to create a virtual interface.POST /v2.0/dcaas/virtual-interfacesTable 1 lists the request parameter.Table 3 lists the response parameter.For details abo",
"product_code":"dc",
"title":"Creating a Virtual Interface",
"uri":"en-us_topic_0055025329.html",
"doc_type":"api",
"p_code":"22",
"code":"24"
},
{
"desc":"This API is used to query the virtual interface list.GET /v2.0/dcaas/virtual-interfacesTable 1 lists the request parameter.Table 2 lists the response parameter.For detail",
"product_code":"dc",
"title":"Querying the Virtual Interface List",
"uri":"en-us_topic_0055025330.html",
"doc_type":"api",
"p_code":"22",
"code":"25"
},
{
"desc":"This API is used to delete a virtual interface.DELETE /v2.0/dcaas/virtual-interfaces/{virtual_interface_id}Table 2 lists the request parameter.NoneExample requestResponse",
"product_code":"dc",
"title":"Deleting a Virtual Interface",
"uri":"en-us_topic_0055025331.html",
"doc_type":"api",
"p_code":"22",
"code":"26"
},
{
"desc":"This API is used to query a virtual interface.GET /v2.0/dcaas/virtual-interfaces/{virtual_interface_id}Table 2 lists the request parameter.Table 3 lists the response para",
"product_code":"dc",
"title":"Querying a Virtual Interface",
"uri":"en-us_topic_0055025332.html",
"doc_type":"api",
"p_code":"22",
"code":"27"
},
{
"desc":"This API is used to update a virtual interface.The bandwidth specified for a virtual interface associated with a standard connection can be increased or decreased, but th",
"product_code":"dc",
"title":"Updating a Virtual Interface",
"uri":"en-us_topic_0055025333.html",
"doc_type":"api",
"p_code":"22",
"code":"28"
},
{
"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":"dc",
"title":"Direct Connect Endpoint Group",
"uri":"en-us_topic_0055025334.html",
"doc_type":"api",
"p_code":"4",
"code":"29"
},
{
"desc":"This section describes the APIs for managing and operating Direct Connect endpoint groups, including the APIs used to create, query, update, and delete a Direct Connect e",
"product_code":"dc",
"title":"Overview",
"uri":"en-us_topic_0055025335.html",
"doc_type":"api",
"p_code":"29",
"code":"30"
},
{
"desc":"This API is used to create a Direct Connect endpoint group.POST /v2.0/dcaas/dc-endpoint-groupsTable 1 lists the request parameter.Table 3 lists the response parameter.Exa",
"product_code":"dc",
"title":"Creating an Endpoint Group",
"uri":"en-us_topic_0055025336.html",
"doc_type":"api",
"p_code":"29",
"code":"31"
},
{
"desc":"This API is used to query the Direct Connect endpoint group list.GET /v2.0/dcaas/dc-endpoint-groupsTable 1 lists the request parameter.Table 2 lists the response paramete",
"product_code":"dc",
"title":"Querying the Direct Connect Endpoint Group List",
"uri":"en-us_topic_0055025337.html",
"doc_type":"api",
"p_code":"29",
"code":"32"
},
{
"desc":"This API is used to delete a Direct Connect endpoint group.DELETE /v2.0/dcaas/dc-endpoint-groups/{endpoint_group_id}Table 2 lists the request parameter.NoneExample reques",
"product_code":"dc",
"title":"Deleting an Endpoint Group",
"uri":"en-us_topic_0055025338.html",
"doc_type":"api",
"p_code":"29",
"code":"33"
},
{
"desc":"This API is used to query a Direct Connect endpoint group.GET /v2.0/dcaas/dc-endpoint-groups/{endpoint_group_id}Table 2 lists the request parameter.Table 3 lists the resp",
"product_code":"dc",
"title":"Querying a Direct Connect Endpoint Group",
"uri":"en-us_topic_0055025339.html",
"doc_type":"api",
"p_code":"29",
"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":"dc",
"title":"APIs v3",
"uri":"dc_07_0000.html",
"doc_type":"api",
"p_code":"",
"code":"35"
},
{
"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":"dc",
"title":"Connection",
"uri":"topic_300000000.html",
"doc_type":"api",
"p_code":"35",
"code":"36"
},
{
"desc":"This API is used to query details about a connection.GET /v3/{project_id}/dcaas/direct-connects/{direct_connect_id}Status code: 200Querying details about a connectionStat",
"product_code":"dc",
"title":"Querying Details About a Connection",
"uri":"ShowDirectConnect.html",
"doc_type":"api",
"p_code":"36",
"code":"37"
},
{
"desc":"This API is used to update a connection, including updating its name and description.PUT /v3/{project_id}/dcaas/direct-connects/{direct_connect_id}Status code: 200Updatin",
"product_code":"dc",
"title":"Updating a Connection",
"uri":"UpdateDirectConnect.html",
"doc_type":"api",
"p_code":"36",
"code":"38"
},
{
"desc":"This API is used to delete pay-per-use connections only. To delete yearly/monthly connections, you need to first unsubscribe them.DELETE /v3/{project_id}/dcaas/direct-con",
"product_code":"dc",
"title":"Deleting a Connection",
"uri":"DeleteDirectConnect.html",
"doc_type":"api",
"p_code":"36",
"code":"39"
},
{
"desc":"This API is used to query all direct connections created by a tenant.GET /v3/{project_id}/dcaas/direct-connectsStatus code: 200Querying the connection listStatus code: 20",
"product_code":"dc",
"title":"Querying the Connection List",
"uri":"ListDirectConnects.html",
"doc_type":"api",
"p_code":"36",
"code":"40"
},
{
"desc":"This API is used to query hosted connections created by partners.GET /v3/{project_id}/dcaas/hosted-connectsStatus code: 200Querying the list of hosted connections created",
"product_code":"dc",
"title":"Querying the Hosted Connection List",
"uri":"ListHostedDirectConnects.html",
"doc_type":"api",
"p_code":"36",
"code":"41"
},
{
"desc":"This API is used by partners to create hosted connections for their users. The creator must have the partner qualification and have an operations connection.POST /v3/{pro",
"product_code":"dc",
"title":"Creating a Hosted Connection",
"uri":"CreateHostedDirectConnect.html",
"doc_type":"api",
"p_code":"36",
"code":"42"
},
{
"desc":"This API is used to query a hosted connection of a partner.GET /v3/{project_id}/dcaas/hosted-connects/{hosted_connect_id}Status code: 200Querying details about a hosted c",
"product_code":"dc",
"title":"Querying Details About a Hosted Connection",
"uri":"ShowHostedDirectConnect.html",
"doc_type":"api",
"p_code":"36",
"code":"43"
},
{
"desc":"Updating a hosted connection by a partnerPUT /v3/{project_id}/dcaas/hosted-connects/{hosted_connect_id}Status code: 200Updating the name and description of a hosted conne",
"product_code":"dc",
"title":"Updating a Hosted Connection",
"uri":"UpdateHostedDirectConnect.html",
"doc_type":"api",
"p_code":"36",
"code":"44"
},
{
"desc":"This API is used by partners to delete hosted connections.DELETE /v3/{project_id}/dcaas/hosted-connects/{hosted_connect_id}NoneDeleting a hosted connectionNoneSee Error C",
"product_code":"dc",
"title":"Deleting a Hosted Connection",
"uri":"DeleteHostedDirectConnect.html",
"doc_type":"api",
"p_code":"36",
"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":"dc",
"title":"Virtual Gateway",
"uri":"topic_300000001.html",
"doc_type":"api",
"p_code":"35",
"code":"46"
},
{
"desc":"This API is used to query details about a specified virtual gateway.GET /v3/{project_id}/dcaas/virtual-gateways/{virtual_gateway_id}Status code: 200Querying a virtual gat",
"product_code":"dc",
"title":"Querying Details About a Virtual Gateway",
"uri":"ShowVirtualGateway.html",
"doc_type":"api",
"p_code":"46",
"code":"47"
},
{
"desc":"This API is used to update a virtual gateway.PUT /v3/{project_id}/dcaas/virtual-gateways/{virtual_gateway_id}Status code: 200Updating the name and description of a virtua",
"product_code":"dc",
"title":"Updating a Virtual Gateway",
"uri":"UpdateVirtualGateway.html",
"doc_type":"api",
"p_code":"46",
"code":"48"
},
{
"desc":"The API is used to delete a specified virtual gateway.DELETE /v3/{project_id}/dcaas/virtual-gateways/{virtual_gateway_id}NoneDeleting a virtual gatewayNoneSee Error Codes",
"product_code":"dc",
"title":"Deleting a Virtual Gateway",
"uri":"DeleteVirtualGateway.html",
"doc_type":"api",
"p_code":"46",
"code":"49"
},
{
"desc":"This API is used to query virtual gateways.GET /v3/{project_id}/dcaas/virtual-gatewaysStatus code: 200Querying the virtual gateway listStatus code: 200OKThe list of virtu",
"product_code":"dc",
"title":"Querying Virtual Gateways",
"uri":"ListVirtualGateways.html",
"doc_type":"api",
"p_code":"46",
"code":"50"
},
{
"desc":"This API is used to create a virtual gateway.POST /v3/{project_id}/dcaas/virtual-gatewaysStatus code: 201Creating a virtual gateway that will be used to access a VPC, wit",
"product_code":"dc",
"title":"Creating a Virtual Gateway",
"uri":"CreateVirtualGateway.html",
"doc_type":"api",
"p_code":"46",
"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":"dc",
"title":"Virtual Interface",
"uri":"topic_300000002.html",
"doc_type":"api",
"p_code":"35",
"code":"52"
},
{
"desc":"This API is used to querying details about a virtual interface.GET /v3/{project_id}/dcaas/virtual-interfaces/{virtual_interface_id}Status code: 200Querying a virtual inte",
"product_code":"dc",
"title":"Querying Details About a Virtual Interface",
"uri":"ShowVirtualInterface.html",
"doc_type":"api",
"p_code":"52",
"code":"53"
},
{
"desc":"This API is used to update a virtual interface.PUT /v3/{project_id}/dcaas/virtual-interfaces/{virtual_interface_id}Status code: 200Updating the name and description of a ",
"product_code":"dc",
"title":"Updating a Virtual Interface",
"uri":"UpdateVirtualInterface.html",
"doc_type":"api",
"p_code":"52",
"code":"54"
},
{
"desc":"This API is used to delete a virtual interface.DELETE /v3/{project_id}/dcaas/virtual-interfaces/{virtual_interface_id}NoneDeleting a virtual interfaceNoneSee Error Codes.",
"product_code":"dc",
"title":"Deleting a Virtual Interface",
"uri":"DeleteVirtualInterface.html",
"doc_type":"api",
"p_code":"52",
"code":"55"
},
{
"desc":"This API is used to query all virtual interfaces of a tenant.GET /v3/{project_id}/dcaas/virtual-interfacesStatus code: 200Querying the virtual interface listStatus code: ",
"product_code":"dc",
"title":"Querying the Virtual Interface List",
"uri":"ListVirtualInterfaces.html",
"doc_type":"api",
"p_code":"52",
"code":"56"
},
{
"desc":"This API is used to create a virtual interface.POST /v3/{project_id}/dcaas/virtual-interfacesStatus code: 201Creating a private virtual interface, with the bandwidth set ",
"product_code":"dc",
"title":"Creating a Virtual Interface",
"uri":"CreateVirtualInterface.html",
"doc_type":"api",
"p_code":"52",
"code":"57"
},
{
"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":"dc",
"title":"Permissions Policies and Supported Actions (APIs v2.0)",
"uri":"dc_08_0000.html",
"doc_type":"api",
"p_code":"",
"code":"58"
},
{
"desc":"This chapter describes fine-grained permissions management for Direct Connect. If your cloud account does not need individual Identity and Access Management (IAM) users, ",
"product_code":"dc",
"title":"Introduction",
"uri":"dc_08_0001.html",
"doc_type":"api",
"p_code":"58",
"code":"59"
},
{
"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":"dc",
"title":"Connections",
"uri":"dc_08_0002.html",
"doc_type":"api",
"p_code":"58",
"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":"dc",
"title":"Virtual Gateways",
"uri":"dc_08_0003.html",
"doc_type":"api",
"p_code":"58",
"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":"dc",
"title":"Virtual Interfaces",
"uri":"dc_08_0004.html",
"doc_type":"api",
"p_code":"58",
"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":"dc",
"title":"Permissions Policies and Supported Actions (APIs v3)",
"uri":"dc_08_3000.html",
"doc_type":"api",
"p_code":"",
"code":"63"
},
{
"desc":"This topic describes fine-grained permissions management for Direct Connect. If your cloud account does not need individual Identity and Access Management (IAM) users, yo",
"product_code":"dc",
"title":"Introduction",
"uri":"dc_08_3001.html",
"doc_type":"api",
"p_code":"63",
"code":"64"
},
{
"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":"dc",
"title":"Connections",
"uri":"dc_08_3002.html",
"doc_type":"api",
"p_code":"63",
"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":"dc",
"title":"Virtual Gateways",
"uri":"dc_08_3003.html",
"doc_type":"api",
"p_code":"63",
"code":"66"
},
{
"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":"dc",
"title":"Virtual Interfaces",
"uri":"dc_08_3004.html",
"doc_type":"api",
"p_code":"63",
"code":"67"
},
{
"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":"dc",
"title":"Public Parameters",
"uri":"en-us_topic_0055025341.html",
"doc_type":"api",
"p_code":"",
"code":"68"
},
{
"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":"dc",
"title":"Common Status Codes",
"uri":"en-us_topic_0055025342.html",
"doc_type":"api",
"p_code":"68",
"code":"69"
},
{
"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":"dc",
"title":"Error Codes (APIs v2.0)",
"uri":"en-us_topic_0055025343.html",
"doc_type":"api",
"p_code":"68",
"code":"70"
},
{
"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":"dc",
"title":"Error Codes (APIs v3)",
"uri":"ErrorCode.html",
"doc_type":"api",
"p_code":"68",
"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":"dc",
"title":"Change History",
"uri":"en-us_topic_0055025347.html",
"doc_type":"api",
"p_code":"",
"code":"72"
}
]