tccli 3.0.1038.1__py2.py3-none-any.whl → 3.0.1040.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.
Files changed (50) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/billing/v20180709/DescribeDosageDetailList.md +63 -0
  3. tccli/examples/cdb/v20170320/DeleteAuditRuleTemplates.md +1 -1
  4. tccli/examples/cfw/v20190904/DescribeIdsWhiteRule.md +10 -0
  5. tccli/examples/essbasic/v20210526/CreateChannelOrganizationInfoChangeUrl.md +22 -20
  6. tccli/examples/essbasic/v20210526/CreateConsoleLoginUrl.md +45 -9
  7. tccli/examples/tdmq/v20200217/ModifyEnvironmentRole.md +4 -4
  8. tccli/examples/teo/v20220901/CreatePlanForZone.md +1 -1
  9. tccli/examples/tione/v20211111/DescribeLatestTrainingMetrics.md +8 -2
  10. tccli/examples/tione/v20211111/DescribeNotebooks.md +15 -2
  11. tccli/examples/trtc/v20190722/StartStreamIngest.md +4 -4
  12. tccli/examples/vod/v20180717/ComposeMedia.md +6 -6
  13. tccli/examples/vod/v20180717/CreateCLSLogset.md +21 -0
  14. tccli/examples/vod/v20180717/CreateCLSTopic.md +23 -0
  15. tccli/examples/vod/v20180717/DeleteCLSTopic.md +20 -0
  16. tccli/examples/vod/v20180717/DescribeCLSLogsets.md +26 -0
  17. tccli/examples/vod/v20180717/DescribeCLSPushTargets.md +38 -0
  18. tccli/examples/vod/v20180717/DescribeCLSTopics.md +31 -0
  19. tccli/examples/vod/v20180717/SetCLSPushTarget.md +25 -0
  20. tccli/services/billing/billing_client.py +61 -8
  21. tccli/services/billing/v20180709/api.json +323 -0
  22. tccli/services/billing/v20180709/examples.json +8 -0
  23. tccli/services/cdb/v20170320/examples.json +1 -1
  24. tccli/services/cdn/v20180606/api.json +1 -1
  25. tccli/services/cfs/v20190719/api.json +9 -0
  26. tccli/services/cfw/v20190904/api.json +76 -0
  27. tccli/services/cfw/v20190904/examples.json +1 -1
  28. tccli/services/clb/v20180317/api.json +1 -1
  29. tccli/services/ess/v20201111/api.json +1 -1
  30. tccli/services/essbasic/v20210526/api.json +39 -30
  31. tccli/services/essbasic/v20210526/examples.json +25 -19
  32. tccli/services/hunyuan/v20230901/api.json +1 -1
  33. tccli/services/mps/v20190612/api.json +40 -2
  34. tccli/services/mrs/v20200910/api.json +24 -24
  35. tccli/services/tat/v20201028/api.json +1 -1
  36. tccli/services/tdmq/v20200217/examples.json +2 -2
  37. tccli/services/teo/v20220901/api.json +36 -19
  38. tccli/services/teo/v20220901/examples.json +1 -1
  39. tccli/services/tione/v20211111/api.json +205 -75
  40. tccli/services/tione/v20211111/examples.json +2 -2
  41. tccli/services/trtc/v20190722/api.json +25 -7
  42. tccli/services/trtc/v20190722/examples.json +2 -2
  43. tccli/services/vod/v20180717/api.json +555 -0
  44. tccli/services/vod/v20180717/examples.json +57 -1
  45. tccli/services/vod/vod_client.py +375 -4
  46. {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/METADATA +2 -2
  47. {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/RECORD +50 -42
  48. {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/WHEEL +0 -0
  49. {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/entry_points.txt +0 -0
  50. {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/license_files/LICENSE +0 -0
@@ -9745,7 +9745,7 @@
9745
9745
  "example": "张三",
9746
9746
  "member": "string",
9747
9747
  "name": "Name",
9748
- "required": true,
9748
+ "output_required": true,
9749
9749
  "type": "string",
9750
9750
  "value_allowed_null": true
9751
9751
  },
@@ -9755,7 +9755,7 @@
9755
9755
  "example": "男",
9756
9756
  "member": "string",
9757
9757
  "name": "Sex",
9758
- "required": true,
9758
+ "output_required": true,
9759
9759
  "type": "string",
9760
9760
  "value_allowed_null": true
9761
9761
  },
@@ -9765,7 +9765,7 @@
9765
9765
  "example": "23",
9766
9766
  "member": "string",
9767
9767
  "name": "Age",
9768
- "required": true,
9768
+ "output_required": true,
9769
9769
  "type": "string",
9770
9770
  "value_allowed_null": true
9771
9771
  },
@@ -9775,7 +9775,7 @@
9775
9775
  "example": "1357023xxxx",
9776
9776
  "member": "string",
9777
9777
  "name": "Phone",
9778
- "required": true,
9778
+ "output_required": true,
9779
9779
  "type": "string",
9780
9780
  "value_allowed_null": true
9781
9781
  },
@@ -9785,7 +9785,7 @@
9785
9785
  "example": "广东省深圳市",
9786
9786
  "member": "string",
9787
9787
  "name": "Address",
9788
- "required": true,
9788
+ "output_required": true,
9789
9789
  "type": "string",
9790
9790
  "value_allowed_null": true
9791
9791
  },
