[ { "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":"vpn", "title":"API Usage Guidelines", "uri":"en_topic_0093011471.html", "doc_type":"api", "p_code":"", "code":"1" }, { "desc":"VPN APIs include both APIs provided by the VPN service and native OpenStack APIs.A combination of these two types of APIs allows you to use all functions provided by the ", "product_code":"vpn", "title":"API Overview", "uri":"en_topic_0093011472.html", "doc_type":"api", "p_code":"", "code":"2" }, { "desc":"The VPN service does not have independent endpoints. When API calls are made to the VPN service, the VPC APIs are used. Therefore, you need pay special attention to the s", "product_code":"vpn", "title":"VPN API Usage Instructions", "uri":"en_topic_0093011479.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":"vpn", "title":"API", "uri":"en_topic_0093011480.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":"vpn", "title":"API Version Information", "uri":"en_topic_0093011481.html", "doc_type":"api", "p_code":"4", "code":"5" }, { "desc":"This API is used to query all available versions of a native OpenStack API.GETRequest parameterNoneExample requestResponse parameterExample responseSee Status Codes.See E", "product_code":"vpn", "title":"Querying API Versions", "uri":"en_topic_0093011482.html", "doc_type":"api", "p_code":"5", "code":"6" }, { "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":"vpn", "title":"Tag Management", "uri":"en_topic_0093011483.html", "doc_type":"api", "p_code":"4", "code":"7" }, { "desc":"This interface is used to query VPN resource instances by tag.Tag Management Service (TMS) uses this API to filter out service resources and display them in a list. These", "product_code":"vpn", "title":"Querying VPN Resource Instances by Tag", "uri":"en_topic_0093011484.html", "doc_type":"api", "p_code":"7", "code":"8" }, { "desc":"This interface is used to add multiple tags to or delete multiple tags from a VPN resource instance at a time.This API is idempotent.If there are duplicate keys in the re", "product_code":"vpn", "title":"Batch Creating or Deleting VPN Resource Tags", "uri":"en_topic_0093011485.html", "doc_type":"api", "p_code":"7", "code":"9" }, { "desc":"This interface is used to create a tag for a VPN resource.POST /v2.0/{project_id}/ipsec-site-connections/{resource_id}/tagsIn the URI, project_idindicates the project ID,", "product_code":"vpn", "title":"Creating a Tag for a VPN Resource", "uri":"en_topic_0093011486.html", "doc_type":"api", "p_code":"7", "code":"10" }, { "desc":"This interface is used to query tags of a specified VPN resource.GET /v2.0/{project_id}/ipsec-site-connections/{resource_id}/tagsIn the URI, project_idindicates the proje", "product_code":"vpn", "title":"Querying VPN Resource Tags", "uri":"en_topic_0093011487.html", "doc_type":"api", "p_code":"7", "code":"11" }, { "desc":"This interface is used to delete a VPN resource tag.DELETE /v2.0/{project_id}/ipsec-site-connections/{resource_id}/tags/{key}In the URI, project_idindicates the project I", "product_code":"vpn", "title":"Deleting a VPN Resource Tag", "uri":"en_topic_0093011488.html", "doc_type":"api", "p_code":"7", "code":"12" }, { "desc":"This interface is used to query all tags of a VPN in a specified region.GET /v2.0/{project_id}/ipsec-site-connections/tagsIn the URI, project_idindicates the project ID.N", "product_code":"vpn", "title":"Querying VPN Tags in a Specified Project", "uri":"en_topic_0093011489.html", "doc_type":"api", "p_code":"7", "code":"13" }, { "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":"vpn", "title":"Native OpenStack APIs", "uri":"en_topic_0093011490.html", "doc_type":"api", "p_code":"", "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":"vpn", "title":"IPsec Connection Management", "uri":"en_topic_0093011491.html", "doc_type":"api", "p_code":"14", "code":"15" }, { "desc":"This interface is used to create an IPsec VPN connection.POST /v2.0/vpn/ipsec-site-connectionsTable 1 lists the request parameters for creating an IPsec site connection.T", "product_code":"vpn", "title":"Creating an IPsec VPN Connection", "uri":"en_topic_0093011492.html", "doc_type":"api", "p_code":"15", "code":"16" }, { "desc":"This interface is used to query details about an IPsec VPN connection.GET /v2.0/vpn/ipsec-site-connections/{connection_id}NoneTable 2 describes the response parameters.Ex", "product_code":"vpn", "title":"Querying Details About an IPsec VPN Connection", "uri":"en_topic_0093011493.html", "doc_type":"api", "p_code":"15", "code":"17" }, { "desc":"This interface is used to query IPsec VPN connections.GET /v2.0/vpn/ipsec-site-connectionsTable 1 describes the request parameters.The project_id, peer_id, dpd, and local", "product_code":"vpn", "title":"Querying IPsec VPN Connections", "uri":"en_topic_0093011494.html", "doc_type":"api", "p_code":"15", "code":"18" }, { "desc":"This interface is used to update an IPsec VPN connection.PUT /v2.0/vpn/ipsec-site-connections/{connection_id}Table 2 describes the request parameters.The project_id, peer", "product_code":"vpn", "title":"Updating an IPsec VPN Connection", "uri":"en_topic_0093011495.html", "doc_type":"api", "p_code":"15", "code":"19" }, { "desc":"This interface is used to delete an IPsec VPN connection.DELETE /v2.0/vpn/ipsec-site-connections/{connection_id}NoneNoneExample RequestDELETE /v2.0/vpn/ipsec-site-connect", "product_code":"vpn", "title":"Deleting an IPsec VPN Connection", "uri":"en_topic_0093011496.html", "doc_type":"api", "p_code":"15", "code":"20" }, { "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":"vpn", "title":"VPN Service Management", "uri":"en_topic_0093011497.html", "doc_type":"api", "p_code":"14", "code":"21" }, { "desc":"This interface is used to create a VPN service.Only one VPN service can be created for each VPC.POST /v2.0/vpn/vpnservicesTable 1 describes the request parameters.The pro", "product_code":"vpn", "title":"Creating a VPN Service", "uri":"en_topic_0093011498.html", "doc_type":"api", "p_code":"21", "code":"22" }, { "desc":"This interface is used to query details about a VPN service.GET /v2.0/vpn/vpnservices/{service_id}NoneTable 2 describes the response parameters.Example RequestGET /v2.0/v", "product_code":"vpn", "title":"Querying Details About a VPN Service", "uri":"en_topic_0093011499.html", "doc_type":"api", "p_code":"21", "code":"23" }, { "desc":"This interface is used to query VPN services.GET /v2.0/vpn/vpnservicesTable 1 describes the request parameters.The project_idparameter is not supported.Table 2 describes ", "product_code":"vpn", "title":"Querying VPN Services", "uri":"en_topic_0093011500.html", "doc_type":"api", "p_code":"21", "code":"24" }, { "desc":"This interface is used to update a VPN service.PUT /v2.0/vpn/vpnservices/{service_id}Table 2 describes the request parameters.The project_idparameter is not supported.The", "product_code":"vpn", "title":"Updating a VPN Service", "uri":"en_topic_0093011501.html", "doc_type":"api", "p_code":"21", "code":"25" }, { "desc":"This interface is used to delete a VPN service.This interface cannot be used to delete a VPN service in the active-active VPN scenarios.DELETE /v2.0/vpn/vpnservices/{serv", "product_code":"vpn", "title":"Deleting a VPN Service", "uri":"en_topic_0093011502.html", "doc_type":"api", "p_code":"21", "code":"26" }, { "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":"vpn", "title":"IPsec Policy Management", "uri":"en_topic_0093011503.html", "doc_type":"api", "p_code":"14", "code":"27" }, { "desc":"This interface is used to create an IPsec policy.POST /v2.0/vpn/ipsecpoliciesThe project_idparameter is not supported.The value of tenant_idcan contain a maximum of 255 c", "product_code":"vpn", "title":"Creating an IPsec Policy", "uri":"en_topic_0093011504.html", "doc_type":"api", "p_code":"27", "code":"28" }, { "desc":"This interface is used to query details about an IPsec policy.GET /v2.0/vpn/ipsecpolicies/{ipsecpolicy_id}The project_idparameter is not supported.The ipsecpolicy_idparam", "product_code":"vpn", "title":"Querying Details About an IPsec Policy", "uri":"en_topic_0093011505.html", "doc_type":"api", "p_code":"27", "code":"29" }, { "desc":"This interface is used to query IPsec policies.GET /v2.0/vpn/ipsecpoliciesTable 1 describes the request parameters.The project_idparameter is not supported.Table 2 descri", "product_code":"vpn", "title":"Querying IPsec Policies", "uri":"en_topic_0093011506.html", "doc_type":"api", "p_code":"27", "code":"30" }, { "desc":"This interface is used to update an IPsec policy.If the IPsec policy is updated, the IPsec VPN connection also needs to be updated.PUT /v2.0/vpn/ipsecpolicies/{ipsecpolic", "product_code":"vpn", "title":"Updating an IPsec Policy", "uri":"en_topic_0093011507.html", "doc_type":"api", "p_code":"27", "code":"31" }, { "desc":"This interface is used to delete an IPsec policy.DELETE /v2.0/vpn/ipsecpolicies/{ipsecpolicy_id}NoneNoneExample RequestDELETE /v2.0/vpn/ipsecpolicies/{ipsecpolicy_id}Exam", "product_code":"vpn", "title":"Deleting an IPsec Policy", "uri":"en_topic_0093011508.html", "doc_type":"api", "p_code":"27", "code":"32" }, { "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":"vpn", "title":"IKE Policy Management", "uri":"en_topic_0093011509.html", "doc_type":"api", "p_code":"14", "code":"33" }, { "desc":"This interface is used to create an IKE policy.POST /v2.0/vpn/ikepoliciesTable 1 describes the request parameters.The project_idparameter is not supported.The value of te", "product_code":"vpn", "title":"Creating an IKE Policy", "uri":"en_topic_0093011510.html", "doc_type":"api", "p_code":"33", "code":"34" }, { "desc":"This interface is used to query details about an IKE policy.GET /v2.0/vpn/ikepolicies/{ikepolicy_id}NoneTable 2 describes the response parameters.Example RequestGET /v2.0", "product_code":"vpn", "title":"Querying Details About an IKE Policy", "uri":"en_topic_0093011511.html", "doc_type":"api", "p_code":"33", "code":"35" }, { "desc":"This interface is used to query IKE policies.GET /v2.0/vpn/ikepoliciesTable 1 describes the request parameters.The project_idparameter is not supported.Table 2 describes ", "product_code":"vpn", "title":"Querying IKE Policies", "uri":"en_topic_0093011512.html", "doc_type":"api", "p_code":"33", "code":"36" }, { "desc":"This interface is used to update an IKE policy.If the IKE policy is updated, the IPsec VPN connection also needs to be updated.PUT /v2.0/vpn/ikepolicies/{ikepolicy_id}Tab", "product_code":"vpn", "title":"Updating an IKE Policy", "uri":"en_topic_0093011513.html", "doc_type":"api", "p_code":"33", "code":"37" }, { "desc":"This interface is used to delete an IKE policy.DELETE /v2.0/vpn/ikepolicies/{ikepolicy_id}NoneNoneExample RequestDELETE /v2.0/vpn/ikepolicies/{ikepolicy_id}Example Respon", "product_code":"vpn", "title":"Deleting an IKE Policy", "uri":"en_topic_0093011514.html", "doc_type":"api", "p_code":"33", "code":"38" }, { "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":"vpn", "title":"VPN Endpoint Group Management", "uri":"en_topic_0093011515.html", "doc_type":"api", "p_code":"14", "code":"39" }, { "desc":"This interface is used to create a VPN endpoint group.POST /v2.0/vpn/endpoint-groupsTable 1 describes the request parameters.The project_idparameter is not supported.The ", "product_code":"vpn", "title":"Creating a VPN Endpoint Group", "uri":"en_topic_0093011516.html", "doc_type":"api", "p_code":"39", "code":"40" }, { "desc":"This interface is used to query details about a VPN endpoint group.GET /v2.0/vpn/endpoint-groups/{endpoint_group_id}NoneTable 2 describes the response parameters.Example ", "product_code":"vpn", "title":"Querying Details About a VPN Endpoint Group", "uri":"en_topic_0093011517.html", "doc_type":"api", "p_code":"39", "code":"41" }, { "desc":"This interface is used to query VPN endpoint groups.GET /v2.0/vpn/endpoint-groupsTable 1 describes the request parameters.The project_idparameter is not supported.Table 2", "product_code":"vpn", "title":"Querying VPN Endpoint Groups", "uri":"en_topic_0093011518.html", "doc_type":"api", "p_code":"39", "code":"42" }, { "desc":"This interface is used to update a VPN endpoint group.PUT /v2.0/vpn/endpoint-groups/{endpoint_group_id}Table 2 describes the request parameters.The endpoint_group_idparam", "product_code":"vpn", "title":"Updating a VPN Endpoint Group", "uri":"en_topic_0093011519.html", "doc_type":"api", "p_code":"39", "code":"43" }, { "desc":"This interface is used to delete a VPN endpoint group.DELETE /v2.0/vpn/endpoint-groups/{endpoint_group_id}NoneNoneExample RequestDELETE /v2.0/vpn/endpoint-groups/{endpoin", "product_code":"vpn", "title":"Deleting a VPN Endpoint Group", "uri":"en_topic_0093011520.html", "doc_type":"api", "p_code":"39", "code":"44" }, { "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":"vpn", "title":"Common Parameters", "uri":"en_topic_0093011521.html", "doc_type":"api", "p_code":"", "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":"vpn", "title":"Common Returned Values", "uri":"en_topic_0093011522.html", "doc_type":"api", "p_code":"45", "code":"46" }, { "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":"vpn", "title":"Error Codes", "uri":"en_topic_0093011523.html", "doc_type":"api", "p_code":"45", "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":"vpn", "title":"Status Codes", "uri":"en_topic_0093011524.html", "doc_type":"api", "p_code":"45", "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":"vpn", "title":"A Change History", "uri":"en_topic_0093011528.html", "doc_type":"api", "p_code":"", "code":"49" } ]