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
 
| 
         @@ -267,21 +267,21 @@ 
     | 
|
| 
       267 
267 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       268 
268 
     | 
    
         
             
                },
         
     | 
| 
       269 
269 
     | 
    
         
             
                "DescribeOverviewL7Data": {
         
     | 
| 
       270 
     | 
    
         
            -
                  "document": "本接口(DescribeOverviewL7Data 
     | 
| 
      
 270 
     | 
    
         
            +
                  "document": "本接口(DescribeOverviewL7Data)用于查询七层监控类时序流量数据。此接口待废弃,请使用 <a href=\"https://cloud.tencent.com/document/product/1552/80648\">DescribeTimingL7AnalysisData</a> 接口。",
         
     | 
| 
       271 
271 
     | 
    
         
             
                  "input": "DescribeOverviewL7DataRequest",
         
     | 
| 
       272 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 272 
     | 
    
         
            +
                  "name": "查询监控流量时序数据(待废弃)",
         
     | 
| 
       273 
273 
     | 
    
         
             
                  "output": "DescribeOverviewL7DataResponse",
         
     | 
| 
       274 
274 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       275 
275 
     | 
    
         
             
                },
         
     | 
| 
       276 
276 
     | 
    
         
             
                "DescribePrefetchTasks": {
         
     | 
| 
       277 
     | 
    
         
            -
                  "document": " 
     | 
| 
      
 277 
     | 
    
         
            +
                  "document": "DescribePrefetchTasks 用于查询预热任务提交历史记录及执行进度,通过 CreatePrefetchTasks 接口提交的任务可通过此接口进行查询。",
         
     | 
| 
       278 
278 
     | 
    
         
             
                  "input": "DescribePrefetchTasksRequest",
         
     | 
| 
       279 
279 
     | 
    
         
             
                  "name": "查询预热任务状态",
         
     | 
| 
       280 
280 
     | 
    
         
             
                  "output": "DescribePrefetchTasksResponse",
         
     | 
| 
       281 
281 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       282 
282 
     | 
    
         
             
                },
         
     | 
| 
       283 
283 
     | 
    
         
             
                "DescribePurgeTasks": {
         
     | 
| 
       284 
     | 
    
         
            -
                  "document": " 
     | 
| 
      
 284 
     | 
    
         
            +
                  "document": "DescribePurgeTasks 用于查询提交的 URL 刷新、目录刷新记录及执行进度,通过 CreatePurgeTasks 接口提交的任务均可通过此接口进行查询。",
         
     | 
| 
       285 
285 
     | 
    
         
             
                  "input": "DescribePurgeTasksRequest",
         
     | 
| 
       286 
286 
     | 
    
         
             
                  "name": "查询清除缓存历史记录",
         
     | 
| 
       287 
287 
     | 
    
         
             
                  "output": "DescribePurgeTasksResponse",
         
     | 
| 
         @@ -5329,8 +5329,8 @@ 
     | 
|
| 
       5329 
5329 
     | 
    
         
             
                    },
         
     | 
| 
       5330 
5330 
     | 
    
         
             
                    {
         
     | 
| 
       5331 
5331 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5332 
     | 
    
         
            -
                      "document": " 
     | 
| 
       5333 
     | 
    
         
            -
                      "example": "[\" 
     | 
| 
      
 5332 
     | 
    
         
            +
                      "document": "站点 ID 集合,此参数必填。",
         
     | 
| 
      
 5333 
     | 
    
         
            +
                      "example": "[\"zone-2mzegj4vln5f\"]",
         
     | 
| 
       5334 
5334 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5335 
5335 
     | 
    
         
             
                      "name": "ZoneIds",
         
     | 
| 
       5336 
5336 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -5338,7 +5338,7 @@ 
     | 
|
| 
       5338 
5338 
     | 
    
         
             
                    },
         
     | 
| 
       5339 
5339 
     | 
    
         
             
                    {
         
     | 
| 
       5340 
5340 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5341 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 5341 
     | 
    
         
            +
                      "document": "查询的域名集合,此参数已经废弃。",
         
     | 
| 
       5342 
5342 
     | 
    
         
             
                      "example": "[\"www.baidu.com\",\"www.google.com\"]",
         
     | 
| 
       5343 
5343 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5344 
5344 
     | 
    
         
             
                      "name": "Domains",
         
     | 
| 
         @@ -5365,7 +5365,7 @@ 
     | 
|
| 
       5365 
5365 
     | 
    
         
             
                    },
         
     | 