@@ -9795,7 +9795,7 @@
9795
9795
  "example": "4415221992xxxxxxxx",
9796
9796
  "member": "string",
9797
9797
  "name": "IdCard",
9798
- "required": true,
9798
+ "output_required": true,
9799
9799
  "type": "string",
9800
9800
  "value_allowed_null": true
9801
9801
  },
@@ -9805,7 +9805,7 @@
9805
9805
  "example": "UI7821056C",
9806
9806
  "member": "string",
9807
9807
  "name": "HealthCardNo",
9808
- "required": true,
9808
+ "output_required": true,
9809
9809
  "type": "string",
9810
9810
  "value_allowed_null": true
9811
9811
  },
@@ -9815,7 +9815,7 @@
9815
9815
  "example": "489170108",
9816
9816
  "member": "string",
9817
9817
  "name": "SocialSecurityCardNo",
9818
- "required": true,
9818
+ "output_required": true,
9819
9819
  "type": "string",
9820
9820
  "value_allowed_null": true
9821
9821
  },
@@ -9825,7 +9825,7 @@
9825
9825
  "example": "1997-01-01",
9826
9826
  "member": "string",
9827
9827
  "name": "Birthday",
9828
- "required": true,
9828
+ "output_required": true,
9829
9829
  "type": "string",
9830
9830
  "value_allowed_null": true
9831
9831
  },
@@ -9835,7 +9835,7 @@
9835
9835
  "example": "汉",
9836
9836
  "member": "string",
9837
9837
  "name": "Ethnicity",
9838
- "required": true,
9838
+ "output_required": true,
9839
9839
  "type": "string",
9840
9840
  "value_allowed_null": true
9841
9841
  },
@@ -9845,7 +9845,7 @@
9845
9845
  "example": "未婚",
9846
9846
  "member": "string",
9847
9847
  "name": "Married",
9848
- "required": true,
9848
+ "output_required": true,
9849
9849
  "type": "string",
9850
9850
  "value_allowed_null": true
9851
9851
  },
@@ -9855,7 +9855,7 @@
9855
9855
  "example": "学生",
9856
9856
  "member": "string",
9857
9857
  "name": "Profession",
9858
- "required": true,
9858
+ "output_required": true,
9859
9859
  "type": "string",
9860
9860
  "value_allowed_null": true
9861
9861
  },
@@ -9865,7 +9865,7 @@
9865
9865
  "example": "硕士",
9866
9866
  "member": "string",
9867
9867
  "name": "EducationBackground",
9868
- "required": true,
9868
+ "output_required": true,
9869
9869
  "type": "string",
