tccli 3.0.1274.1__py2.py3-none-any.whl → 3.0.1276.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/services/__init__.py +0 -9
- tccli/services/ams/v20201229/api.json +82 -0
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/batch/v20170312/api.json +24 -24
- tccli/services/cdwdoris/v20211228/api.json +19 -0
- tccli/services/cfw/v20190904/api.json +6 -6
- tccli/services/clb/v20180317/api.json +32 -4
- tccli/services/cloudstudio/v20230508/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +48 -37
- tccli/services/cynosdb/v20190107/api.json +14 -4
- tccli/services/dlc/v20210125/api.json +17 -15
- tccli/services/dlc/v20210125/examples.json +4 -4
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/emr/v20190103/api.json +24 -24
- tccli/services/es/v20180416/api.json +2 -2
- tccli/services/es/v20180416/examples.json +4 -4
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +403 -322
- tccli/services/ess/v20201111/examples.json +16 -2
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +310 -238
- tccli/services/essbasic/v20210526/examples.json +14 -0
- tccli/services/faceid/v20180301/api.json +3 -3
- tccli/services/lcic/v20220817/api.json +3 -3
- tccli/services/lighthouse/v20200324/api.json +6 -6
- tccli/services/live/v20180801/api.json +371 -380
- tccli/services/lke/lke_client.py +53 -0
- tccli/services/lke/v20231130/api.json +72 -2
- tccli/services/lke/v20231130/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +17 -7
- tccli/services/ocr/v20181119/examples.json +4 -4
- tccli/services/organization/v20210331/api.json +19 -0
- tccli/services/rce/v20201103/api.json +15 -15
- tccli/services/taf/v20200210/api.json +9 -9
- tccli/services/tcbr/v20220217/api.json +18 -0
- tccli/services/teo/v20220901/api.json +2 -2
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +328 -323
- tccli/services/tke/v20180525/examples.json +2 -2
- tccli/services/tke/v20220501/api.json +8 -8
- tccli/services/tse/v20201207/api.json +84 -4
- tccli/services/vm/v20201229/api.json +428 -78
- tccli/services/vm/v20210922/api.json +482 -82
- tccli/services/vpc/v20170312/api.json +2 -2
- tccli/services/weilingwith/v20230427/api.json +20 -20
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/RECORD +51 -63
- tccli/services/lp/__init__.py +0 -4
- tccli/services/lp/lp_client.py +0 -207
- tccli/services/lp/v20200224/api.json +0 -311
- tccli/services/lp/v20200224/examples.json +0 -13
- tccli/services/rkp/__init__.py +0 -4
- tccli/services/rkp/rkp_client.py +0 -313
- tccli/services/rkp/v20191209/api.json +0 -564
- tccli/services/rkp/v20191209/examples.json +0 -29
- tccli/services/rp/__init__.py +0 -4
- tccli/services/rp/rp_client.py +0 -207
- tccli/services/rp/v20200224/api.json +0 -290
- tccli/services/rp/v20200224/examples.json +0 -13
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/license_files/LICENSE +0 -0
| @@ -30,7 +30,7 @@ | |
| 30 30 | 
             
                    {
         | 
| 31 31 | 
             
                      "disabled": false,
         | 
| 32 32 | 
             
                      "document": "用户公网ip(仅支持IPv4)",
         | 
| 33 | 
            -
                      "example": "203 | 
| 33 | 
            +
                      "example": "203.***.***.118",
         | 
| 34 34 | 
             
                      "member": "string",
         | 
| 35 35 | 
             
                      "name": "UserIp",
         | 
| 36 36 | 
             
                      "required": true,
         | 
| @@ -39,7 +39,7 @@ | |
| 39 39 | 
             
                    {
         | 
| 40 40 | 
             
                      "disabled": false,
         | 
| 41 41 | 
             
                      "document": "渠道号",
         | 
| 42 | 
            -
                      "example": " | 
| 42 | 
            +
                      "example": "1",
         | 
| 43 43 | 
             
                      "member": "int64",
         | 
| 44 44 | 
             
                      "name": "Channel",
         | 
| 45 45 | 
             
                      "required": true,
         | 
| @@ -54,7 +54,7 @@ | |
| 54 54 | 
             
                    {
         | 
| 55 55 | 
             
                      "disabled": false,
         | 
| 56 56 | 
             
                      "document": "返回码(0,成功,其他失败)",
         | 
| 57 | 
            -
                      "example": " | 
| 57 | 
            +
                      "example": "0",
         | 
| 58 58 | 
             
                      "member": "int64",
         | 
| 59 59 | 
             
                      "name": "Code",
         | 
| 60 60 | 
             
                      "output_required": true,
         | 
| @@ -63,18 +63,18 @@ | |
| 63 63 | 
             
                    },
         | 
| 64 64 | 
             
                    {
         | 
| 65 65 | 
             
                      "disabled": false,
         | 
| 66 | 
            -
                      "document": " | 
| 67 | 
            -
                      "example": " | 
| 66 | 
            +
                      "document": "返回码对应的信息",
         | 
| 67 | 
            +
                      "example": "OK",
         | 
| 68 68 | 
             
                      "member": "string",
         | 
| 69 69 | 
             
                      "name": "Message",
         | 
| 70 70 | 
             
                      "output_required": false,
         | 
| 71 71 | 
             
                      "type": "string",
         | 
| 72 | 
            -
                      "value_allowed_null":  | 
| 72 | 
            +
                      "value_allowed_null": false
         | 
| 73 73 | 
             
                    },
         | 
| 74 74 | 
             
                    {
         | 
| 75 75 | 
             
                      "disabled": false,
         | 
| 76 76 | 
             
                      "document": "结果\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 77 | 
            -
                      "example": " | 
| 77 | 
            +
                      "example": "{\"Level\":0,\"UserIp\":\"150.***.***.175\"}",
         | 
| 78 78 | 
             
                      "member": "ManagePortraitRiskValueOutput",
         | 
| 79 79 | 
             
                      "name": "Value",
         | 
| 80 80 | 
             
                      "output_required": false,
         | 
| @@ -127,7 +127,7 @@ | |
| 127 127 | 
             
                    {
         | 
| 128 128 | 
             
                      "disabled": false,
         | 
| 129 129 | 
             
                      "document": "对应的IP",
         | 
| 130 | 
            -
                      "example": " | 
| 130 | 
            +
                      "example": "150.***.***.175",
         | 
| 131 131 | 
             
                      "member": "string",
         | 
| 132 132 | 
             
                      "name": "UserIp",
         | 
| 133 133 | 
             
                      "output_required": true,
         | 
| @@ -137,7 +137,7 @@ | |
| 137 137 | 
             
                    {
         | 
| 138 138 | 
             
                      "disabled": false,
         | 
| 139 139 | 
             
                      "document": "返回风险等级, 0 - 4,0代表无风险,数值越大,风险越高",
         | 
| 140 | 
            -
                      "example": " | 
| 140 | 
            +
                      "example": "0",
         | 
| 141 141 | 
             
                      "member": "int64",
         | 
| 142 142 | 
             
                      "name": "Level",
         | 
| 143 143 | 
             
                      "output_required": true,
         | 
| @@ -641,6 +641,24 @@ | |
| 641 641 | 
             
                      "name": "PageNum",
         | 
| 642 642 | 
             
                      "required": false,
         | 
| 643 643 | 
             
                      "type": "int"
         | 
| 644 | 
            +
                    },
         | 
| 645 | 
            +
                    {
         | 
| 646 | 
            +
                      "disabled": false,
         | 
| 647 | 
            +
                      "document": "服务名",
         | 
| 648 | 
            +
                      "example": "server-name",
         | 
| 649 | 
            +
                      "member": "string",
         | 
| 650 | 
            +
                      "name": "ServerName",
         | 
| 651 | 
            +
                      "required": false,
         | 
| 652 | 
            +
                      "type": "string"
         | 
| 653 | 
            +
                    },
         | 
| 654 | 
            +
                    {
         | 
| 655 | 
            +
                      "disabled": false,
         | 
| 656 | 
            +
                      "document": "服务类型:function | container",
         | 
| 657 | 
            +
                      "example": "function",
         | 
| 658 | 
            +
                      "member": "string",
         | 
| 659 | 
            +
                      "name": "ServerType",
         | 
| 660 | 
            +
                      "required": false,
         | 
| 661 | 
            +
                      "type": "string"
         | 
| 644 662 | 
             
                    }
         | 
| 645 663 | 
             
                  ],
         | 
| 646 664 | 
             
                  "type": "object"
         | 
| @@ -7820,7 +7820,7 @@ | |
| 7820 7820 | 
             
                    },
         | 
| 7821 7821 | 
             
                    {
         | 
| 7822 7822 | 
             
                      "disabled": false,
         | 
| 7823 | 
            -
                      "document": "指标列表,取值有:\n<li>acc_flux: 内容加速流量,单位为 Byte;</li>\n<li>smt_flux: 智能加速流量,单位为 Byte;</li>\n<li>l4_flux: 四层加速流量,单位为 Byte;</li>\n<li>sec_flux: 独立防护流量,单位为 Byte;</li>\n<li>zxctg_flux: 中国大陆网络优化流量,单位为 Byte;</li>\n<li>acc_bandwidth: 内容加速带宽,单位为 bps;</li>\n<li>smt_bandwidth: 智能加速带宽,单位为 bps;</li>\n<li>l4_bandwidth: 四层加速带宽,单位为 bps;</li>\n<li>sec_bandwidth: 独立防护带宽,单位为 bps;</li>\n<li>zxctg_bandwidth: 中国大陆网络优化带宽,单位为 bps;</li>\n<li>sec_request_clean: HTTP/HTTPS 请求,单位为次;</li>\n<li>smt_request_clean: 智能加速请求,单位为次;</li>\n<li>quic_request: QUIC 请求,单位为次;</li>\n<li>bot_request_clean: Bot 请求,单位为次;</li>\n<li>cls_count: 实时日志推送条数,单位为条;</li>\n<li>ddos_bandwidth: 弹性 DDoS 防护带宽,单位为 bps | 
| 7823 | 
            +
                      "document": "指标列表,取值有:\n<li>acc_flux: 内容加速流量,单位为 Byte;</li>\n<li>smt_flux: 智能加速流量,单位为 Byte;</li>\n<li>l4_flux: 四层加速流量,单位为 Byte;</li>\n<li>sec_flux: 独立防护流量,单位为 Byte;</li>\n<li>zxctg_flux: 中国大陆网络优化流量,单位为 Byte;</li>\n<li>acc_bandwidth: 内容加速带宽,单位为 bps;</li>\n<li>smt_bandwidth: 智能加速带宽,单位为 bps;</li>\n<li>l4_bandwidth: 四层加速带宽,单位为 bps;</li>\n<li>sec_bandwidth: 独立防护带宽,单位为 bps;</li>\n<li>zxctg_bandwidth: 中国大陆网络优化带宽,单位为 bps;</li>\n<li>sec_request_clean: HTTP/HTTPS 请求,单位为次;</li>\n<li>smt_request_clean: 智能加速请求,单位为次;</li>\n<li>quic_request: QUIC 请求,单位为次;</li>\n<li>bot_request_clean: Bot 请求,单位为次;</li>\n<li>cls_count: 实时日志推送条数,单位为条;</li>\n<li>ddos_bandwidth: 弹性 DDoS 防护带宽,单位为 bps;</li>\n<li>total_transcode:所有规格音频,视频即时转码,转封装时长,单位为秒;</li>\n<li>remux:转封装时长,单位为秒;</li>\n<li>transcode_audio:音频转码时长,单位为秒;</li>\n<li>transcode_H264_SD:H.264 编码方式的标清视频(短边 <= 480 px)时长,单位为秒;</li>\n<li>transcode_H264_HD:H.264 编码方式的高清视频(短边 <= 720 px)时长,单位为秒;</li>\n<li>transcode_H264_FHD:H.264 编码方式的全高清视频(短边 <= 1080 px)时长,单位为秒;</li>\n<li>transcode_H264_2K:H.264 编码方式的 2K 视频(短边 <= 1440 px)时长,单位为秒。</li>",
         | 
| 7824 7824 | 
             
                      "example": "acc_flux",
         | 
| 7825 7825 | 
             
                      "member": "string",
         | 
| 7826 7826 | 
             
                      "name": "MetricName",
         | 
| @@ -11020,7 +11020,7 @@ | |
| 11020 11020 | 
             
                    },
         | 
| 11021 11021 | 
             
                    {
         | 
| 11022 11022 | 
             
                      "disabled": false,
         | 
| 11023 | 
            -
                      "document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 appid 下有权限的所有站点信息。详细的过滤条件如下:\n<li>zone-name:按照站点名称进行过滤;</li><li>zone-id:按照站点 ID进行过滤。站点 ID 形如:zone-2noz78a8ev6k;</li><li>status:按照站点状态进行过滤;</li><li>tag-key:按照标签键进行过滤;</li><li>tag-value: 按照标签值进行过滤。</li | 
| 11023 | 
            +
                      "document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 appid 下有权限的所有站点信息。详细的过滤条件如下:\n<li>zone-name:按照站点名称进行过滤;</li><li>zone-id:按照站点 ID进行过滤。站点 ID 形如:zone-2noz78a8ev6k;</li><li>status:按照站点状态进行过滤;</li><li>tag-key:按照标签键进行过滤;</li><li>tag-value: 按照标签值进行过滤。</li><li>alias-zone-name: 按照同名站点标识进行过滤。</li>模糊查询时支持过滤字段名为 zone-name 或 alias-zone-name。",
         | 
| 11024 11024 | 
             
                      "example": "无",
         | 
| 11025 11025 | 
             
                      "member": "AdvancedFilter",
         | 
| 11026 11026 | 
             
                      "name": "Filters",
         | 
| @@ -938,7 +938,7 @@ | |
| 938 938 | 
             
                  {
         | 
| 939 939 | 
             
                    "document": "查询特定 HTTP 协议版本(HTTP/1.0、HTTP/1.1)下的 Top URL Path 流量数据。",
         | 
| 940 940 | 
             
                    "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTopL7AnalysisData\n<公共请求参数>\n\n{\n    \"Area\": \"mainland\",\n    \"Interval\": \"day\",\n    \"Limit\": \"1\",\n    \"StartTime\": \"2022-07-31T00:00:00+08:00\",\n    \"EndTime\": \"2022-08-29T19:17:59+08:00\",\n    \"MetricName\": \"l7Flow_outFlux_url\",\n    \"Filters\": [\n        {\n            \"Key\": \"protocol\",\n            \"Operator\": \"equals\",\n            \"Value\": [\n                \"HTTP/1.0\",\n                \"HTTP/1.1\"\n            ]\n        }\n    ],\n    \"ZoneIds\": [\n        \"zone-2mzegj4vln5f\"\n    ]\n}",
         | 
| 941 | 
            -
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"7c499897-8ad9-4a2d-884e-6154f283d723\",\n        \"Data\": [\n            {\n                \"DetailData\": [\n                    {\n                        \"Key\": \" | 
| 941 | 
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"7c499897-8ad9-4a2d-884e-6154f283d723\",\n        \"Data\": [\n            {\n                \"DetailData\": [\n                    {\n                        \"Key\": \"path\",\n                        \"Value\": 1210001\n                    }\n                ],\n                \"TypeKey\": \"251227260\"\n            }\n        ],\n        \"TotalCount\": 1\n    }\n}",
         | 
| 942 942 | 
             
                    "title": "查询特定 HTTP 协议版本下的 Top URL Path 流量数据"
         | 
| 943 943 | 
             
                  }
         | 
| 944 944 | 
             
                ],
         |