tccli 3.0.1005.1__py2.py3-none-any.whl → 3.0.1006.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
 - tccli/examples/cdb/v20170320/CloseAuditService.md +20 -0
 - tccli/examples/cdb/v20170320/CreateAuditRuleTemplate.md +31 -0
 - tccli/examples/cdb/v20170320/DeleteAuditRuleTemplates.md +20 -0
 - tccli/examples/cdb/v20170320/DeleteDatabase.md +21 -0
 - tccli/examples/cdb/v20170320/DescribeAuditInstanceList.md +51 -0
 - tccli/examples/cdb/v20170320/DescribeAuditRuleTemplateModifyHistory.md +70 -0
 - tccli/examples/cdb/v20170320/DescribeAuditRuleTemplates.md +61 -0
 - tccli/examples/cdb/v20170320/ModifyAuditRuleTemplates.md +21 -0
 - tccli/examples/cdb/v20170320/ModifyAuditService.md +23 -0
 - tccli/examples/cfg/v20210820/DescribeTaskPolicyTriggerLog.md +38 -0
 - tccli/examples/cfg/v20210820/TriggerPolicy.md +25 -0
 - tccli/examples/config/v20220802/ListAggregateConfigRules.md +79 -0
 - tccli/examples/config/v20220802/ListConfigRules.md +138 -0
 - tccli/examples/tdmq/v20200217/CreateProCluster.md +3 -3
 - tccli/examples/teo/v20220901/DescribeOverviewL7Data.md +4 -2
 - tccli/examples/teo/v20220901/DescribePrefetchTasks.md +2 -1
 - tccli/examples/teo/v20220901/DescribePurgeTasks.md +2 -1
 - tccli/examples/teo/v20220901/DescribeTimingL4Data.md +4 -1
 - tccli/examples/teo/v20220901/DescribeTimingL7AnalysisData.md +6 -3
 - tccli/examples/teo/v20220901/DescribeTimingL7CacheData.md +6 -3
 - tccli/examples/teo/v20220901/DescribeTopL7AnalysisData.md +6 -3
 - tccli/examples/teo/v20220901/DescribeTopL7CacheData.md +8 -4
 - tccli/examples/teo/v20220901/DownloadL4Logs.md +2 -1
 - tccli/examples/teo/v20220901/DownloadL7Logs.md +2 -1
 - tccli/examples/tke/v20180525/DescribeIPAMD.md +6 -3
 - tccli/examples/tse/v20201207/CloseWafProtection.md +21 -0
 - tccli/examples/tse/v20201207/CreateWafDomains.md +21 -0
 - tccli/examples/tse/v20201207/OpenWafProtection.md +21 -0
 - tccli/examples/vod/v20180717/DescribeTaskDetail.md +4 -0
 - tccli/examples/vrs/v20200824/GetVRSVoiceTypes.md +4 -2
 - tccli/services/__init__.py +3 -0
 - tccli/services/cdb/cdb_client.py +497 -20
 - tccli/services/cdb/v20170320/api.json +1174 -51
 - tccli/services/cdb/v20170320/examples.json +72 -0
 - tccli/services/cfg/cfg_client.py +106 -0
 - tccli/services/cfg/v20210820/api.json +199 -0
 - tccli/services/cfg/v20210820/examples.json +16 -0
 - tccli/services/config/__init__.py +4 -0
 - tccli/services/config/config_client.py +247 -0
 - tccli/services/config/v20220802/api.json +767 -0
 - tccli/services/config/v20220802/examples.json +21 -0
 - tccli/services/hai/v20230812/api.json +11 -0
 - tccli/services/tdmq/v20200217/api.json +50 -30
 - tccli/services/tdmq/v20200217/examples.json +2 -2
 - tccli/services/teo/v20220901/api.json +51 -40
 - tccli/services/teo/v20220901/examples.json +24 -24
 - tccli/services/tke/v20180525/api.json +18 -8
 - tccli/services/tke/v20180525/examples.json +2 -2
 - tccli/services/tse/tse_client.py +159 -0
 - tccli/services/tse/v20201207/api.json +147 -0
 - tccli/services/tse/v20201207/examples.json +24 -0
 - tccli/services/vod/v20180717/api.json +278 -24
 - tccli/services/vod/v20180717/examples.json +4 -4
 - tccli/services/vrs/v20200824/examples.json +1 -1
 - tccli/services/waf/v20180125/api.json +3 -3
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/METADATA +2 -2
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/RECORD +61 -41
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/WHEEL +0 -0
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/entry_points.txt +0 -0
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/license_files/LICENSE +0 -0
 