9870
9870
  "value_allowed_null": true
9871
9871
  },
@@ -9875,7 +9875,7 @@
9875
9875
  "example": "中国",
9876
9876
  "member": "string",
9877
9877
  "name": "Nationality",
9878
- "required": true,
9878
+ "output_required": true,
9879
9879
  "type": "string",
9880
9880
  "value_allowed_null": true
9881
9881
  },
@@ -9885,7 +9885,7 @@
9885
9885
  "example": "广东深圳",
9886
9886
  "member": "string",
9887
9887
  "name": "BirthPlace",
9888
- "required": true,
9888
+ "output_required": true,
9889
9889
  "type": "string",
9890
9890
  "value_allowed_null": true
9891
9891
  },
@@ -9895,7 +9895,7 @@
9895
9895
  "example": "居民医保",
9896
9896
  "member": "string",
9897
9897
  "name": "MedicalInsuranceType",
9898
- "required": true,
9898
+ "output_required": true,
9899
9899
  "type": "string",
9900
9900
  "value_allowed_null": true
9901
9901
  },
@@ -9905,17 +9905,17 @@
9905
9905
  "example": "3600个小时",
9906
9906
  "member": "string",
9907
9907
  "name": "AgeNorm",
9908
- "required": true,
9908
+ "output_required": true,
9909
9909
  "type": "string",
9910
9910
  "value_allowed_null": true
9911
9911
  },
9912
9912
  {
9913
- "disabled": false,
9914
- "document": "民族\n注意:此字段可能返回 null,表示取不到有效值。",
9913
+ "disabled": true,
9914
+ "document": "民族。该字段已不再使用,请从Ethnicity取值\n注意:此字段可能返回 null,表示取不到有效值。",
9915
9915
  "example": "汉",
9916
9916
  "member": "string",
9917
9917
  "name": "Nation",
9918
- "required": true,
9918
+ "output_required": true,
9919
9919
  "type": "string",
9920
9920
  "value_allowed_null": true
9921
9921
  },
@@ -9925,7 +9925,7 @@
9925
9925
  "example": "20",
9926
9926
  "member": "string",
9927
9927
  "name": "MarriedCode",
9928
- "required": true,
9928
+ "output_required": true,
9929
9929
  "type": "string",
9930
9930
  "value_allowed_null": true
9931
9931
  },
@@ -9935,7 +9935,7 @@
9935
9935
  "example": "24",
9936
9936
  "member": "string",
9937
9937
  "name": "ProfessionCode",
9938
- "required": true,
9938
+ "output_required": true,
9939
9939
  "type": "string",
9940
9940
  "value_allowed_null": true
9941
9941
  },
@@ -9945,7 +9945,7 @@
9945
9945
  "example": "06",
9946
9946
  "member": "string",
9947
9947
  "name": "MedicalInsuranceTypeCode",
9948
- "required": true,
9948
+ "output_required": true,
9949
9949
  "type": "string",
9950
9950
  "value_allowed_null": true
9951
9951
  },
@@ -9955,7 +9955,7 @@
9955
9955
  "example": "001",
9956
9956
  "member": "string",
9957
9957
  "name": "BedNo",
9958
- "required": true,
9958
+ "output_required": true,
9959
9959
  "type": "string",
9960
9960
  "value_allowed_null": true
9961
9961
  }
@@ -1656,7 +1656,7 @@
1656
1656
  },