| 
       5366 
5366 
     | 
    
         
             
                    {
         
     | 
| 
       5367 
5367 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5368 
     | 
    
         
            -
                      "document": "过滤条件,详细的过滤条件Key值如下:\n<li>socket<br>   按照【<strong>HTTP协议类型</strong>】进行过滤。<br>   对应的Value可选项如下:<br>   HTTP:HTTP 协议;<br>   HTTPS:HTTPS协议;<br>   QUIC:QUIC协议。</li>\n<li>tagKey<br>   按照【<strong>标签Key</strong>】进行过滤。</li>\n<li>tagValue<br>   按照【<strong>标签Value</strong>】进行过滤。</li>",
         
     | 
| 
      
 5368 
     | 
    
         
            +
                      "document": "过滤条件,详细的过滤条件Key值如下:\n<li>socket<br>   按照【<strong>HTTP协议类型</strong>】进行过滤。<br>   对应的Value可选项如下:<br>   HTTP:HTTP 协议;<br>   HTTPS:HTTPS协议;<br>   QUIC:QUIC协议。</li>\n<li>domain<br>   按照【<strong>域名</strong>】进行过滤。</li>\n<li>tagKey<br>   按照【<strong>标签Key</strong>】进行过滤。</li>\n<li>tagValue<br>   按照【<strong>标签Value</strong>】进行过滤。</li>",
         
     | 
| 
       5369 
5369 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       5370 
5370 
     | 
    
         
             
                      "member": "QueryCondition",
         
     | 
| 
       5371 
5371 
     | 
    
         
             
                      "name": "Filters",
         
     | 
| 
         @@ -5375,7 +5375,7 @@ 
     | 
|
| 
       5375 
5375 
     | 
    
         
             
                    {
         
     | 
| 
       5376 
5376 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5377 
5377 
     | 
    
         
             
                      "document": "数据归属地区,取值有:\n<li>overseas:全球(除中国大陆地区)数据;</li>\n<li>mainland:中国大陆地区数据;</li>\n<li>global:全球数据。</li>不填默认取值为global。",
         
     | 
| 
       5378 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 5378 
     | 
    
         
            +
                      "example": "mainland",
         
     | 
| 
       5379 
5379 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5380 
5380 
     | 
    
         
             
                      "name": "Area",
         
     | 
| 
       5381 
5381 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -5393,6 +5393,7 @@ 
     | 
|
| 
       5393 
5393 
     | 
    
         
             
                      "example": "10",
         
     | 
| 
       5394 
5394 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       5395 
5395 
     | 
    
         
             
                      "name": "TotalCount",
         
     | 
| 
      
 5396 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       5396 
5397 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       5397 
5398 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       5398 
5399 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -5402,6 +5403,7 @@ 
     | 
|
| 
       5402 
5403 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       5403 
5404 
     | 
    
         
             
                      "member": "TimingDataRecord",
         
     | 
| 
       5404 
5405 
     | 
    
         
             
                      "name": "Data",
         
     | 
| 
      
 5406 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       5405 
5407 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       5406 
5408 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       5407 
5409 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -5417,6 +5419,15 @@ 
     | 
|
| 
       5417 
5419 
     | 
    
         
             
                "DescribePrefetchTasksRequest": {
         
     | 
| 
       5418 
5420 
     | 
    
         
             
                  "document": "DescribePrefetchTasks请求参数结构体",
         
     | 
| 
       5419 
5421 
     | 
    
         
             
                  "members": [
         
     | 
| 
      
 5422 
     | 
    
         
            +
                    {
         
     | 
| 
      
 5423 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 5424 
     | 
    
         
            +
                      "document": "站点ID。\n必填参数。",
         
     | 
| 
      
 5425 
     | 
    
         
            +
                      "example": "zone-xxx",
         
     | 
| 
      
 5426 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 5427 
     | 
    
         
            +
                      "name": "ZoneId",
         
     | 
| 
      
 5428 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 5429 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 5430 
     | 
    
         
            +
                    },
         
     | 
| 
       5420 
5431 
     | 
    
         
             
                    {
         
     | 
| 
       5421 
5432 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5422 
5433 
     | 
    
         
             
                      "document": "查询起始时间。",
         
     | 
| 
         @@ -5455,7 +5466,7 @@ 
     | 
|
| 
       5455 
5466 
     | 
    
         
             
                    },
         
     | 
| 
       5456 
5467 
     | 
    
         
             
                    {
         
     | 
| 
       5457 
5468 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5458 
     | 
    
         
            -
                      "document": "过滤条件,Filters.Values的上限为20 
     | 
| 
      
 5469 
     | 
    
         
            +
                      "document": "过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>job-id<br>   按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>target<br>   按照【<strong>目标资源信息</strong>】进行过滤。target形如:http://www.qq.com/1.txt,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>domains<br>   按照【<strong>域名</strong>】进行过滤。domains形如:www.qq.com。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>statuses<br>   按照【<strong>任务状态</strong>】进行过滤。<br>   必选:否<br>   模糊查询:不支持。<br>   可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时</li>",
         
     | 
| 
       5459 
5470 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       5460 
5471 
     | 
    
         
             
                      "member": "AdvancedFilter",
         
     | 
| 
       5461 
5472 
     | 
    
         
             
                      "name": "Filters",
         
     | 
| 
         @@ -5474,7 +5485,7 @@ 
     | 
|
| 
       5474 
5485 
     | 
    
         
             
                      "example": "100",
         
     | 
| 
       5475 
5486 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       5476 
5487 
     | 
    
         
             
                      "name": "TotalCount",
         
     | 
| 
       5477 
     | 
    
         
            -
                      " 
     | 
| 
      
 5488 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       5478 
5489 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       5479 
5490 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       5480 
5491 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -5484,7 +5495,7 @@ 
     | 
|
| 
       5484 
5495 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       5485 
5496 
     | 
    
         
             
                      "member": "Task",
         
     | 
| 
       5486 
5497 
     | 
    
         
             
                      "name": "Tasks",
         
     | 
| 
       5487 
     | 
    
         
            -
                      " 
     | 
| 
      
 5498 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       5488 
5499 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       5489 
5500 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       5490 
5501 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -5502,8 +5513,8 @@ 
     | 
|
| 
       5502 
5513 
     | 
    
         
             
                  "members": [
         
     | 
| 
       5503 
5514 
     | 
    
         
             
                    {
         
     | 
| 
       5504 
5515 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5505 
     | 
    
         
            -
                      "document": " 
     | 
| 
       5506 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 5516 
     | 
    
         
            +
                      "document": "站点ID。\n必填参数。",
         
     | 
| 
      
 5517 
     | 
    
         
            +
                      "example": "zone-xxxxxx",
         
     | 
| 
       5507 
5518 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5508 
5519 
     | 
    
         
             
                      "name": "ZoneId",
         
     | 
| 
       5509 
5520 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -5547,7 +5558,7 @@ 
     | 
|
| 
       5547 
5558 
     | 
    
         
             
                    },
         
     | 
| 
       5548 
5559 
     | 
    
         
             
                    {
         
     | 
| 
       5549 
5560 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5550 
     | 
    
         
            -
                      "document": "过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li> 
     | 
| 
      
 5561 
     | 
    
         
            +
                      "document": "过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>job-id<br>   按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br>   类型:String<br>   必选:否<br>   模糊查询:不支持</li><li>target<br>   按照【<strong>目标资源信息</strong>】进行过滤,target形如:http://www.qq.com/1.txt或者tag1,暂不支持多值<br>   类型:String<br>   必选:否<br>   模糊查询:不支持</li><li>domains<br>   按照【<strong>域名</strong>】进行过滤,domains形如:www.qq.com<br>   类型:String<br>   必选:否<br>   模糊查询:不支持。</li><li>statuses<br>   按照【<strong>任务状态</strong>】进行过滤<br>   必选:否<br>   模糊查询:不支持。<br>   可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时</li><li>type<br>   按照【<strong>清除缓存类型</strong>】进行过滤,暂不支持多值。<br>   类型:String<br>   必选:否<br>   模糊查询:不支持<br>   可选项:<br>   purge_url:URL<br>   purge_prefix:前缀<br>   purge_all:全部缓存内容<br>   purge_host:Hostname<br>   purge_cache_tag:CacheTag</li>",
         
     | 
| 
       5551 
5562 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       5552 
5563 
     | 
    
         
             
                      "member": "AdvancedFilter",
         
     | 
| 
       5553 
5564 
     | 
    
         
             
                      "name": "Filters",
         
     | 
| 
         @@ -5566,7 +5577,7 @@ 
     | 
|
| 
       5566 
5577 
     | 
    
         
             
                      "example": "100",
         
     | 
| 
       5567 
5578 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       5568 
5579 
     | 
    
         
             
                      "name": "TotalCount",
         
     | 
| 
       5569 
     | 
    
         
            -
                      " 
     | 
| 
      
 5580 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       5570 
5581 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       5571 
5582 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       5572 
5583 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -5576,7 +5587,7 @@ 
     | 
|
| 
       5576 
5587 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       5577 
5588 
     | 
    
         
             
                      "member": "Task",
         
     | 
| 
       5578 
5589 
     | 
    
         
             
                      "name": "Tasks",
         
     | 
| 
       5579 
     | 
    
         
            -
                      " 
     | 
| 
      
 5590 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       5580 
5591 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       5581 
5592 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       5582 
5593 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -5741,7 +5752,7 @@ 
     | 
|
| 
       5741 
5752 
     | 
    
         
             
                    },
         
     | 
| 
       5742 
5753 
     | 
    
         
             
                    {
         
     | 
| 
       5743 
5754 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5744 
     | 
    
         
            -
                      "document": "查询指标,取值有:\n<li>l4Flow_connections: 访问连接数;</li>\n<li>l4Flow_flux: 访问总流量;</li>\n<li>l4Flow_inFlux: 访问入流量;</li>\n<li>l4Flow_outFlux:  
     | 
| 
      
 5755 
     | 
    
         
            +
                      "document": "查询指标,取值有:\n<li>l4Flow_connections: 访问连接数;</li>\n<li>l4Flow_flux: 访问总流量;</li>\n<li>l4Flow_inFlux: 访问入流量;</li>\n<li>l4Flow_outFlux: 访问出流量。</li>",
         
     | 
| 
       5745 
5756 
     | 
    
         
             
                      "example": "[\"l4Flow_connections\"]",
         
     | 
| 
       5746 
5757 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5747 
5758 
     | 
    
         
             
                      "name": "MetricNames",
         
     | 
| 
         @@ -5750,7 +5761,7 @@ 
     | 
|
| 
       5750 
5761 
     | 
    
         
             
                    },
         
     | 
| 
       5751 
5762 
     | 
    
         
             
                    {
         
     | 
| 
       5752 
5763 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5753 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 5764 
     | 
    
         
            +
                      "document": "站点 ID 集合,此参数必填。",
         
     | 
| 
       5754 
5765 
     | 
    
         
             
                      "example": "[\"zoneId1\",\"zoneId2\"]",
         
     | 
| 
       5755 
5766 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5756 
5767 
     | 
    
         
             
                      "name": "ZoneIds",
         
     | 
| 
         @@ -5805,7 +5816,7 @@ 
     | 
|
| 
       5805 
5816 
     | 
    
         
             
                      "example": "10",
         
     | 
| 
       5806 
5817 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       5807 
5818 
     | 
    
         
             
                      "name": "TotalCount",
         
     | 
| 
       5808 
     | 
    
         
            -
                      " 
     | 
| 
      
 5819 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       5809 
5820 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       5810 
5821 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       5811 
5822 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -5815,7 +5826,7 @@ 
     | 
|
| 
       5815 
5826 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       5816 
5827 
     | 
    
         
             
                      "member": "TimingDataRecord",
         
     | 
| 
       5817 
5828 
     | 
    
         
             
                      "name": "Data",
         
     | 
| 
       5818 
     | 
    
         
            -
                      " 
     | 
| 
      
 5829 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       5819 
5830 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       5820 
5831 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       5821 
5832 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -5851,7 +5862,7 @@ 
     | 
|
| 
       5851 
5862 
     | 
    
         
             
                    },
         
     | 
| 
       5852 
5863 
     | 
    
         
             
                    {
         
     | 
| 
       5853 
5864 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5854 
     | 
    
         
            -
                      "document": "指标列表,取值有:\n<li>l7Flow_outFlux: Edgeone响应流量;</li>\n<li>l7Flow_inFlux: Edgeone请求流量;</li>\n<li>l7Flow_outBandwidth: Edgeone响应带宽;</li>\n<li>l7Flow_inBandwidth:Edgeone请求带宽;</li>\n<li>l7Flow_request: 访问请求数;</li>\n<li>l7Flow_flux: 访问请求上行+下行流量;</li>\n<li>l7Flow_bandwidth:访问请求上行+下行带宽。</li>",
         
     | 
| 
      
 5865 
     | 
    
         
            +
                      "document": "指标列表,取值有:\n<li>l7Flow_outFlux: Edgeone 响应流量;</li>\n<li>l7Flow_inFlux: Edgeone 请求流量;</li>\n<li>l7Flow_outBandwidth: Edgeone 响应带宽;</li>\n<li>l7Flow_inBandwidth:Edgeone 请求带宽;</li>\n<li>l7Flow_request: 访问请求数;</li>\n<li>l7Flow_flux: 访问请求上行+下行流量;</li>\n<li>l7Flow_bandwidth:访问请求上行+下行带宽。</li>",
         
     | 
| 
       5855 
5866 
     | 
    
         
             
                      "example": "l7Flow_flow",
         
     | 
| 
       5856 
5867 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5857 
5868 
     | 
    
         
             
                      "name": "MetricNames",
         
     | 
| 
         @@ -5860,8 +5871,8 @@ 
     | 
|
| 
       5860 
5871 
     | 
    
         
             
                    },
         
     | 
| 
       5861 
5872 
     | 
    
         
             
                    {
         
     | 
| 
       5862 
5873 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5863 
     | 
    
         
            -
                      "document": " 
     | 
| 
       5864 
     | 
    
         
            -
                      "example": "[\" 
     | 
| 
      
 5874 
     | 
    
         
            +
                      "document": "站点 ID 集合, 此参数必填。",
         
     | 
| 
      
 5875 
     | 
    
         
            +
                      "example": "[\"zone-2ju9lrnpaxol\"]",
         
     | 
| 
       5865 
5876 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5866 
5877 
     | 
    
         
             
                      "name": "ZoneIds",
         
     | 
| 
       5867 
5878 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -5961,8 +5972,8 @@ 
     | 
|
| 
       5961 
5972 
     | 
    
         
             
                    },
         
     | 
| 
       5962 
5973 
     | 
    
         
             
                    {
         
     | 
| 
       5963 
5974 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5964 
     | 
    
         
            -
                      "document": " 
     | 
| 
       5965 
     | 
    
         
            -
                      "example": "[\" 
     | 
| 
      
 5975 
     | 
    
         
            +
                      "document": "站点 ID 集合,此参数必填。",
         
     | 
| 
      
 5976 
     | 
    
         
            +
                      "example": "[\"zone-2mzegj4vln5f\"]",
         
     | 
| 
       5966 
5977 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5967 
5978 
     | 
    
         
             
                      "name": "ZoneIds",
         
     | 
| 
       5968 
5979 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -6007,7 +6018,7 @@ 
     | 
|
| 
       6007 
6018 
     | 
    
         
             
                      "example": "10",
         
     | 
| 
       6008 
6019 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       6009 
6020 
     | 
    
         
             
                      "name": "TotalCount",
         
     | 
| 
       6010 
     | 
    
         
            -
                      " 
     | 
| 
      
 6021 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6011 
6022 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       6012 
6023 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       6013 
6024 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6017,7 +6028,7 @@ 
     | 
|
| 
       6017 
6028 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       6018 
6029 
     | 
    
         
             
                      "member": "TimingDataRecord",
         
     | 
| 
       6019 
6030 
     | 
    
         
             
                      "name": "Data",
         
     | 
| 
       6020 
     | 
    
         
            -
                      " 
     | 
| 
      
 6031 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6021 
6032 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       6022 
6033 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       6023 
6034 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6062,8 +6073,8 @@ 
     | 
|
| 
       6062 
6073 
     | 
    
         
             
                    },
         
     | 
| 
       6063 
6074 
     | 
    
         
             
                    {
         
     | 
| 
       6064 
6075 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       6065 
     | 
    
         
            -
                      "document": " 
     | 
| 
       6066 
     | 
    
         
            -
                      "example": "[\" 
     | 
| 
      
 6076 
     | 
    
         
            +
                      "document": "站点 ID 集合,此参数必填。",
         
     | 
| 
      
 6077 
     | 
    
         
            +
                      "example": "[\"zone-2mzegj4vln5f\"]",
         
     | 
| 
       6067 
6078 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6068 
6079 
     | 
    
         
             
                      "name": "ZoneIds",
         
     | 
| 
       6069 
6080 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -6099,7 +6110,7 @@ 
     | 
|
| 
       6099 
6110 
     | 
    
         
             
                    {
         
     | 
| 
       6100 
6111 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       6101 
6112 
     | 
    
         
             
                      "document": "数据归属地区,取值有:\n<li>overseas:全球(除中国大陆地区)数据;</li>\n<li>mainland:中国大陆地区数据;</li>\n<li>global:全球数据。</li>不填默认取值为global。",
         
     | 
| 
       6102 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 6113 
     | 
    
         
            +
                      "example": "mainland",
         
     | 
| 
       6103 
6114 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6104 
6115 
     | 
    
         
             
                      "name": "Area",
         
     | 
| 
       6105 
6116 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -6172,8 +6183,8 @@ 
     | 
|
| 
       6172 
6183 
     | 
    
         
             
                    },
         
     | 
| 
       6173 
6184 
     | 
    
         
             
                    {
         
     | 
| 
       6174 
6185 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       6175 
     | 
    
         
            -
                      "document": "站点 
     | 
| 
       6176 
     | 
    
         
            -
                      "example": "[\" 
     | 
| 
      
 6186 
     | 
    
         
            +
                      "document": "站点 ID 集合,此参数必填。",
         
     | 
| 
      
 6187 
     | 
    
         
            +
                      "example": "[\"zone-2ju9lrnpaxol\"]",
         
     | 
| 
       6177 
6188 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6178 
6189 
     | 
    
         
             
                      "name": "ZoneIds",
         
     | 
| 
       6179 
6190 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -6209,7 +6220,7 @@ 
     | 
|
| 
       6209 
6220 
     | 
    
         
             
                    {
         
     | 
| 
       6210 
6221 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       6211 
6222 
     | 
    
         
             
                      "document": "数据归属地区,取值有:\n<li>overseas:全球(除中国大陆地区)数据;</li>\n<li>mainland:中国大陆地区数据;</li>\n<li>global:全球数据。</li>不填默认取值为global。",
         
     | 
| 
       6212 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 6223 
     | 
    
         
            +
                      "example": "mainland",
         
     | 
| 
       6213 
6224 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6214 
6225 
     | 
    
         
             
                      "name": "Area",
         
     | 
| 
       6215 
6226 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -6227,7 +6238,7 @@ 
     | 
|
| 
       6227 
6238 
     | 
    
         
             
                      "example": "10",
         
     | 
| 
       6228 
6239 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       6229 
6240 
     | 
    
         
             
                      "name": "TotalCount",
         
     | 
| 
       6230 
     | 
    
         
            -
                      " 
     | 
| 
      
 6241 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6231 
6242 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       6232 
6243 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       6233 
6244 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6237,7 +6248,7 @@ 
     | 
|
| 
       6237 
6248 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       6238 
6249 
     | 
    
         
             
                      "member": "TopDataRecord",
         
     | 
| 
       6239 
6250 
     | 
    
         
             
                      "name": "Data",
         
     | 
| 
       6240 
     | 
    
         
            -
                      " 
     | 
| 
      
 6251 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6241 
6252 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       6242 
6253 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       6243 
6254 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6711,8 +6722,8 @@ 
     | 
|
| 
       6711 
6722 
     | 
    
         
             
                    },
         
     | 
| 
       6712 
6723 
     | 
    
         
             
                    {
         
     | 
| 
       6713 
6724 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       6714 
     | 
    
         
            -
                      "document": " 
     | 
| 
       6715 
     | 
    
         
            -
                      "example": "[\" 
     | 
| 
      
 6725 
     | 
    
         
            +
                      "document": "站点 ID 集合,此参数必填。",
         
     | 
| 
      
 6726 
     | 
    
         
            +
                      "example": "[\"zone-2m6jx63f6k3x\"]",
         
     | 
| 
       6716 
6727 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6717 
6728 
     | 
    
         
             
                      "name": "ZoneIds",
         
     | 
| 
       6718 
6729 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -6803,8 +6814,8 @@ 
     | 
|
| 
       6803 
6814 
     | 
    
         
             
                    },
         
     | 
| 
       6804 
6815 
     | 
    
         
             
                    {
         
     | 
| 
       6805 
6816 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       6806 
     | 
    
         
            -
                      "document": " 
     | 
| 
       6807 
     | 
    
         
            -
                      "example": "[\" 
     | 
| 
      
 6817 
     | 
    
         
            +
                      "document": "站点ID集合,此参数必填。",
         
     | 
| 
      
 6818 
     | 
    
         
            +
                      "example": "[\"zone-2nepupfjtjlf\"]",
         
     | 
| 
       6808 
6819 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6809 
6820 
     | 
    
         
             
                      "name": "ZoneIds",
         
     | 
| 
       6810 
6821 
     | 
    
         
             
                      "required": false,
         
     |