| 
         @@ -1,5 +1,12 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "actions": {
         
     | 
| 
      
 3 
     | 
    
         
            +
                "CloseWafProtection": {
         
     | 
| 
      
 4 
     | 
    
         
            +
                  "document": "关闭 WAF 防护",
         
     | 
| 
      
 5 
     | 
    
         
            +
                  "input": "CloseWafProtectionRequest",
         
     | 
| 
      
 6 
     | 
    
         
            +
                  "name": "关闭 WAF 防护",
         
     | 
| 
      
 7 
     | 
    
         
            +
                  "output": "CloseWafProtectionResponse",
         
     | 
| 
      
 8 
     | 
    
         
            +
                  "status": "online"
         
     | 
| 
      
 9 
     | 
    
         
            +
                },
         
     | 
| 
       3 
10 
     | 
    
         
             
                "CreateCloudNativeAPIGateway": {
         
     | 
| 
       4 
11 
     | 
    
         
             
                  "document": "创建云原生API网关实例",
         
     | 
| 
       5 
12 
     | 
    
         
             
                  "input": "CreateCloudNativeAPIGatewayRequest",
         
     | 
| 
         @@ -63,6 +70,13 @@ 
     | 
|
| 
       63 
70 
     | 
    
         
             
                  "output": "CreateNativeGatewayServerGroupResponse",
         
     | 
| 
       64 
71 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       65 
72 
     | 
    
         
             
                },
         
     | 
| 
      
 73 
     | 
    
         
            +
                "CreateWafDomains": {
         
     | 
| 
      
 74 
     | 
    
         
            +
                  "document": "新建 WAF 防护域名",
         
     | 
| 
      
 75 
     | 
    
         
            +
                  "input": "CreateWafDomainsRequest",
         
     | 
| 
      
 76 
     | 
    
         
            +
                  "name": "新建 WAF 防护域名",
         
     | 
| 
      
 77 
     | 
    
         
            +
                  "output": "CreateWafDomainsResponse",
         
     | 
| 
      
 78 
     | 
    
         
            +
                  "status": "online"
         
     | 
| 
      
 79 
     | 
    
         
            +
                },
         
     | 
| 
       66 
80 
     | 
    
         
             
                "DeleteCloudNativeAPIGateway": {
         
     | 
| 
       67 
81 
     | 
    
         
             
                  "document": "删除云原生API网关实例",
         
     | 
| 
       68 
82 
     | 
    
         
             
                  "input": "DeleteCloudNativeAPIGatewayRequest",
         
     | 
| 
         @@ -343,6 +357,13 @@ 
     | 
|
| 
       343 
357 
     | 
    
         
             
                  "output": "ModifyUpstreamNodeStatusResponse",
         
     | 
| 
       344 
358 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       345 
359 
     | 
    
         
             
                },
         
     | 
| 
      
 360 
     | 
    
         
            +
                "OpenWafProtection": {
         
     | 
| 
      
 361 
     | 
    
         
            +
                  "document": "开启 WAF 防护",
         
     | 
| 
      
 362 
     | 
    
         
            +
                  "input": "OpenWafProtectionRequest",
         
     | 
| 
      
 363 
     | 
    
         
            +
                  "name": "开启 WAF 防护",
         
     | 
| 
      
 364 
     | 
    
         
            +
                  "output": "OpenWafProtectionResponse",
         
     | 
| 
      
 365 
     | 
    
         
            +
                  "status": "online"
         
     | 
| 
      
 366 
     | 
    
         
            +
                },
         
     | 
| 
       346 
367 
     | 
    
         
             
                "UpdateCloudNativeAPIGatewayCertificateInfo": {
         
     | 
| 
       347 
368 
     | 
    
         
             
                  "document": "修改云原生网关证书信息",
         
     | 
| 
       348 
369 
     | 
    
         
             
                  "input": "UpdateCloudNativeAPIGatewayCertificateInfoRequest",
         
     | 
| 
         @@ -670,6 +691,51 @@ 
     | 
|
| 
       670 
691 
     | 
    
         
             
                  ],
         
     | 
| 
       671 
692 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
       672 
693 
     | 
    
         
             
                },
         
     | 