1657
1657
  {
1658
1658
  "disabled": false,
1659
- "document": "过滤器列表。\n\n- instance-name\n\n按照【实例名称】进行过滤。\n类型:String\n必选:否\n\n- instance-id\n\n按照【实例ID】进行过滤。\n类型:String\n必选:否\n\n- register-code-id\n\n按照【注册码ID】进行过滤。\n类型:String\n必选:否\n\n- sys-name\n\n按照【操作系统类型】进行过滤,取值:Linux | Windows。\n类型:String\n必选:否",
1659
+ "document": "过滤器列表。\n\n- instance-name\n\n按照【实例名称】进行过滤。\n类型:String\n必选:否\n\n- instance-id\n\n按照【实例ID】进行过滤。\n类型:String\n必选:否\n\n- register-code-id\n\n按照【注册码ID】进行过滤。\n类型:String\n必选:否\n\n- sys-name\n\n按照【操作系统类型】进行过滤,取值:Linux | Windows。\n类型:String\n必选:否\n\n",
1660
1660
  "example": "无",
1661
1661
  "member": "Filter",
1662
1662
  "name": "Filters",
@@ -855,8 +855,8 @@
855
855
  "ModifyEnvironmentRole": [
856
856
  {
857
857
  "document": "",
858
- "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEnvironmentRole\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"abc\",\n \"RoleName\": \"abc\",\n \"Permissions\": [\n \"abc\"\n ],\n \"ClusterId\": \"abc\"\n}",
859
- "output": "{\n \"Response\": {\n \"RequestId\": \"gggxxxx\"\n }\n}",
858
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEnvironmentRole\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"default\",\n \"RoleName\": \"test_role\",\n \"Permissions\": [\n \"abc\"\n ],\n \"ClusterId\": \"pulsar-xxxx\"\n}",
859
+ "output": "{\n \"Response\": {\n \"RequestId\": \"20846f8d-6438-4cd9-a2a4-09d5f4e8f0db\"\n }\n}",
860
860
  "title": "修改环境角色授权"
861
861
  }
862
862
  ],
@@ -3419,7 +3419,7 @@
3419
3419
  "example": "无",
3420
3420
  "member": "string",
3421
3421
  "name": "ResourceNames",
3422
- "required": true,
3422
+ "output_required": true,
3423
3423
  "type": "list",
3424
3424
  "value_allowed_null": false
3425
3425
  },
@@ -3429,7 +3429,7 @@
3429
3429
  "example": "无",
3430
3430
  "member": "string",
3431
3431
  "name": "DealNames",
3432
- "required": true,
3432
+ "output_required": true,
3433
3433
  "type": "list",
3434
3434
  "value_allowed_null": false
3435
3435
  },
@@ -3539,7 +3539,7 @@
3539
3539
  },
3540
3540
  {
3541
3541
  "disabled": false,
3542
- "document": "节点缓存清除方法,针对目录刷新、Hostname刷新以及刷新全部缓存 类型有效,取值有:<li> invalidate:仅刷新目录下产生了更新的资源;</li><li> delete:无论目录下资源是否更新都刷新节点资源。</li>注意:使用目录刷新时,默认值: invalidate。",
3542
+ "document": "节点缓存清除方法,针对目录刷新、Hostname刷新以及刷新全部缓存类型有效,取值有:<li> invalidate:仅刷新目录下产生了更新的资源;</li><li> delete:无论目录下资源是否更新都刷新节点资源。</li>默认值: invalidate。",
3543
3543
  "example": "invalidate",
3544
3544
  "member": "string",
3545
3545
  "name": "Method",
@@ -3548,7 +3548,7 @@
3548
3548
  },
3549
3549
  {
3550
3550
  "disabled": false,
3551
- "document": "要清除缓存的资源列表。每个元素格式依据清除缓存类型而定,可参考接口示例。<li>EO 默认针对内容含有非 ASCII 字符集的字符进行转义,编码规则遵循 RFC3986;</li><li>单次提交的任务数受计费套餐配额限制,请查看 [EO计费套餐](https://cloud.tencent.com/document/product/1552/77380)。</li>",
3551
+ "document": "要清除缓存的资源列表。每个元素格式依据清除缓存类型而定,可参考接口示例。<li>单次提交的任务数受计费套餐配额限制,请查看 [EO计费套餐](https://cloud.tencent.com/document/product/1552/77380)。</li>",
3552
3552
  "example": "[\"http://www.qq.com/1.txt\"]",
3553
3553
  "member": "string",
3554
3554
  "name": "Targets",
@@ -3705,6 +3705,7 @@
3705
3705
  "example": "1",
3706
3706
  "member": "int64",
3707
3707
  "name": "GroupId",
3708
+ "output_required": true,
3708
3709
  "type": "int",
3709
3710
  "value_allowed_null": false
3710
3711
  },
