tccli 3.0.1291.1__py2.py3-none-any.whl → 3.0.1293.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 +3 -0
- tccli/services/advisor/v20200721/api.json +36 -36
- tccli/services/advisor/v20200721/examples.json +2 -2
- tccli/services/antiddos/antiddos_client.py +7 -113
- tccli/services/antiddos/v20200309/api.json +41 -401
- tccli/services/antiddos/v20200309/examples.json +1 -17
- tccli/services/apm/v20210622/api.json +44 -44
- tccli/services/apm/v20210622/examples.json +5 -5
- tccli/services/batch/v20170312/api.json +165 -165
- tccli/services/batch/v20170312/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +18 -18
- tccli/services/cdwch/v20200915/api.json +303 -219
- tccli/services/cdwch/v20200915/examples.json +18 -18
- tccli/services/cdwpg/v20201230/api.json +135 -128
- tccli/services/cdwpg/v20201230/examples.json +5 -5
- tccli/services/chc/__init__.py +4 -0
- tccli/services/chc/chc_client.py +2062 -0
- tccli/services/chc/v20230418/api.json +5728 -0
- tccli/services/chc/v20230418/examples.json +293 -0
- tccli/services/ckafka/v20190819/api.json +1049 -1039
- tccli/services/ckafka/v20190819/examples.json +1 -1
- tccli/services/cls/v20201016/api.json +310 -310
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/dbbrain/dbbrain_client.py +240 -28
- tccli/services/dbbrain/v20191016/api.json +7 -7
- tccli/services/dbbrain/v20210527/api.json +487 -15
- tccli/services/dbbrain/v20210527/examples.json +32 -0
- tccli/services/domain/v20180808/api.json +2 -2
- tccli/services/ecdn/ecdn_client.py +7 -431
- tccli/services/ecdn/v20191012/api.json +0 -574
- tccli/services/ecdn/v20191012/examples.json +0 -64
- tccli/services/emr/v20190103/api.json +249 -13
- tccli/services/emr/v20190103/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +12 -3
- tccli/services/essbasic/v20210526/api.json +9 -0
- tccli/services/gs/gs_client.py +1778 -29
- tccli/services/gs/v20191118/api.json +2618 -163
- tccli/services/gs/v20191118/examples.json +264 -0
- tccli/services/hai/v20230812/api.json +22 -22
- tccli/services/hunyuan/v20230901/api.json +13 -2
- tccli/services/iotexplorer/iotexplorer_client.py +53 -0
- tccli/services/iotexplorer/v20190423/api.json +72 -0
- tccli/services/iotexplorer/v20190423/examples.json +8 -0
- tccli/services/iotvideoindustry/v20201201/api.json +75 -75
- tccli/services/iotvideoindustry/v20201201/examples.json +1 -1
- tccli/services/lke/lke_client.py +0 -53
- tccli/services/lke/v20231130/api.json +14 -57
- tccli/services/lke/v20231130/examples.json +2 -10
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/memcached/v20190318/api.json +1 -1
- tccli/services/mmps/v20200710/api.json +12 -12
- tccli/services/monitor/monitor_client.py +57 -4
- tccli/services/monitor/v20180724/api.json +249 -0
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/mqtt/v20240516/api.json +13 -13
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/svp/v20240125/api.json +3 -3
- tccli/services/svp/v20240125/examples.json +1 -1
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tcr/v20190924/api.json +22 -22
- tccli/services/tdmq/v20200217/api.json +267 -267
- tccli/services/teo/teo_client.py +53 -0
- tccli/services/teo/v20220901/api.json +50 -7
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/thpc/v20220401/api.json +9 -9
- tccli/services/thpc/v20230321/api.json +59 -47
- tccli/services/tione/v20211111/api.json +40 -1
- tccli/services/tke/v20180525/api.json +29 -29
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/wedata/v20210820/api.json +227 -13
- tccli/services/wedata/v20210820/examples.json +2 -8
- {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/RECORD +78 -74
- {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/license_files/LICENSE +0 -0
@@ -70,6 +70,14 @@
|
|
70
70
|
"title": "创建报警规则"
|
71
71
|
}
|
72
72
|
],
|
73
|
+
"CreateConditionsTemplate": [
|
74
|
+
{
|
75
|
+
"document": "",
|
76
|
+
"input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConditionsTemplate\n<公共请求参数>\n\n{\n \"EventConditions\": [\n {\n \"EventID\": \"123\",\n \"AlarmNotifyType\": \"0\",\n \"AlarmNotifyPeriod\": \"123\",\n \"RuleID\": 0\n }\n ],\n \"Remark\": \"abcd\",\n \"ViewName\": \"cvm\",\n \"Module\": \"monitor\",\n \"IsUnionRule\": 0,\n \"GroupName\": \"abcd\",\n \"IsShielded\": 0,\n \"ComplexExpression\": \"(1 AND 2) OR 3\",\n \"ParentGroupID\": 0,\n \"Conditions\": [\n {\n \"RuleID\": 0,\n \"MetricID\": 0,\n \"CalcType\": \"1\",\n \"AlarmNotifyPeriod\": \"0\",\n \"ContinuePeriod\": \"1\",\n \"AlarmNotifyType\": 0,\n \"CalcPeriod\": \"60\",\n \"CalcValue\": \"0\"\n }\n ]\n}",
|
77
|
+
"output": "{\n \"Response\": {\n \"GroupID\": 1998842,\n \"RequestId\": \"'4cf37d0d-99f9-4050-a08e-88e2b97017a8\"\n }\n}",
|
78
|
+
"title": "创建告警条件模板"
|
79
|
+
}
|
80
|
+
],
|
73
81
|
"CreateExporterIntegration": [
|
74
82
|
{
|
75
83
|
"document": "参数说明:\n1. InstanceId 是 Prometheus 实例 ID,必填\n2. Kind 参数固定为 `emr-exporter`,必填\n3. Content 参数格式如示例。说明如下:\n4.1. kind 是集成类型,必填且这里固定为 `emr-exporter`\n4.2. spec.job 是抓取配置,必填,yaml格式,具体可参考[EMR 接入文档](https://cloud.tencent.com/document/product/1416/92850#cb099aba-2dd3-42e6-bc10-69db3999a5a8)",
|
@@ -2611,7 +2611,7 @@
|
|
2611
2611
|
"members": [
|
2612
2612
|
{
|
2613
2613
|
"disabled": false,
|
2614
|
-
"document": "
|
2614
|
+
"document": "查询条件列表,支持以下字段\nInstanceName:集群名模糊搜索\nInstanceId:集群id精确搜索\nInstanceStatus:集群状态搜索(RUNNING-运行中,CREATING-创建中,MODIFYING-变配中,DELETING-删除中)",
|
2615
2615
|
"example": "[{\"Name\":\"InstanceName\",\"Values\":[\"instance1\"]}]",
|
2616
2616
|
"member": "Filter",
|
2617
2617
|
"name": "Filters",
|
@@ -2620,7 +2620,7 @@
|
|
2620
2620
|
},
|
2621
2621
|
{
|
2622
2622
|
"disabled": false,
|
2623
|
-
"document": "
|
2623
|
+
"document": "查询起始位置,默认0",
|
2624
2624
|
"example": "0",
|
2625
2625
|
"member": "int64",
|
2626
2626
|
"name": "Offset",
|
@@ -2629,7 +2629,7 @@
|
|
2629
2629
|
},
|
2630
2630
|
{
|
2631
2631
|
"disabled": false,
|
2632
|
-
"document": "
|
2632
|
+
"document": "查询结果限制数量,默认20,最大100",
|
2633
2633
|
"example": "10",
|
2634
2634
|
"member": "int64",
|
2635
2635
|
"name": "Limit",
|
@@ -3136,8 +3136,8 @@
|
|
3136
3136
|
"members": [
|
3137
3137
|
{
|
3138
3138
|
"disabled": false,
|
3139
|
-
"document": "实例ID",
|
3140
|
-
"example": "
|
3139
|
+
"document": "实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。",
|
3140
|
+
"example": "mqtt-xxxx",
|
3141
3141
|
"member": "string",
|
3142
3142
|
"name": "InstanceId",
|
3143
3143
|
"required": true,
|
@@ -3914,8 +3914,8 @@
|
|
3914
3914
|
},
|
3915
3915
|
{
|
3916
3916
|
"disabled": false,
|
3917
|
-
"document": "
|
3918
|
-
"example": "
|
3917
|
+
"document": "实例类型\nBASIC,基础版\nPRO,专业版\nPLATINUM,铂金版",
|
3918
|
+
"example": "PRO",
|
3919
3919
|
"member": "string",
|
3920
3920
|
"name": "InstanceType",
|
3921
3921
|
"output_required": true,
|
@@ -3965,7 +3965,7 @@
|
|
3965
3965
|
{
|
3966
3966
|
"disabled": false,
|
3967
3967
|
"document": "商品规格",
|
3968
|
-
"example": "
|
3968
|
+
"example": "pro_10k_1",
|
3969
3969
|
"member": "string",
|
3970
3970
|
"name": "SkuCode",
|
3971
3971
|
"output_required": true,
|
@@ -3984,7 +3984,7 @@
|
|
3984
3984
|
},
|
3985
3985
|
{
|
3986
3986
|
"disabled": false,
|
3987
|
-
"document": "
|
3987
|
+
"document": "创建时间,毫秒级时间戳",
|
3988
3988
|
"example": "1713164969433",
|
3989
3989
|
"member": "int64",
|
3990
3990
|
"name": "CreateTime",
|
@@ -4014,7 +4014,7 @@
|
|
4014
4014
|
},
|
4015
4015
|
{
|
4016
4016
|
"disabled": false,
|
4017
|
-
"document": "
|
4017
|
+
"document": "是否自动续费。仅包年包月就去那生效。\n1:自动续费\n0:非自动续费",
|
4018
4018
|
"example": "1",
|
4019
4019
|
"member": "int64",
|
4020
4020
|
"name": "RenewFlag",
|
@@ -4034,8 +4034,8 @@
|
|
4034
4034
|
},
|
4035
4035
|
{
|
4036
4036
|
"disabled": false,
|
4037
|
-
"document": "
|
4038
|
-
"example": "
|
4037
|
+
"document": "到期时间,毫秒级时间戳",
|
4038
|
+
"example": "1742455643000",
|
4039
4039
|
"member": "int64",
|
4040
4040
|
"name": "ExpiryTime",
|
4041
4041
|
"output_required": false,
|
@@ -4044,7 +4044,7 @@
|
|
4044
4044
|
},
|
4045
4045
|
{
|
4046
4046
|
"disabled": false,
|
4047
|
-
"document": "
|
4047
|
+
"document": "预销毁时间,毫秒级时间戳",
|
4048
4048
|
"example": "1713164969433",
|
4049
4049
|
"member": "int64",
|
4050
4050
|
"name": "DestroyTime",
|
@@ -258,7 +258,7 @@
|
|
258
258
|
{
|
259
259
|
"document": "示例",
|
260
260
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInstanceList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
261
|
-
"output": "{\n \"
|
261
|
+
"output": "{\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"33a9cba9-f885-47aa-8235-8bdcbd9c90bf\",\n \"TotalCount\": 2,\n \"Data\": [\n {\n \"InstanceId\": \"mqtt-zxjwkr98\",\n \"InstanceName\": \"mqtt-instance\",\n \"Version\": \"1\",\n \"InstanceType\": \"PRO\",\n \"InstanceStatus\": \"RUNNING\",\n \"PayMode\": \"POSTPAID\",\n \"ExpiryTime\": 0,\n \"Remark\": \"\",\n \"TopicNum\": 1,\n \"SkuCode\": \"pro_6k_1\",\n \"TpsLimit\": 6000,\n \"CreateTime\": 1741832627,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxSubscription\": 180000,\n \"AuthorizationPolicyLimit\": 20,\n \"ClientNumLimit\": 6000,\n \"MaxCaNum\": 20,\n \"RenewFlag\": 1,\n \"DestroyTime\": 0,\n \"TopicNumLimit\": 300\n },\n {\n \"InstanceId\": \"mqtt-w45zn79z\",\n \"InstanceName\": \"mqtt-1226\",\n \"Version\": \"1\",\n \"InstanceType\": \"PRO\",\n \"InstanceStatus\": \"RUNNING\",\n \"PayMode\": \"PREPAID\",\n \"ExpiryTime\": 1742972038844,\n \"Remark\": \"\",\n \"TopicNum\": 2,\n \"SkuCode\": \"pro_10k_1\",\n \"TpsLimit\": 10000,\n \"CreateTime\": 1735196039,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxSubscription\": 300000,\n \"AuthorizationPolicyLimit\": 20,\n \"ClientNumLimit\": 10000,\n \"MaxCaNum\": 20,\n \"RenewFlag\": 1,\n \"DestroyTime\": 0,\n \"TopicNumLimit\": 300\n }\n ]\n },\n \"Error\": null\n}",
|
262
262
|
"title": "示例"
|
263
263
|
}
|
264
264
|
],
|
@@ -6513,7 +6513,7 @@
|
|
6513
6513
|
},
|
6514
6514
|
{
|
6515
6515
|
"disabled": false,
|
6516
|
-
"document": "地域ID 。\n- 1:广州 \n- 4:上海 \n- 5:中国香港 \n- 7:上海金融 \n- 8:北京 \n- 9:新加坡\n- 11:深圳金融\n- 15:美西(硅谷)\n- 16:成都 \n- 17:德国 \n- 18:韩国 \n- 19:重庆 \n-
|
6516
|
+
"document": "地域ID 。\n- 1:广州 \n- 4:上海 \n- 5:中国香港 \n- 7:上海金融 \n- 8:北京 \n- 9:新加坡\n- 11:深圳金融\n- 15:美西(硅谷)\n- 16:成都 \n- 17:德国 \n- 18:韩国 \n- 19:重庆 \n- 22:美东(弗吉尼亚)\n- 23:泰国 \n- 25:日本",
|
6517
6517
|
"example": "1",
|
6518
6518
|
"member": "int64",
|
6519
6519
|
"name": "RegionId",
|
@@ -7698,7 +7698,7 @@
|
|
7698
7698
|
},
|
7699
7699
|
{
|
7700
7700
|
"disabled": false,
|
7701
|
-
"document": "地域 ID。<ul><li>1:广州。</li><li>4:上海。</li><li>5:中国香港。</li><li>7:上海金融。</li> <li>8:北京。</li> <li>9:新加坡。</li> <li>11:深圳金融。</li> <li>15:美西(硅谷)。</li><li>16:成都。</li><li>17:法兰克福。</li><li>18:首尔。</li><li>19:重庆。</li><li>
|
7701
|
+
"document": "地域 ID。<ul><li>1:广州。</li><li>4:上海。</li><li>5:中国香港。</li><li>7:上海金融。</li> <li>8:北京。</li> <li>9:新加坡。</li> <li>11:深圳金融。</li> <li>15:美西(硅谷)。</li><li>16:成都。</li><li>17:法兰克福。</li><li>18:首尔。</li><li>19:重庆。</li><li>22:美东(弗吉尼亚)。</li><li>23:曼谷。</li><li>25:东京。</li></ul>",
|
7702
7702
|
"example": "1",
|
7703
7703
|
"member": "int64",
|
7704
7704
|
"name": "RegionId",
|
@@ -355,13 +355,13 @@
|
|
355
355
|
"members": [
|
356
356
|
{
|
357
357
|
"disabled": false,
|
358
|
-
"document": "
|
358
|
+
"document": "查询命中的节省计划抵扣明细数据总条数",
|
359
359
|
"example": "100",
|
360
360
|
"member": "uint64",
|
361
361
|
"name": "Total",
|
362
362
|
"output_required": true,
|
363
363
|
"type": "int",
|
364
|
-
"value_allowed_null":
|
364
|
+
"value_allowed_null": false
|
365
365
|
},
|
366
366
|
{
|
367
367
|
"disabled": false,
|
@@ -523,7 +523,7 @@
|
|
523
523
|
{
|
524
524
|
"disabled": false,
|
525
525
|
"document": "节省计划使用率数据",
|
526
|
-
"example": "[]",
|
526
|
+
"example": "[{\"CostAmount\":\"600\",\"DeductAmount\":\"600\",\"DosageAmount\":\"0\",\"LossAmount\":\"0\",\"NetSavings\":\"-600\",\"PromiseAmount\":\"600\",\"Region\":[\"15\"],\"SpId\":\"svp-ivm000e-D4l9f66\",\"SpType\":\"svp_common\",\"Status\":1,\"UtilizationRate\":100}]",
|
527
527
|
"member": "SavingPlanUsageDetail",
|
528
528
|
"name": "Usages",
|
529
529
|
"output_required": true,
|
@@ -36,7 +36,7 @@
|
|
36
36
|
{
|
37
37
|
"document": "",
|
38
38
|
"input": "POST / HTTP/1.1\nHost: svp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSavingPlanUsage\n<公共请求参数>\n\n{\n \"StartDate\": \"2024-03-01\",\n \"EndDate\": \"2024-05-01\",\n \"Offset\": 0,\n \"Limit\": 1,\n \"TimeInterval\": \"month\"\n}",
|
39
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"626b5af9-5c9e-4ffb-ab6c-ec370b75a355\",\n \"Total\": 1,\n \"Usages\": [\n {\n \"CostAmount\": \"600\",\n \"DeductAmount\": \"600\",\n \"DosageAmount\": \"0\",\n \"LossAmount\": \"0\",\n \"NetSavings\": \"-600\",\n \"PromiseAmount\": \"600\",\n \"Region\": [\n \"
|
39
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"626b5af9-5c9e-4ffb-ab6c-ec370b75a355\",\n \"Total\": 1,\n \"Usages\": [\n {\n \"CostAmount\": \"600\",\n \"DeductAmount\": \"600\",\n \"DosageAmount\": \"0\",\n \"LossAmount\": \"0\",\n \"NetSavings\": \"-600\",\n \"PromiseAmount\": \"600\",\n \"Region\": [\n \"15\"\n ],\n \"SpType\": \"svp_common\",\n \"Status\": 1,\n \"UtilizationRate\": 100\n }\n ]\n }\n}",
|
40
40
|
"title": "查询节省计划使用率明细示例"
|
41
41
|
}
|
42
42
|
]
|
@@ -224,7 +224,7 @@
|
|
224
224
|
"example": "1",
|
225
225
|
"member": "int64",
|
226
226
|
"name": "NormalCount",
|
227
|
-
"
|
227
|
+
"output_required": true,
|
228
228
|
"type": "int",
|
229
229
|
"value_allowed_null": false
|
230
230
|
},
|
@@ -234,19 +234,19 @@
|
|
234
234
|
"example": "1",
|
235
235
|
"member": "int64",
|
236
236
|
"name": "NotifyCount",
|
237
|
-
"
|
237
|
+
"output_required": true,
|
238
238
|
"type": "int",
|
239
239
|
"value_allowed_null": false
|
240
240
|
},
|
241
241
|
{
|
242
242
|
"disabled": false,
|
243
|
-
"document": "
|
243
|
+
"document": "异常状态的数目",
|
244
244
|
"example": "1",
|
245
245
|
"member": "int64",
|
246
246
|
"name": "AbnormalCount",
|
247
|
-
"
|
247
|
+
"output_required": true,
|
248
248
|
"type": "int",
|
249
|
-
"value_allowed_null":
|
249
|
+
"value_allowed_null": false
|
250
250
|
}
|
251
251
|
],
|
252
252
|
"usage": "out"
|
@@ -5105,7 +5105,7 @@
|
|
5105
5105
|
},
|
5106
5106
|
{
|
5107
5107
|
"disabled": false,
|
5108
|
-
"document": "
|
5108
|
+
"document": "页数,第几页,用于分页",
|
5109
5109
|
"example": "1",
|
5110
5110
|
"member": "int64",
|
5111
5111
|
"name": "Offset",
|
@@ -5114,7 +5114,7 @@
|
|
5114
5114
|
},
|
5115
5115
|
{
|
5116
5116
|
"disabled": false,
|
5117
|
-
"document": "
|
5117
|
+
"document": "每页个数,用于分页,最大值为100",
|
5118
5118
|
"example": "10",
|
5119
5119
|
"member": "int64",
|
5120
5120
|
"name": "Limit",
|
@@ -5139,7 +5139,7 @@
|
|
5139
5139
|
{
|
5140
5140
|
"disabled": false,
|
5141
5141
|
"document": "仓库信息列表",
|
5142
|
-
"example": "[
|
5142
|
+
"example": "[{\"BriefDescription\": \"\",\"CreationTime\": \"2022-08-02 03:52:06.915755 +0000 UTC\",\"Description\": \"\", \"Name\": \"library/busybox\", \"Namespace\": \"library\",\"Public\": false,\"UpdateTime\": \"2022-08-02 03:52:06.915755 +0000 UTC\"}],",
|
5143
5143
|
"member": "TcrRepositoryInfo",
|
5144
5144
|
"name": "RepositoryList",
|
5145
5145
|
"output_required": true,
|
@@ -5851,7 +5851,7 @@
|
|
5851
5851
|
"example": "130",
|
5852
5852
|
"member": "int64",
|
5853
5853
|
"name": "TotalCount",
|
5854
|
-
"
|
5854
|
+
"output_required": true,
|
5855
5855
|
"type": "int",
|
5856
5856
|
"value_allowed_null": false
|
5857
5857
|
},
|
@@ -5861,7 +5861,7 @@
|
|
5861
5861
|
"example": "无",
|
5862
5862
|
"member": "WebhookTrigger",
|
5863
5863
|
"name": "Triggers",
|
5864
|
-
"
|
5864
|
+
"output_required": true,
|
5865
5865
|
"type": "list",
|
5866
5866
|
"value_allowed_null": false
|
5867
5867
|
},
|
@@ -8807,25 +8807,25 @@
|
|
8807
8807
|
"members": [
|
8808
8808
|
{
|
8809
8809
|
"disabled": false,
|
8810
|
-
"document": "支持的策略,可选值为latestPushedK(保留最新推送多少个版本)nDaysSinceLastPush
|
8810
|
+
"document": "支持的策略,可选值为latestPushedK(保留最新推送多少个版本)nDaysSinceLastPush(保留近天内推送)",
|
8811
8811
|
"example": "latestPushedK",
|
8812
8812
|
"member": "string",
|
8813
8813
|
"name": "Key",
|
8814
8814
|
"output_required": false,
|
8815
8815
|
"required": true,
|
8816
8816
|
"type": "string",
|
8817
|
-
"value_allowed_null":
|
8817
|
+
"value_allowed_null": false
|
8818
8818
|
},
|
8819
8819
|
{
|
8820
8820
|
"disabled": false,
|
8821
|
-
"document": "
|
8821
|
+
"document": "规则设置下的对应值",
|
8822
8822
|
"example": "0",
|
8823
8823
|
"member": "int64",
|
8824
8824
|
"name": "Value",
|
8825
8825
|
"output_required": false,
|
8826
8826
|
"required": true,
|
8827
8827
|
"type": "int",
|
8828
|
-
"value_allowed_null":
|
8828
|
+
"value_allowed_null": false
|
8829
8829
|
}
|
8830
8830
|
],
|
8831
8831
|
"usage": "both"
|
@@ -9692,7 +9692,7 @@
|
|
9692
9692
|
"example": "ns/repoName",
|
9693
9693
|
"member": "string",
|
9694
9694
|
"name": "Name",
|
9695
|
-
"
|
9695
|
+
"output_required": true,
|
9696
9696
|
"type": "string",
|
9697
9697
|
"value_allowed_null": false
|
9698
9698
|
},
|
@@ -9702,7 +9702,7 @@
|
|
9702
9702
|
"example": "ns",
|
9703
9703
|
"member": "string",
|
9704
9704
|
"name": "Namespace",
|
9705
|
-
"
|
9705
|
+
"output_required": true,
|
9706
9706
|
"type": "string",
|
9707
9707
|
"value_allowed_null": false
|
9708
9708
|
},
|
@@ -9712,7 +9712,7 @@
|
|
9712
9712
|
"example": "2022-07-16 10:34:42.697947 +0000 UTC",
|
9713
9713
|
"member": "string",
|
9714
9714
|
"name": "CreationTime",
|
9715
|
-
"
|
9715
|
+
"output_required": true,
|
9716
9716
|
"type": "string",
|
9717
9717
|
"value_allowed_null": false
|
9718
9718
|
},
|
@@ -9722,29 +9722,29 @@
|
|
9722
9722
|
"example": "false",
|
9723
9723
|
"member": "bool",
|
9724
9724
|
"name": "Public",
|
9725
|
-
"
|
9725
|
+
"output_required": true,
|
9726
9726
|
"type": "bool",
|
9727
9727
|
"value_allowed_null": false
|
9728
9728
|
},
|
9729
9729
|
{
|
9730
9730
|
"disabled": false,
|
9731
|
-
"document": "
|
9731
|
+
"document": "仓库详细描述",
|
9732
9732
|
"example": "this is a description",
|
9733
9733
|
"member": "string",
|
9734
9734
|
"name": "Description",
|
9735
|
-
"
|
9735
|
+
"output_required": true,
|
9736
9736
|
"type": "string",
|
9737
|
-
"value_allowed_null":
|
9737
|
+
"value_allowed_null": false
|
9738
9738
|
},
|
9739
9739
|
{
|
9740
9740
|
"disabled": false,
|
9741
|
-
"document": "
|
9741
|
+
"document": "简单描述",
|
9742
9742
|
"example": "this is a brief description",
|
9743
9743
|
"member": "string",
|
9744
9744
|
"name": "BriefDescription",
|
9745
|
-
"
|
9745
|
+
"output_required": true,
|
9746
9746
|
"type": "string",
|
9747
|
-
"value_allowed_null":
|
9747
|
+
"value_allowed_null": false
|
9748
9748
|
},
|
9749
9749
|
{
|
9750
9750
|
"disabled": false,
|
@@ -9752,7 +9752,7 @@
|
|
9752
9752
|
"example": "2022-07-16 10:34:42.697947 +0000 UTC",
|
9753
9753
|
"member": "string",
|
9754
9754
|
"name": "UpdateTime",
|
9755
|
-
"
|
9755
|
+
"output_required": true,
|
9756
9756
|
"type": "string",
|
9757
9757
|
"value_allowed_null": false
|
9758
9758
|
}
|
@@ -10334,14 +10334,14 @@
|
|
10334
10334
|
},
|
10335
10335
|
{
|
10336
10336
|
"disabled": false,
|
10337
|
-
"document": "
|
10337
|
+
"document": "触发器所属命名空间名称",
|
10338
10338
|
"example": "ns1",
|
10339
10339
|
"member": "string",
|
10340
10340
|
"name": "NamespaceName",
|
10341
10341
|
"output_required": false,
|
10342
10342
|
"required": false,
|
10343
10343
|
"type": "string",
|
10344
|
-
"value_allowed_null":
|
10344
|
+
"value_allowed_null": false
|
10345
10345
|
}
|
10346
10346
|
],
|
10347
10347
|
"usage": "both"
|