| 
      
 694 
     | 
    
         
            +
                "CloseWafProtectionRequest": {
         
     | 
| 
      
 695 
     | 
    
         
            +
                  "document": "CloseWafProtection请求参数结构体",
         
     | 
| 
      
 696 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 697 
     | 
    
         
            +
                    {
         
     | 
| 
      
 698 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 699 
     | 
    
         
            +
                      "document": "网关ID",
         
     | 
| 
      
 700 
     | 
    
         
            +
                      "example": "gateway-962b7d7c",
         
     | 
| 
      
 701 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 702 
     | 
    
         
            +
                      "name": "GatewayId",
         
     | 
| 
      
 703 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 704 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 705 
     | 
    
         
            +
                    },
         
     | 
| 
      
 706 
     | 
    
         
            +
                    {
         
     | 
| 
      
 707 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 708 
     | 
    
         
            +
                      "document": " 防护资源的类型。\n- Global  实例\n- Service  服务\n- Route  路由\n- Object  对象",
         
     | 
| 
      
 709 
     | 
    
         
            +
                      "example": "Global",
         
     | 
| 
      
 710 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 711 
     | 
    
         
            +
                      "name": "Type",
         
     | 
| 
      
 712 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 713 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 714 
     | 
    
         
            +
                    },
         
     | 
| 
      
 715 
     | 
    
         
            +
                    {
         
     | 
| 
      
 716 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 717 
     | 
    
         
            +
                      "document": "当资源类型 Type 是 Service 或 Route 的时候,传入的服务或路由的列表",
         
     | 
| 
      
 718 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 719 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 720 
     | 
    
         
            +
                      "name": "List",
         
     | 
| 
      
 721 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 722 
     | 
    
         
            +
                      "type": "list"
         
     | 
| 
      
 723 
     | 
    
         
            +
                    }
         
     | 
| 
      
 724 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 725 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 726 
     | 
    
         
            +
                },
         
     | 
| 
      
 727 
     | 
    
         
            +
                "CloseWafProtectionResponse": {
         
     | 
| 
      
 728 
     | 
    
         
            +
                  "document": "CloseWafProtection返回参数结构体",
         
     | 
| 
      
 729 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 730 
     | 
    
         
            +
                    {
         
     | 
| 
      
 731 
     | 
    
         
            +
                      "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
      
 732 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 733 
     | 
    
         
            +
                      "name": "RequestId",
         
     | 
| 
      
 734 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 735 
     | 
    
         
            +
                    }
         
     | 
| 
      
 736 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 737 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 738 
     | 
    
         
            +
                },
         
     | 
| 
       673 
739 
     | 
    
         
             
                "CloudAPIGatewayCanaryRuleList": {
         
     | 
| 
       674 
740 
     | 
    
         
             
                  "document": "灰度规则列表",
         
     | 
| 
       675 
741 
     | 
    
         
             
                  "members": [
         
     | 
| 
         @@ -2684,6 +2750,42 @@ 
     | 
|
| 
       2684 
2750 
     | 
    
         
             
                  ],
         
     | 
| 
       2685 
2751 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
       2686 
2752 
     | 
    
         
             
                },
         
     | 
| 
      
 2753 
     | 
    
         
            +
                "CreateWafDomainsRequest": {
         
     | 
| 
      
 2754 
     | 
    
         
            +
                  "document": "CreateWafDomains请求参数结构体",
         
     | 
| 
      
 2755 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 2756 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2757 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 2758 
     | 
    
         
            +
                      "document": "网关ID",
         
     | 
| 
      
 2759 
     | 
    
         
            +
                      "example": "gateway-962b7d7c",
         
     | 
| 
      
 2760 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 2761 
     | 
    
         
            +
                      "name": "GatewayId",
         
     | 
| 
      
 2762 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 2763 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 2764 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2765 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2766 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 2767 
     | 
    
         
            +
                      "document": "WAF 防护域名列表",
         
     | 
| 
      
 2768 
     | 
    
         
            +
                      "example": "[\"tencent.com\"]",
         
     | 
| 
      
 2769 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 2770 
     | 
    
         
            +
                      "name": "Domains",
         
     | 
| 
      
 2771 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 2772 
     | 
    
         
            +
                      "type": "list"
         
     | 
| 
      
 2773 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2774 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2775 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 2776 
     | 
    
         
            +
                },
         
     | 
