forked from docs/doc-exports
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com> Co-authored-by: zhoumeng35 <zhoumeng35@huawei.com> Co-committed-by: zhoumeng35 <zhoumeng35@huawei.com>
767 lines
30 KiB
JSON
767 lines
30 KiB
JSON
[
|
|
{
|
|
"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":"nat",
|
|
"title":"API Usage Guidelines",
|
|
"uri":"nat_api_0047.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"1"
|
|
},
|
|
{
|
|
"desc":"NAT Gateway APIs allow you to use all NAT Gateway functions.If null will be returned for a request parameter, this parameter will not be returned in the response body.",
|
|
"product_code":"nat",
|
|
"title":"API Overview",
|
|
"uri":"nat_api_0052.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":"nat",
|
|
"title":"APIs for Public NAT Gateways (v2.0)",
|
|
"uri":"nat_api_0000.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":"nat",
|
|
"title":"NAT Gateway Service",
|
|
"uri":"nat_api_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"3",
|
|
"code":"4"
|
|
},
|
|
{
|
|
"desc":"This API is used to create a NAT gateway.POST /v2.0/nat_gatewaysTable 1 describes the request parameter.Table 3 lists response parameters.Example requestPOST https://{End",
|
|
"product_code":"nat",
|
|
"title":"Creating a NAT Gateway",
|
|
"uri":"nat_api_0061.html",
|
|
"doc_type":"api",
|
|
"p_code":"4",
|
|
"code":"5"
|
|
},
|
|
{
|
|
"desc":"This API is used to query NAT gateways. Unless otherwise specified, exact match is applied.GET /v2.0/nat_gatewaysYou can type the question mark (?) and ampersand (&) at t",
|
|
"product_code":"nat",
|
|
"title":"Querying NAT Gateways",
|
|
"uri":"nat_api_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"4",
|
|
"code":"6"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details of a NAT gateway.GET /v2.0/nat_gateways/{nat_gateway_id}NoneTable 2 lists response parameter.Example requestGET https://{Endpoint}/v2.0/",
|
|
"product_code":"nat",
|
|
"title":"Querying Details of a NAT Gateway",
|
|
"uri":"nat_api_0062.html",
|
|
"doc_type":"api",
|
|
"p_code":"4",
|
|
"code":"7"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a NAT gateway.admin_state_up = True & status = \"ACTIVE\" can be updated. The name, description, and type of a NAT gateway can be updated.PUT /v2",
|
|
"product_code":"nat",
|
|
"title":"Updating a NAT Gateway",
|
|
"uri":"nat_api_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"4",
|
|
"code":"8"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a NAT gateway.DELETE /v2.0/nat_gateways/{nat_gateway_id}NoneNoneExample requestDELETE https://{Endpoint}/v2.0/nat_gateways/a78fb3eb-1654-4710-8",
|
|
"product_code":"nat",
|
|
"title":"Deleting a NAT Gateway",
|
|
"uri":"nat_api_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"4",
|
|
"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":"nat",
|
|
"title":"SNAT Rules",
|
|
"uri":"nat_api_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"3",
|
|
"code":"10"
|
|
},
|
|
{
|
|
"desc":"This API is used to create an SNAT rule.You can create an SNAT rule only when status of the NAT gateway is set to ACTIVE and admin_state_up of the NAT gateway administrat",
|
|
"product_code":"nat",
|
|
"title":"Creating an SNAT Rule",
|
|
"uri":"nat_api_0006.html",
|
|
"doc_type":"api",
|
|
"p_code":"10",
|
|
"code":"11"
|
|
},
|
|
{
|
|
"desc":"This API is used to query SNAT rules.GET /v2.0/snat_rulesYou can type the question mark (?) and ampersand (&) at the end of the URI to define multiple search criteria. Al",
|
|
"product_code":"nat",
|
|
"title":"Querying SNAT Rules",
|
|
"uri":"nat_api_0007.html",
|
|
"doc_type":"api",
|
|
"p_code":"10",
|
|
"code":"12"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details of an SNAT rule.GET /v2.0/snat_rules/{snat_rule_id}NoneTable 2 lists response parameter.Example requestGET https://{Endpoint}/v2.0/snat_",
|
|
"product_code":"nat",
|
|
"title":"Querying Details of an SNAT Rule",
|
|
"uri":"nat_api_0008.html",
|
|
"doc_type":"api",
|
|
"p_code":"10",
|
|
"code":"13"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete an SNAT rule.DELETE /v2.0/snat_rules/{snat_rule_id}NoneNoneExample requestDELETE https://{Endpoint}/v2.0/snat_rules/a78fb3eb-1654-4710-8742-3fc",
|
|
"product_code":"nat",
|
|
"title":"Deleting an SNAT Rule",
|
|
"uri":"nat_api_0009.html",
|
|
"doc_type":"api",
|
|
"p_code":"10",
|
|
"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":"nat",
|
|
"title":"DNAT Rules",
|
|
"uri":"nat_api_0010.html",
|
|
"doc_type":"api",
|
|
"p_code":"3",
|
|
"code":"15"
|
|
},
|
|
{
|
|
"desc":"This API is used to create a DNAT rule.You can create a DNAT rule only when status of the NAT gateway is set to ACTIVE and admin_state_up of the NAT gateway administrator",
|
|
"product_code":"nat",
|
|
"title":"Creating a DNAT Rule",
|
|
"uri":"nat_api_0011.html",
|
|
"doc_type":"api",
|
|
"p_code":"15",
|
|
"code":"16"
|
|
},
|
|
{
|
|
"desc":"This API is used to query DNAT rules.GET /v2.0/dnat_rulesYou can type a question mark (?) and an ampersand (&) at the end of the URI to define different search criteria. ",
|
|
"product_code":"nat",
|
|
"title":"Querying DNAT Rules",
|
|
"uri":"nat_api_0012.html",
|
|
"doc_type":"api",
|
|
"p_code":"15",
|
|
"code":"17"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details of a DNAT rule.GET /v2.0/dnat_rules/{dnat_rule_id}NoneTable 2 lists response parameter.Example requestGET https://{Endpoint}/v2.0/dnat_r",
|
|
"product_code":"nat",
|
|
"title":"Querying Details of a DNAT Rule",
|
|
"uri":"nat_api_0013.html",
|
|
"doc_type":"api",
|
|
"p_code":"15",
|
|
"code":"18"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a DNAT rule.DELETE /v2.0/dnat_rules/{dnat_rule_id}NoneNoneExample requestDELETE https://{Endpoint}/v2.0/dnat_rules/a78fb3eb-1654-4710-8742-3fc4",
|
|
"product_code":"nat",
|
|
"title":"Deleting a DNAT Rule",
|
|
"uri":"nat_api_0014.html",
|
|
"doc_type":"api",
|
|
"p_code":"15",
|
|
"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":"nat",
|
|
"title":"Tags",
|
|
"uri":"nat_api_0015.html",
|
|
"doc_type":"api",
|
|
"p_code":"3",
|
|
"code":"20"
|
|
},
|
|
{
|
|
"desc":"This API is used to filter NAT gateways by tag.TMS uses this API to filter and list NAT gateways by tag.By default, NAT gateways and tags are sorted in descending order o",
|
|
"product_code":"nat",
|
|
"title":"Querying NAT Gateways by Tag",
|
|
"uri":"nat_api_0016.html",
|
|
"doc_type":"api",
|
|
"p_code":"20",
|
|
"code":"21"
|
|
},
|
|
{
|
|
"desc":"This API is used to add or delete tags of a specific NAT gateway in batches.TMS uses this API to manage service resource tags.You can add a maximum of 20 tags to a NAT ga",
|
|
"product_code":"nat",
|
|
"title":"Adding or Deleting NAT Gateway Tags in Batches",
|
|
"uri":"nat_api_0017.html",
|
|
"doc_type":"api",
|
|
"p_code":"20",
|
|
"code":"22"
|
|
},
|
|
{
|
|
"desc":"This API is used to add tags to a NAT gateway. You can add a maximum of 20 tags to a NAT gateway.This API is idempotent.If a to-be-created tag has the same key as an exis",
|
|
"product_code":"nat",
|
|
"title":"Adding a NAT Gateway Tag",
|
|
"uri":"nat_api_0018.html",
|
|
"doc_type":"api",
|
|
"p_code":"20",
|
|
"code":"23"
|
|
},
|
|
{
|
|
"desc":"This API is idempotent.When a tag is deleted, it is not verified. The tag key cannot be left blank or be an empty string. If the key of the tag to be deleted does not exi",
|
|
"product_code":"nat",
|
|
"title":"Deleting a NAT Gateway Tag",
|
|
"uri":"nat_api_0019.html",
|
|
"doc_type":"api",
|
|
"p_code":"20",
|
|
"code":"24"
|
|
},
|
|
{
|
|
"desc":"This API is used to query tags of a specified NAT gateway.TMS uses this API to query all tags of a specified NAT gateway.GET /v2.0/{project_id}/nat_gateways/{nat_gateway_",
|
|
"product_code":"nat",
|
|
"title":"Querying NAT Gateway Tags",
|
|
"uri":"nat_api_0020.html",
|
|
"doc_type":"api",
|
|
"p_code":"20",
|
|
"code":"25"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all tags of a resource type in a specified region.TMS uses this API to list tags created by a tenant to facilitate tag creation and resource fil",
|
|
"product_code":"nat",
|
|
"title":"Querying Tags in a Project",
|
|
"uri":"nat_api_0021.html",
|
|
"doc_type":"api",
|
|
"p_code":"20",
|
|
"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":"nat",
|
|
"title":"API Version",
|
|
"uri":"nat_api_0024.html",
|
|
"doc_type":"api",
|
|
"p_code":"3",
|
|
"code":"27"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all API versions of NAT Gateway.GET/NoneTable 1 lists response parameters.Example responseSee Status Codes.",
|
|
"product_code":"nat",
|
|
"title":"Querying All API Versions",
|
|
"uri":"nat_api_0025.html",
|
|
"doc_type":"api",
|
|
"p_code":"27",
|
|
"code":"28"
|
|
},
|
|
{
|
|
"desc":"This API is used to query an API version of NAT Gateway.GET/{api_version}NoneTable 2 lists response parameters.Example responseSee Status Codes.",
|
|
"product_code":"nat",
|
|
"title":"Querying an API Version",
|
|
"uri":"nat_api_0026.html",
|
|
"doc_type":"api",
|
|
"p_code":"27",
|
|
"code":"29"
|
|
},
|
|
{
|
|
"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":"nat",
|
|
"title":"APIs for Private NAT Gateways (v3.0)",
|
|
"uri":"nat_private_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"30"
|
|
},
|
|
{
|
|
"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":"NAT",
|
|
"title":"Private NAT Gateways",
|
|
"uri":"PrivateNat.html",
|
|
"doc_type":"api",
|
|
"p_code":"30",
|
|
"code":"31"
|
|
},
|
|
{
|
|
"desc":"This API is used to query private NAT gateways.You can type the question mark (?) and ampersand (&) at the end of the URI to define multiple search criteria.All optional ",
|
|
"product_code":"NAT",
|
|
"title":"Querying Private NAT Gateways",
|
|
"uri":"ListPrivateNats.html",
|
|
"doc_type":"api",
|
|
"p_code":"31",
|
|
"code":"32"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a private NAT gateway.PUT /v3/{project_id}/private-nat/gateways/{gateway_id}Status code: 200Updating a private NAT gateway. (Setting name to pr",
|
|
"product_code":"NAT",
|
|
"title":"Updating a Private NAT Gateway",
|
|
"uri":"UpdatePrivateNat.html",
|
|
"doc_type":"api",
|
|
"p_code":"31",
|
|
"code":"33"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a private NAT gateway.DELETE /v3/{project_id}/private-nat/gateways/{gateway_id}Status code: 204Private NAT gateway deleted.NoneNoneSee Error Co",
|
|
"product_code":"NAT",
|
|
"title":"Deleting a Private NAT Gateway",
|
|
"uri":"DeletePrivateNat.html",
|
|
"doc_type":"api",
|
|
"p_code":"31",
|
|
"code":"34"
|
|
},
|
|
{
|
|
"desc":"This API is used to create a private NAT gateway.POST /v3/{project_id}/private-nat/gatewaysStatus code: 201Creating a private NAT gateway (Setting name to private-nat-gat",
|
|
"product_code":"NAT",
|
|
"title":"Creating a Private NAT Gateway",
|
|
"uri":"CreatePrivateNat.html",
|
|
"doc_type":"api",
|
|
"p_code":"31",
|
|
"code":"35"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a specified private NAT gateway.GET /v3/{project_id}/private-nat/gateways/{gateway_id}Status code: 200Status code: 200Details abou",
|
|
"product_code":"NAT",
|
|
"title":"Querying Details About a Specified Private NAT Gateway",
|
|
"uri":"ShowPrivateNat.html",
|
|
"doc_type":"api",
|
|
"p_code":"31",
|
|
"code":"36"
|
|
},
|
|
{
|
|
"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":"NAT",
|
|
"title":"DNAT Rules",
|
|
"uri":"PrivateNatDnat.html",
|
|
"doc_type":"api",
|
|
"p_code":"30",
|
|
"code":"37"
|
|
},
|
|
{
|
|
"desc":"This API is used to query DNAT rules.You can type the question mark (?) and ampersand (&) at the end of the URI to define multiple search criteria.All optional parameters",
|
|
"product_code":"NAT",
|
|
"title":"Querying DNAT Rules",
|
|
"uri":"ListPrivateDnats.html",
|
|
"doc_type":"api",
|
|
"p_code":"37",
|
|
"code":"38"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a specified DNAT rule.PUT /v3/{project_id}/private-nat/dnat-rules/{dnat_rule_id}Status code: 200Updating a DNAT rule (Updating description to m",
|
|
"product_code":"NAT",
|
|
"title":"Updating a DNAT Rule",
|
|
"uri":"UpdatePrivateDnat.html",
|
|
"doc_type":"api",
|
|
"p_code":"37",
|
|
"code":"39"
|
|
},
|
|
{
|
|
"desc":"This API is used to create a DNAT rule.When you are creating a DNAT rule, status of the NAT gateway must be set to ACTIVE.POST /v3/{project_id}/private-nat/dnat-rulesStat",
|
|
"product_code":"NAT",
|
|
"title":"Creating a DNAT Rule",
|
|
"uri":"CreatePrivateDnat.html",
|
|
"doc_type":"api",
|
|
"p_code":"37",
|
|
"code":"40"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a specified DNAT rule.DELETE /v3/{project_id}/private-nat/dnat-rules/{dnat_rule_id}Status code: 204DNAT rule deleted.NoneNoneSee Error Codes.",
|
|
"product_code":"NAT",
|
|
"title":"Deleting a DNAT Rule",
|
|
"uri":"DeletePrivateDnat.html",
|
|
"doc_type":"api",
|
|
"p_code":"37",
|
|
"code":"41"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a specified DNAT rule.GET /v3/{project_id}/private-nat/dnat-rules/{dnat_rule_id}Status code: 200Status code: 200DNAT rule details ",
|
|
"product_code":"NAT",
|
|
"title":"Querying Details About a Specified DNAT Rule",
|
|
"uri":"ShowPrivateDnat.html",
|
|
"doc_type":"api",
|
|
"p_code":"37",
|
|
"code":"42"
|
|
},
|
|
{
|
|
"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":"NAT",
|
|
"title":"SNAT Rules",
|
|
"uri":"PrivateNatSnat.html",
|
|
"doc_type":"api",
|
|
"p_code":"30",
|
|
"code":"43"
|
|
},
|
|
{
|
|
"desc":"This API is used to query SNAT rules.GET /v3/{project_id}/private-nat/snat-rulesStatus code: 200Status code: 200SNAT rules queried.See Error Codes.",
|
|
"product_code":"NAT",
|
|
"title":"Querying SNAT Rules",
|
|
"uri":"ListPrivateSnats.html",
|
|
"doc_type":"api",
|
|
"p_code":"43",
|
|
"code":"44"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a specified SNAT rule.GET /v3/{project_id}/private-nat/snat-rules/{snat_rule_id}Status code: 200Status code: 200SNAT rule details ",
|
|
"product_code":"NAT",
|
|
"title":"Querying Details About a Specified SNAT Rule",
|
|
"uri":"ShowPrivateSnat.html",
|
|
"doc_type":"api",
|
|
"p_code":"43",
|
|
"code":"45"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a specified SNAT rule.PUT /v3/{project_id}/private-nat/snat-rules/{snat_rule_id}Status code: 200Updating an SNAT rule (Setting transit_ip_ids t",
|
|
"product_code":"NAT",
|
|
"title":"Updating an SNAT Rule",
|
|
"uri":"UpdatePrivateSnat.html",
|
|
"doc_type":"api",
|
|
"p_code":"43",
|
|
"code":"46"
|
|
},
|
|
{
|
|
"desc":"This API is used to create an SNAT rule.When you are creating an SNAT rule, status of the NAT gateway must be set to ACTIVE.POST /v3/{project_id}/private-nat/snat-rulesSt",
|
|
"product_code":"NAT",
|
|
"title":"Creating an SNAT Rule",
|
|
"uri":"CreatePrivateSnat.html",
|
|
"doc_type":"api",
|
|
"p_code":"43",
|
|
"code":"47"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a specified SNAT rule.DELETE /v3/{project_id}/private-nat/snat-rules/{snat_rule_id}Status code: 204SNAT rule deleted.NoneNoneSee Error Codes.",
|
|
"product_code":"NAT",
|
|
"title":"Deleting an SNAT Rule",
|
|
"uri":"DeletePrivateSnat.html",
|
|
"doc_type":"api",
|
|
"p_code":"43",
|
|
"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":"NAT",
|
|
"title":"Transit IP Addresses",
|
|
"uri":"PrivateNatTransitIp.html",
|
|
"doc_type":"api",
|
|
"p_code":"30",
|
|
"code":"49"
|
|
},
|
|
{
|
|
"desc":"This API is to query transit IP addresses.You can type the question mark (?) and ampersand (&) at the end of the URI to define multiple search criteria.All optional param",
|
|
"product_code":"NAT",
|
|
"title":"Querying Transit IP Addresses",
|
|
"uri":"ListTransitIps.html",
|
|
"doc_type":"api",
|
|
"p_code":"49",
|
|
"code":"50"
|
|
},
|
|
{
|
|
"desc":"This API is used to release a transit IP address.DELETE /v3/{project_id}/private-nat/transit-ips/{transit_ip_id}Status code: 204Transit IP address released.NoneNoneSee Er",
|
|
"product_code":"NAT",
|
|
"title":"Releasing a Transit IP Address",
|
|
"uri":"DeleteTransitIp.html",
|
|
"doc_type":"api",
|
|
"p_code":"49",
|
|
"code":"51"
|
|
},
|
|
{
|
|
"desc":"This API is used to assign a transit IP address.POST /v3/{project_id}/private-nat/transit-ipsStatus code: 201Assigning a transit IP address (Setting virsubnet_id to 2759d",
|
|
"product_code":"NAT",
|
|
"title":"Assigning a Transit IP Address",
|
|
"uri":"CreateTransitIp.html",
|
|
"doc_type":"api",
|
|
"p_code":"49",
|
|
"code":"52"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a specified transit IP address.GET /v3/{project_id}/private-nat/transit-ips/{transit_ip_id}Status code: 200Status code: 200Details",
|
|
"product_code":"NAT",
|
|
"title":"Querying Details About a Specified Transit IP Address",
|
|
"uri":"ShowTransitIp.html",
|
|
"doc_type":"api",
|
|
"p_code":"49",
|
|
"code":"53"
|
|
},
|
|
{
|
|
"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":"NAT",
|
|
"title":"Private NAT Gateway Tags",
|
|
"uri":"PrivateNatTags.html",
|
|
"doc_type":"api",
|
|
"p_code":"30",
|
|
"code":"54"
|
|
},
|
|
{
|
|
"desc":"This API is used to query private NAT gateways by tag.This API is used to query private NAT gateways by tag.Tag Management Service (TMS) uses this API to filter and list ",
|
|
"product_code":"NAT",
|
|
"title":"Querying Private NAT Gateways",
|
|
"uri":"ListPrivateNatsByTags.html",
|
|
"doc_type":"api",
|
|
"p_code":"54",
|
|
"code":"55"
|
|
},
|
|
{
|
|
"desc":"This API is used to query tags of all private NAT gateways owned by a tenant in a project.This API is used to query tags of all private NAT gateways owned by a tenant in ",
|
|
"product_code":"NAT",
|
|
"title":"Querying Tags of All Private NAT Gateways in a Project",
|
|
"uri":"ListPrivateNatTags.html",
|
|
"doc_type":"api",
|
|
"p_code":"54",
|
|
"code":"56"
|
|
},
|
|
{
|
|
"desc":"This API is used to query tags of a private NAT gateway.This API is used to query tags of a private NAT gateway.TMS uses this API to query all tags of a private NAT gatew",
|
|
"product_code":"NAT",
|
|
"title":"Querying Tags of a Private NAT Gateway",
|
|
"uri":"ShowPrivateNatTags.html",
|
|
"doc_type":"api",
|
|
"p_code":"54",
|
|
"code":"57"
|
|
},
|
|
{
|
|
"desc":"This API is used to add tags to a private NAT gateway.This API is used to add tags to a private NAT gateway.A private NAT gateway can have up to 20 tags.A private NAT gat",
|
|
"product_code":"NAT",
|
|
"title":"Adding a Tag to a Private NAT Gateway",
|
|
"uri":"CreatePrivateNatTag.html",
|
|
"doc_type":"api",
|
|
"p_code":"54",
|
|
"code":"58"
|
|
},
|
|
{
|
|
"desc":"This API is used to batch add or delete tags to or from a private NAT gateway.This API is used to batch add or delete tags to or from a private NAT gateway.TMS uses this ",
|
|
"product_code":"NAT",
|
|
"title":"Batch Adding or Deleting Tags to or from a Private NAT Gateway",
|
|
"uri":"BatchCreateDeletePrivateNatTags.html",
|
|
"doc_type":"api",
|
|
"p_code":"54",
|
|
"code":"59"
|
|
},
|
|
{
|
|
"desc":"This API is idempotent.This API is idempotent.When a tag is deleted, the tag character set is not verified. Before calling this API, perform the encodeURI operation. The ",
|
|
"product_code":"NAT",
|
|
"title":"Deleting a Tag from a Private NAT Gateway",
|
|
"uri":"DeletePrivateNatTag.html",
|
|
"doc_type":"api",
|
|
"p_code":"54",
|
|
"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":"NAT",
|
|
"title":"Transit IP Address Tags",
|
|
"uri":"PrivateNatTransitIpTags.html",
|
|
"doc_type":"api",
|
|
"p_code":"30",
|
|
"code":"61"
|
|
},
|
|
{
|
|
"desc":"This API is used to query transit IP addresses by tag.This API is used to query transit IP addresses by tag.TMS uses this API to filter and list transit IP addresses by t",
|
|
"product_code":"NAT",
|
|
"title":"Querying Transit IP Addresses by Tag",
|
|
"uri":"ListTransitIpsByTags.html",
|
|
"doc_type":"api",
|
|
"p_code":"61",
|
|
"code":"62"
|
|
},
|
|
{
|
|
"desc":"This API is used to query tags of all transit IP addresses owned by a tenant in a project.This API is used to query tags of all transit IP addresses owned by a tenant in ",
|
|
"product_code":"NAT",
|
|
"title":"Querying Tags of All Transit IP Addresses in a Specified Project",
|
|
"uri":"ListTransitIpTags.html",
|
|
"doc_type":"api",
|
|
"p_code":"61",
|
|
"code":"63"
|
|
},
|
|
{
|
|
"desc":"This API is used to query tags of a specified transit IP address.This API is used to query tags of a specified transit IP address.TMS uses this API to query all tags of a",
|
|
"product_code":"NAT",
|
|
"title":"Querying Tags of a Transit IP Address",
|
|
"uri":"ShowTransitIpTags.html",
|
|
"doc_type":"api",
|
|
"p_code":"61",
|
|
"code":"64"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a tag to a transit IP address.This API is used to add a tag to a transit IP address.A transit IP address can have up to 20 tags.A transit IP addre",
|
|
"product_code":"NAT",
|
|
"title":"Adding a Tag to a Transit IP Address",
|
|
"uri":"CreateTransitIpTag.html",
|
|
"doc_type":"api",
|
|
"p_code":"61",
|
|
"code":"65"
|
|
},
|
|
{
|
|
"desc":"This API is used to batch add or delete tags to or from a transit IP address.This API is used to batch add or delete tags to or from a transit IP address.TMS needs to use",
|
|
"product_code":"NAT",
|
|
"title":"Batch Adding or Deleting Tags to or from a Transit IP Address",
|
|
"uri":"BatchCreateDeleteTransitIpTags.html",
|
|
"doc_type":"api",
|
|
"p_code":"61",
|
|
"code":"66"
|
|
},
|
|
{
|
|
"desc":"This API is idempotent.This API is idempotent.When a tag is deleted, the tag character set is not verified. Before calling this API, perform the encodeURI operation. The ",
|
|
"product_code":"NAT",
|
|
"title":"Deleting a Tag from a Transit IP Address",
|
|
"uri":"DeleteTransitIpTag.html",
|
|
"doc_type":"api",
|
|
"p_code":"61",
|
|
"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":"nat",
|
|
"title":"Permissions Policies and Supported Actions",
|
|
"uri":"nat_api_0027.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"68"
|
|
},
|
|
{
|
|
"desc":"This section describes fine-grained permissions management for your NAT gateways. If your account does not need individual IAM users, then you may skip this section.By de",
|
|
"product_code":"nat",
|
|
"title":"Introduction",
|
|
"uri":"nat_api_0063.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":"nat",
|
|
"title":"NAT Gateway v2.0",
|
|
"uri":"nat_api_0032.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":"nat",
|
|
"title":"SNAT Rule v2.0",
|
|
"uri":"nat_api_0033.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":"nat",
|
|
"title":"DNAT Rule v2.0",
|
|
"uri":"nat_api_0034.html",
|
|
"doc_type":"api",
|
|
"p_code":"68",
|
|
"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":"nat",
|
|
"title":"NAT Gateway Tag v2.0",
|
|
"uri":"nat_api_0035.html",
|
|
"doc_type":"api",
|
|
"p_code":"68",
|
|
"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":"nat",
|
|
"title":"Private NAT Gateways",
|
|
"uri":"nat_api_0070.html",
|
|
"doc_type":"api",
|
|
"p_code":"68",
|
|
"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":"nat",
|
|
"title":"Private NAT Gateway - Transit IP Address",
|
|
"uri":"nat_api_0071.html",
|
|
"doc_type":"api",
|
|
"p_code":"68",
|
|
"code":"75"
|
|
},
|
|
{
|
|
"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":"nat",
|
|
"title":"SNAT Rules of Private NAT Gateways",
|
|
"uri":"nat_api_0072.html",
|
|
"doc_type":"api",
|
|
"p_code":"68",
|
|
"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":"nat",
|
|
"title":"DNAT Rules of Private NAT Gateways",
|
|
"uri":"nat_api_0073.html",
|
|
"doc_type":"api",
|
|
"p_code":"68",
|
|
"code":"77"
|
|
},
|
|
{
|
|
"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":"nat",
|
|
"title":"Private NAT Gateway - Tag",
|
|
"uri":"nat_api_0074.html",
|
|
"doc_type":"api",
|
|
"p_code":"68",
|
|
"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":"nat",
|
|
"title":"Private NAT Gateway - Transit IP Address Tag",
|
|
"uri":"nat_api_0075.html",
|
|
"doc_type":"api",
|
|
"p_code":"68",
|
|
"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":"nat",
|
|
"title":"Common Parameters",
|
|
"uri":"nat_api_0036.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"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":"nat",
|
|
"title":"Status Codes",
|
|
"uri":"nat_api_0038.html",
|
|
"doc_type":"api",
|
|
"p_code":"80",
|
|
"code":"81"
|
|
},
|
|
{
|
|
"desc":"An error code returned by an API does not correspond to one error message. The following table lists only common error messages.Most NAT Gateway APIs are asynchronous. So",
|
|
"product_code":"nat",
|
|
"title":"Error Code Description v2.0",
|
|
"uri":"nat_api_0040.html",
|
|
"doc_type":"api",
|
|
"p_code":"80",
|
|
"code":"82"
|
|
},
|
|
{
|
|
"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":"nat",
|
|
"title":"Error Codes",
|
|
"uri":"ErrorCode.html",
|
|
"doc_type":"api",
|
|
"p_code":"80",
|
|
"code":"83"
|
|
},
|
|
{
|
|
"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":"nat",
|
|
"title":"Resource Status Description",
|
|
"uri":"nat_api_0042.html",
|
|
"doc_type":"api",
|
|
"p_code":"80",
|
|
"code":"84"
|
|
},
|
|
{
|
|
"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":"nat",
|
|
"title":"Change History",
|
|
"uri":"nat_api_0046.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"85"
|
|
}
|
|
] |