@@ -11143,6 +11144,7 @@
11143
11144
  "example": "loose",
11144
11145
  "member": "string",
11145
11146
  "name": "Mode",
11147
+ "output_required": true,
11146
11148
  "required": true,
11147
11149
  "type": "string",
11148
11150
  "value_allowed_null": true
@@ -11153,7 +11155,8 @@
11153
11155
  "example": "xxx",
11154
11156
  "member": "int64",
11155
11157
  "name": "ID",
11156
- "required": false,
11158
+ "output_required": true,
11159
+ "required": true,
11157
11160
  "type": "int",
11158
11161
  "value_allowed_null": false
11159
11162
  },
@@ -11163,7 +11166,8 @@
11163
11166
  "example": "alg",
11164
11167
  "member": "string",
11165
11168
  "name": "Action",
11166
- "required": false,
11169
+ "output_required": true,
11170
+ "required": true,
11167
11171
  "type": "string",
11168
11172
  "value_allowed_null": true
11169
11173
  },
@@ -11173,7 +11177,8 @@
11173
11177
  "example": "10",
11174
11178
  "member": "int64",
11175
11179
  "name": "PunishTime",
11176
- "required": false,
11180
+ "output_required": true,
11181
+ "required": true,
11177
11182
  "type": "int",
11178
11183
  "value_allowed_null": true
11179
11184
  },
@@ -11183,7 +11188,8 @@
11183
11188
  "example": "100",
11184
11189
  "member": "int64",
11185
11190
  "name": "Threshold",
11186
- "required": false,
11191
+ "output_required": true,
11192
+ "required": true,
11187
11193
  "type": "int",
11188
11194
  "value_allowed_null": false
11189
11195
  },
@@ -11193,12 +11199,13 @@
11193
11199
  "example": "10",
11194
11200
  "member": "int64",
11195
11201
  "name": "Period",
11196
- "required": false,
11202
+ "output_required": true,
11203
+ "required": true,
11197
11204
  "type": "int",
11198
11205
  "value_allowed_null": false
11199
11206
  }
11200
11207
  ],
11201
- "usage": "out"
11208
+ "usage": "both"
11202
11209
  },