| 
      
 2777 
     | 
    
         
            +
                "CreateWafDomainsResponse": {
         
     | 
| 
      
 2778 
     | 
    
         
            +
                  "document": "CreateWafDomains返回参数结构体",
         
     | 
| 
      
 2779 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 2780 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2781 
     | 
    
         
            +
                      "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
      
 2782 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 2783 
     | 
    
         
            +
                      "name": "RequestId",
         
     | 
| 
      
 2784 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 2785 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2786 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2787 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 2788 
     | 
    
         
            +
                },
         
     | 
| 
       2687 
2789 
     | 
    
         
             
                "DeleteCloudNativeAPIGatewayCanaryRuleRequest": {
         
     | 
| 
       2688 
2790 
     | 
    
         
             
                  "document": "DeleteCloudNativeAPIGatewayCanaryRule请求参数结构体",
         
     | 
| 
       2689 
2791 
     | 
    
         
             
                  "members": [
         
     | 
| 
         @@ -7553,6 +7655,51 @@ 
     | 
|
| 
       7553 
7655 
     | 
    
         
             
                  ],
         
     | 
| 
       7554 
7656 
     | 
    
         
             
                  "usage": "both"
         
     | 
| 
       7555 
7657 
     | 
    
         
             
                },
         
     | 
| 
      
 7658 
     | 
    
         
            +
                "OpenWafProtectionRequest": {
         
     | 
| 
      
 7659 
     | 
    
         
            +
                  "document": "OpenWafProtection请求参数结构体",
         
     | 
| 
      
 7660 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 7661 
     | 
    
         
            +
                    {
         
     | 
| 
      
 7662 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 7663 
     | 
    
         
            +
                      "document": "网关ID",
         
     | 
| 
      
 7664 
     | 
    
         
            +
                      "example": "gateway-962b7d7c",
         
     | 
| 
      
 7665 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 7666 
     | 
    
         
            +
                      "name": "GatewayId",
         
     | 
| 
      
 7667 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 7668 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 7669 
     | 
    
         
            +
                    },
         
     | 
| 
      
 7670 
     | 
    
         
            +
                    {
         
     | 
| 
      
 7671 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 7672 
     | 
    
         
            +
                      "document": " 防护资源的类型。\n- Global  实例\n- Service  服务\n- Route  路由\n- Object  对象(接口暂不支持)",
         
     | 
| 
      
 7673 
     | 
    
         
            +
                      "example": "Global",
         
     | 
| 
      
 7674 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 7675 
     | 
    
         
            +
                      "name": "Type",
         
     | 
| 
      
 7676 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 7677 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 7678 
     | 
    
         
            +
                    },
         
     | 
| 
      
 7679 
     | 
    
         
            +
                    {
         
     | 
| 
      
 7680 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 7681 
     | 
    
         
            +
                      "document": "当资源类型 Type 是 Service 或 Route 的时候,传入的服务或路由的列表",
         
     | 
| 
      
 7682 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 7683 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 7684 
     | 
    
         
            +
                      "name": "List",
         
     | 
| 
      
 7685 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 7686 
     | 
    
         
            +
                      "type": "list"
         
     | 
| 
      
 7687 
     | 
    
         
            +
                    }
         
     | 
| 
      
 7688 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 7689 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 7690 
     | 
    
         
            +
                },
         
     | 
| 
      
 7691 
     | 
    
         
            +
                "OpenWafProtectionResponse": {
         
     | 
| 
      
 7692 
     | 
    
         
            +
                  "document": "OpenWafProtection返回参数结构体",
         
     | 
| 
      
 7693 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 7694 
     | 
    
         
            +
                    {
         
     | 
| 
      
 7695 
     | 
    
         
            +
                      "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
      
 7696 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 7697 
     | 
    
         
            +
                      "name": "RequestId",
         
     | 
| 
      
 7698 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 7699 
     | 
    
         
            +
                    }
         
     | 
| 
      
 7700 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 7701 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 7702 
     | 
    
         
            +
                },
         
     | 
| 
       7556 