11203
11210
  "RateLimitUserRule": {
11204
11211
  "document": "RateLimit规则",
@@ -12184,80 +12191,88 @@
12184
12191
  "members": [
12185
12192
  {
12186
12193
  "disabled": false,
12187
- "document": "托管规则。如果为null,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12194
+ "document": "托管规则。如果入参为空或不填,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12188
12195
  "example": "无",
12189
12196
  "member": "WafConfig",
12190
12197
  "name": "WafConfig",
12198
+ "output_required": true,
12191
12199
  "required": false,
12192
12200
  "type": "object",
12193
12201
  "value_allowed_null": true
12194
12202
  },
12195
12203
  {
12196
12204
  "disabled": false,
12197
- "document": "速率限制。如果为null,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12205
+ "document": "速率限制。如果入参为空或不填,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12198
12206
  "example": "无",
12199
12207
  "member": "RateLimitConfig",
12200
12208
  "name": "RateLimitConfig",
12209
+ "output_required": true,
12201
12210
  "required": false,
12202
12211
  "type": "object",
12203
12212
  "value_allowed_null": true
12204
12213
  },
12205
12214
  {
12206
12215
  "disabled": false,
12207
- "document": "自定义规则。如果为null,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12216
+ "document": "自定义规则。如果入参为空或不填,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12208
12217
  "example": "无",
12209
12218
  "member": "AclConfig",
12210
12219
  "name": "AclConfig",
12220
+ "output_required": true,
12211
12221
  "required": false,
12212
12222
  "type": "object",
12213
12223
  "value_allowed_null": true
12214
12224
  },
12215
12225
  {
12216
12226
  "disabled": false,
12217
- "document": "Bot配置。如果为null,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12227
+ "document": "Bot配置。如果入参为空或不填,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12218
12228
  "example": "无",
12219
12229
  "member": "BotConfig",
12220
12230
  "name": "BotConfig",
12231
+ "output_required": true,
12221
12232
  "required": false,
12222
12233
  "type": "object",
12223
12234
  "value_allowed_null": true
12224
12235
  },
12225
12236
  {
12226
12237
  "disabled": false,
12227
- "document": "七层防护总开关。如果为null,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12238
+ "document": "七层防护总开关。如果入参为空或不填,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12228
12239
  "example": "无",
12229
12240
  "member": "SwitchConfig",
12230
12241
  "name": "SwitchConfig",
12242
+ "output_required": true,
12231
12243
  "required": false,
12232
12244
  "type": "object",
12233
12245
  "value_allowed_null": true
12234
12246
  },
12235
12247
  {
12236
12248
  "disabled": false,
12237
- "document": "基础访问管控。如果为null,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12249
+ "document": "基础访问管控。如果入参为空或不填,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12238
12250
  "example": "无",
12239
12251
  "member": "IpTableConfig",
12240
12252
  "name": "IpTableConfig",
12253
+ "output_required": true,
12241
12254
  "required": false,
12242
12255
  "type": "object",
12243
12256
  "value_allowed_null": true
12244
12257
  },
12245
12258
  {
12246
12259
  "disabled": false,
12247
- "document": "例外规则配置。如果为null,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12260
+ "document": "例外规则配置。如果入参为空或不填,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12248
12261
  "example": "无",
12249
12262
  "member": "ExceptConfig",
12250
12263
  "name": "ExceptConfig",
12264
+ "output_required": true,
12251
12265
  "required": false,
12252
12266
  "type": "object",
12253
12267
  "value_allowed_null": true
12254
12268
  },
12255
12269
  {
12256
12270
  "disabled": false,
12257
- "document": "自定义拦截页面配置。如果为null,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12271
+ "document": "自定义拦截页面配置。如果入参为空或不填,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12258
12272
  "example": "无",
12259
12273
  "member": "DropPageConfig",
12260
12274
  "name": "DropPageConfig",
12275
+ "output_required": true,
12261
12276
  "required": false,
12262
12277
  "type": "object",
12263
12278
  "value_allowed_null": true
@@ -12268,16 +12283,18 @@
12268
12283
  "example": "无",
12269
12284
  "member": "TemplateConfig",
12270
12285
  "name": "TemplateConfig",
12286
+ "output_required": true,
12271
12287
  "required": false,
12272
12288
  "type": "object",
12273
12289
  "value_allowed_null": true
12274
12290
  },
12275
12291
  {
12276
12292
  "disabled": false,
12277
- "document": "慢速攻击配置。如果为null,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12293
+ "document": "慢速攻击配置。如果入参为空或不填,默认使用历史配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12278
12294
  "example": "无",
12279
12295
  "member": "SlowPostConfig",
12280
12296
  "name": "SlowPostConfig",
12297
+ "output_required": true,
12281
12298
  "required": false,
12282
12299
  "type": "object",
12283
12300
  "value_allowed_null": true
@@ -100,7 +100,7 @@
100
100
  ],
101
101
  "CreatePlanForZone": [
102
102
  {
103
- "document": "",
103
+ "document": "为站点创建套餐",
104
104
  "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePlanForZone\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-25z65bfb4414\",\n \"PlanType\": \"sta\"\n}",
105
105
  "output": "{\n \"Response\": {\n \"RequestId\": \"a06f52e7-2aab-4510-b2c2-1065bfb4414c\",\n \"ResourceNames\": [\n \"plan_sta\"\n ],\n \"DealNames\": [\n \"2022080135400110011001\"\n ]\n }\n}",
106
106
  "title": "CreatePlanForZone"