7703 
     | 
    
         
             
                "PolarisCLSTopicInfo": {
         
     | 
| 
       7557 
7704 
     | 
    
         
             
                  "document": "北极星日志主题信息",
         
     | 
| 
       7558 
7705 
     | 
    
         
             
                  "members": [
         
     | 
| 
         @@ -1,5 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "actions": {
         
     | 
| 
      
 3 
     | 
    
         
            +
                "CloseWafProtection": [
         
     | 
| 
      
 4 
     | 
    
         
            +
                  {
         
     | 
| 
      
 5 
     | 
    
         
            +
                    "document": "关闭 WAF 防护",
         
     | 
| 
      
 6 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CloseWafProtection\n<公共请求参数>\n\n{\n    \"GatewayId\": \"gateway-0f7c158e\",\n    \"Type\": \"Global\"\n}",
         
     | 
| 
      
 7 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"741e4e82-371d-48de-a843-867c69ff114d\"\n    }\n}",
         
     | 
| 
      
 8 
     | 
    
         
            +
                    "title": "关闭 WAF 防护"
         
     | 
| 
      
 9 
     | 
    
         
            +
                  }
         
     | 
| 
      
 10 
     | 
    
         
            +
                ],
         
     | 
| 
       3 
11 
     | 
    
         
             
                "CreateCloudNativeAPIGateway": [
         
     | 
| 
       4 
12 
     | 
    
         
             
                  {
         
     | 
| 
       5 
13 
     | 
    
         
             
                    "document": "创建云原生API网关实例",
         
     | 
| 
         @@ -72,6 +80,14 @@ 
     | 
|
| 
       72 
80 
     | 
    
         
             
                    "title": "创建云原生网关引擎分组"
         
     | 
| 
       73 
81 
     | 
    
         
             
                  }
         
     | 
| 
       74 
82 
     | 
    
         
             
                ],
         
     | 
| 
      
 83 
     | 
    
         
            +
                "CreateWafDomains": [
         
     | 
| 
      
 84 
     | 
    
         
            +
                  {
         
     | 
| 
      
 85 
     | 
    
         
            +
                    "document": "新建 WAF 防护域名",
         
     | 
| 
      
 86 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateWafDomains\n<公共请求参数>\n\n{\n    \"GatewayId\": \"gateway-0f7c158e\",\n    \"Domains\": [\n        \"example.com\"\n    ]\n}",
         
     | 
| 
      
 87 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"741e4e82-371d-48de-a843-867c69ff114d\"\n    }\n}",
         
     | 
| 
      
 88 
     | 
    
         
            +
                    "title": "新建 WAF 防护域名"
         
     | 
| 
      
 89 
     | 
    
         
            +
                  }
         
     | 
| 
      
 90 
     | 
    
         
            +
                ],
         
     | 
| 
       75 
91 
     | 
    
         
             
                "DeleteCloudNativeAPIGateway": [
         
     | 
| 
       76 
92 
     | 
    
         
             
                  {
         
     | 
| 
       77 
93 
     | 
    
         
             
                    "document": "",
         
     | 
| 
         @@ -392,6 +408,14 @@ 
     | 
|
| 
       392 
408 
     | 
    
         
             
                    "title": "将上游节点置为健康"
         
     | 
| 
       393 
409 
     | 
    
         
             
                  }
         
     | 
| 
       394 
410 
     | 
    
         
             
                ],
         
     | 
| 
      
 411 
     | 
    
         
            +
                "OpenWafProtection": [
         
     | 
| 
      
 412 
     | 
    
         
            +
                  {
         
     | 
| 
      
 413 
     | 
    
         
            +
                    "document": "开启 WAF 防护",
         
     | 
| 
      
 414 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OpenWafProtection\n<公共请求参数>\n\n{\n    \"GatewayId\": \"gateway-0f7c158e\",\n    \"Type\": \"Global\"\n}",
         
     | 
| 
      
 415 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"741e4e82-371d-48de-a843-867c69ff114d\"\n    }\n}",
         
     | 
| 
      
 416 
     | 
    
         
            +
                    "title": "开启 WAF 防护"
         
     | 
| 
      
 417 
     | 
    
         
            +
                  }
         
     | 
| 
      
 418 
     | 
    
         
            +
                ],
         
     | 
| 
       395 
419 
     | 
    
         
             
                "UpdateCloudNativeAPIGatewayCertificateInfo": [
         
     | 
| 
       396 
420 
     | 
    
         
             
                  {
         
     | 
| 
       397 
421 
     | 
    
         
             
                    "document": "修改云原生网关证书信息",
         
     |