tccli 3.0.1279.1__py2.py3-none-any.whl → 3.0.1281.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/acp/v20220105/api.json +68 -65
- tccli/services/aiart/v20221229/api.json +1 -1
- tccli/services/antiddos/v20200309/api.json +5 -1
- tccli/services/apm/v20210622/api.json +32 -32
- tccli/services/apm/v20210622/examples.json +1 -1
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/billing/v20180709/api.json +550 -529
- tccli/services/billing/v20180709/examples.json +4 -4
- tccli/services/cat/v20180409/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +15 -1
- tccli/services/cfg/v20210820/api.json +36 -23
- tccli/services/cfg/v20210820/examples.json +11 -11
- tccli/services/cfs/v20190719/examples.json +3 -3
- tccli/services/ciam/v20220331/api.json +111 -111
- tccli/services/ciam/v20220331/examples.json +8 -8
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/controlcenter/controlcenter_client.py +212 -0
- tccli/services/controlcenter/v20230110/api.json +521 -3
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/v20221121/api.json +66 -6
- tccli/services/cvm/cvm_client.py +212 -0
- tccli/services/cvm/v20170312/api.json +1076 -272
- tccli/services/cvm/v20170312/examples.json +34 -2
- tccli/services/cynosdb/v20190107/api.json +13 -3
- tccli/services/dbbrain/v20191016/api.json +12 -8
- tccli/services/dbbrain/v20210527/api.json +20 -20
- tccli/services/dlc/v20210125/api.json +19 -0
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/emr/v20190103/api.json +11 -0
- tccli/services/es/v20180416/api.json +13 -0
- tccli/services/goosefs/v20220519/api.json +16 -15
- tccli/services/goosefs/v20220519/examples.json +2 -2
- tccli/services/gwlb/v20240906/api.json +22 -3
- tccli/services/gwlb/v20240906/examples.json +1 -1
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/iotcloud/v20210408/api.json +243 -245
- tccli/services/iotcloud/v20210408/examples.json +64 -64
- tccli/services/keewidb/v20220308/api.json +94 -94
- tccli/services/lcic/v20220817/api.json +110 -63
- tccli/services/lcic/v20220817/examples.json +6 -6
- tccli/services/live/v20180801/api.json +302 -288
- tccli/services/lke/lke_client.py +84 -84
- tccli/services/lke/v20231130/api.json +220 -164
- tccli/services/lke/v20231130/examples.json +16 -16
- tccli/services/lowcode/v20210108/api.json +120 -11
- tccli/services/lowcode/v20210108/examples.json +9 -9
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +7 -6
- tccli/services/mongodb/v20190725/examples.json +2 -2
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/mqtt/mqtt_client.py +110 -4
- tccli/services/mqtt/v20240516/api.json +132 -0
- tccli/services/mqtt/v20240516/examples.json +22 -0
- tccli/services/ocr/v20181119/api.json +7 -7
- tccli/services/partners/partners_client.py +61 -8
- tccli/services/partners/v20180321/api.json +110 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/pts/v20210728/api.json +44 -6
- tccli/services/redis/v20180412/api.json +66 -66
- tccli/services/rum/v20210622/api.json +90 -0
- tccli/services/sms/v20190711/examples.json +1 -1
- tccli/services/sms/v20210111/examples.json +1 -1
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tag/v20180813/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +141 -128
- tccli/services/tat/v20201028/examples.json +12 -12
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +93 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/teo/v20220901/api.json +4 -4
- tccli/services/tke/v20180525/api.json +313 -313
- tccli/services/tke/v20220501/api.json +2 -2
- tccli/services/tms/v20201229/api.json +9 -0
- tccli/services/tsf/v20180326/api.json +884 -884
- tccli/services/vdb/v20230616/api.json +12 -12
- tccli/services/waf/v20180125/api.json +7 -7
- tccli/services/waf/v20180125/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +107 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/RECORD +86 -86
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"CancelInvocation": {
|
4
|
-
"document": "
|
4
|
+
"document": "取消一台或多台实例执行的命令\n\n* 如果命令还未下发到agent,任务状态处于PENDING、DELIVERING、DELIVER_DELAYED,取消后任务状态是CANCELLED\n* 如果命令已下发到agent,任务状态处于RUNNING, 取消后任务状态是TERMINATED",
|
5
5
|
"input": "CancelInvocationRequest",
|
6
6
|
"name": "取消命令执行",
|
7
7
|
"output": "CancelInvocationResponse",
|
@@ -282,7 +282,7 @@
|
|
282
282
|
"members": [
|
283
283
|
{
|
284
284
|
"disabled": false,
|
285
|
-
"document": "执行活动ID",
|
285
|
+
"document": "执行活动ID。\n\n可通过 [DescribeInvocations(查询执行活动)](https://cloud.tencent.com/document/api/1340/52679) 接口获取。",
|
286
286
|
"example": "inv-xxxxxxxx",
|
287
287
|
"member": "string",
|
288
288
|
"name": "InvocationId",
|
@@ -291,7 +291,7 @@
|
|
291
291
|
},
|
292
292
|
{
|
293
293
|
"disabled": false,
|
294
|
-
"document": "实例ID列表,上限100
|
294
|
+
"document": "实例ID列表,上限100。\n\n可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:\n- CVM\n- Lighthouse\n- TAT 托管实例",
|
295
295
|
"example": "[\"ins-xxxxxxxx\"]",
|
296
296
|
"member": "string",
|
297
297
|
"name": "InstanceIds",
|
@@ -358,7 +358,7 @@
|
|
358
358
|
},
|
359
359
|
{
|
360
360
|
"disabled": false,
|
361
|
-
"document": "
|
361
|
+
"document": "命令类型。取值为 SHELL、POWERSHELL、BAT 之一。",
|
362
362
|
"example": "SHELL",
|
363
363
|
"member": "string",
|
364
364
|
"name": "CommandType",
|
@@ -388,7 +388,7 @@
|
|
388
388
|
},
|
389
389
|
{
|
390
390
|
"disabled": false,
|
391
|
-
"document": "
|
391
|
+
"document": "命令创建时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
392
392
|
"example": "2021-05-12T02:49:04Z",
|
393
393
|
"member": "datetime_iso",
|
394
394
|
"name": "CreatedTime",
|
@@ -398,7 +398,7 @@
|
|
398
398
|
},
|
399
399
|
{
|
400
400
|
"disabled": false,
|
401
|
-
"document": "
|
401
|
+
"document": "命令更新时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
402
402
|
"example": "2021-05-12T02:49:04Z",
|
403
403
|
"member": "datetime_iso",
|
404
404
|
"name": "UpdatedTime",
|
@@ -429,7 +429,7 @@
|
|
429
429
|
{
|
430
430
|
"disabled": false,
|
431
431
|
"document": "自定义参数的默认取值。",
|
432
|
-
"example": "[
|
432
|
+
"example": "[{\"ParameterName\":\"test01\",\"ParameterValue\":\"12345\",\"ParameterDescription\":\"for test01\"}]",
|
433
433
|
"member": "DefaultParameterConf",
|
434
434
|
"name": "DefaultParameterConfs",
|
435
435
|
"output_required": false,
|
@@ -449,7 +449,7 @@
|
|
449
449
|
{
|
450
450
|
"disabled": false,
|
451
451
|
"document": "命令的结构化描述。公共命令有值,用户命令为空字符串。",
|
452
|
-
"example": "{
|
452
|
+
"example": "{\"scenes\":[\"sc-e22tn6f2\"],\"cmd_description\":{\"en\":\"english description\",\"zh-cn\":\"中文描述\",\"name-en\":\"EngName\",\"name-zh-cn\":\"中文名\"},\"parameter_description\":{},\"cmdName\":\"name\",\"cmdDesc\":\"desc\"}",
|
453
453
|
"member": "string",
|
454
454
|
"name": "FormattedDescription",
|
455
455
|
"output_required": true,
|
@@ -469,7 +469,7 @@
|
|
469
469
|
{
|
470
470
|
"disabled": false,
|
471
471
|
"document": "命令关联的标签列表。",
|
472
|
-
"example": "[]",
|
472
|
+
"example": "[{\"Key\":\"k\", \"Value\":\"v\"}]",
|
473
473
|
"member": "Tag",
|
474
474
|
"name": "Tags",
|
475
475
|
"output_required": true,
|
@@ -524,7 +524,7 @@
|
|
524
524
|
},
|
525
525
|
{
|
526
526
|
"disabled": false,
|
527
|
-
"document": "
|
527
|
+
"document": "命令类型。取值为 SHELL、POWERSHELL、BAT 之一。",
|
528
528
|
"example": "SHELL",
|
529
529
|
"member": "string",
|
530
530
|
"name": "CommandType",
|
@@ -534,7 +534,7 @@
|
|
534
534
|
},
|
535
535
|
{
|
536
536
|
"disabled": false,
|
537
|
-
"document": "
|
537
|
+
"document": "超时时间。单位:秒。",
|
538
538
|
"example": "60",
|
539
539
|
"member": "uint64",
|
540
540
|
"name": "Timeout",
|
@@ -617,7 +617,7 @@
|
|
617
617
|
},
|
618
618
|
{
|
619
619
|
"disabled": false,
|
620
|
-
"document": "命令类型,目前支持取值:SHELL、POWERSHELL。默认:SHELL。",
|
620
|
+
"document": "命令类型,目前支持取值:SHELL、POWERSHELL、BAT。默认:SHELL。",
|
621
621
|
"example": "SHELL",
|
622
622
|
"member": "string",
|
623
623
|
"name": "CommandType",
|
@@ -653,7 +653,7 @@
|
|
653
653
|
},
|
654
654
|
{
|
655
655
|
"disabled": false,
|
656
|
-
"document": "启用自定义参数功能时,自定义参数的默认取值。字段类型为json encoded string。如:{\"varA\": \"222\"}。\nkey为自定义参数名称,value为该参数的默认取值。kv均为字符串型。\n如果InvokeCommand时未提供参数取值,将使用这里的默认值进行替换。\n自定义参数最多20个。\n自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。",
|
656
|
+
"document": "启用自定义参数功能时,自定义参数的默认取值。字段类型为json encoded string。如:{\"varA\": \"222\"}。\nkey为自定义参数名称,value为该参数的默认取值。kv均为字符串型。\n如果InvokeCommand时未提供参数取值,将使用这里的默认值进行替换。\n参数不支持同时指定 `DefaultParameters` 和 `DefaultParameterConfs` 。\n仅在 EnableParameter 参数为 true 时,才允许设置此参数。\n自定义参数最多20个。\n自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。",
|
657
657
|
"example": "{\"varA\": \"222\"}",
|
658
658
|
"member": "string",
|
659
659
|
"name": "DefaultParameters",
|
@@ -662,7 +662,7 @@
|
|
662
662
|
},
|
663
663
|
{
|
664
664
|
"disabled": false,
|
665
|
-
"document": "自定义参数数组。\n如果InvokeCommand时未提供参数取值,将使用这里的默认值进行替换。\n自定义参数最多20个。",
|
665
|
+
"document": "自定义参数数组。\n如果InvokeCommand时未提供参数取值,将使用这里的默认值进行替换。\n参数不支持同时指定 `DefaultParameters` 和 `DefaultParameterConfs` 。\n仅在 EnableParameter 参数为 true 时,才允许设置此参数。\n自定义参数最多20个。",
|
666
666
|
"example": "[ { \"ParameterName\": \"test01\", \"ParameterValue\": \"12345\", \"ParameterDescription\": \"for test01\" }, { \"ParameterName\": \"test02\", \"ParameterValue\": \"12345\", \"ParameterDescription\": \"for test02\"} ]",
|
667
667
|
"member": "DefaultParameterConf",
|
668
668
|
"name": "DefaultParameterConfs",
|
@@ -753,7 +753,7 @@
|
|
753
753
|
},
|
754
754
|
{
|
755
755
|
"disabled": false,
|
756
|
-
"document": "远程命令ID
|
756
|
+
"document": "远程命令ID。\n\n可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。",
|
757
757
|
"example": "cmd-k4ypdij0",
|
758
758
|
"member": "string",
|
759
759
|
"name": "CommandId",
|
@@ -762,7 +762,7 @@
|
|
762
762
|
},
|
763
763
|
{
|
764
764
|
"disabled": false,
|
765
|
-
"document": "触发器关联的实例ID。列表上限 100
|
765
|
+
"document": "触发器关联的实例ID。列表上限 100。\n\n可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。\n\n实例需要安装 TAT 客户端, 且客户端为 Online 状态。可通过 [DescribeAutomationAgentStatus(查询客户端状态)](https://cloud.tencent.com/document/api/1340/52682) 接口查询客户端状态。",
|
766
766
|
"example": "[\"ins-yx05ky8j\"]",
|
767
767
|
"member": "string",
|
768
768
|
"name": "InstanceIds",
|
@@ -780,7 +780,7 @@
|
|
780
780
|
},
|
781
781
|
{
|
782
782
|
"disabled": false,
|
783
|
-
"document": "
|
783
|
+
"document": "命令自定义参数。\n\n仅在 CommandId 所指命令的 EnableParameter 为 true 时,才允许设置此参数。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取命令的 EnableParameter 设置。",
|
784
784
|
"example": "{\"var\": \"A\"}",
|
785
785
|
"member": "string",
|
786
786
|
"name": "Parameters",
|
@@ -789,8 +789,8 @@
|
|
789
789
|
},
|
790
790
|
{
|
791
791
|
"disabled": false,
|
792
|
-
"document": "
|
793
|
-
"example": "{
|
792
|
+
"document": "周期执行器设置。当创建周期执行器时,必须指定此参数。",
|
793
|
+
"example": "{\"Policy\":\"ONCE\",\"InvokeTime\":\"2021-09-01T00:00:00+08:00\"}",
|
794
794
|
"member": "ScheduleSettings",
|
795
795
|
"name": "ScheduleSettings",
|
796
796
|
"required": false,
|
@@ -948,7 +948,7 @@
|
|
948
948
|
"members": [
|
949
949
|
{
|
950
950
|
"disabled": false,
|
951
|
-
"document": "待删除的命令ID
|
951
|
+
"document": "待删除的命令 ID。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。",
|
952
952
|
"example": "cmd-7efujjs6",
|
953
953
|
"member": "string",
|
954
954
|
"name": "CommandId",
|
@@ -975,7 +975,7 @@
|
|
975
975
|
"members": [
|
976
976
|
{
|
977
977
|
"disabled": false,
|
978
|
-
"document": "
|
978
|
+
"document": "待删除的命令 ID。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。",
|
979
979
|
"example": "[\"cmd-0v4tysy3\",\"cmd-0v4tysy4\"]",
|
980
980
|
"member": "string",
|
981
981
|
"name": "CommandIds",
|
@@ -1002,7 +1002,7 @@
|
|
1002
1002
|
"members": [
|
1003
1003
|
{
|
1004
1004
|
"disabled": false,
|
1005
|
-
"document": "待删除的执行器ID
|
1005
|
+
"document": "待删除的执行器ID。\n\n可通过 [DescribeInvokers(查询执行器)](https://cloud.tencent.com/document/api/1340/61759) 接口获取。",
|
1006
1006
|
"example": "ivk-b7s3qa5l",
|
1007
1007
|
"member": "string",
|
1008
1008
|
"name": "InvokerId",
|
@@ -1029,7 +1029,7 @@
|
|
1029
1029
|
"members": [
|
1030
1030
|
{
|
1031
1031
|
"disabled": false,
|
1032
|
-
"document": "注册码ID列表。限制输入的注册码ID数量大于0小于100
|
1032
|
+
"document": "注册码ID列表。限制输入的注册码ID数量大于0小于100。\n\n可通过 [DescribeRegisterCodes(查询注册码)](https://cloud.tencent.com/document/api/1340/96925) 接口获取。",
|
1033
1033
|
"example": "[\"d0b7xxxx-a6xx-40x9-898x-44c9f508axxx\"]",
|
1034
1034
|
"member": "string",
|
1035
1035
|
"name": "RegisterCodeIds",
|
@@ -1056,7 +1056,7 @@
|
|
1056
1056
|
"members": [
|
1057
1057
|
{
|
1058
1058
|
"disabled": false,
|
1059
|
-
"document": "
|
1059
|
+
"document": "托管实例ID。\n\n可通过 [DescribeRegisterInstances(查询托管实例)](https://cloud.tencent.com/document/api/1340/96924) 接口获取。",
|
1060
1060
|
"example": "[\"rins-8d5cxxxx\"]",
|
1061
1061
|
"member": "string",
|
1062
1062
|
"name": "InstanceId",
|
@@ -1083,7 +1083,7 @@
|
|
1083
1083
|
"members": [
|
1084
1084
|
{
|
1085
1085
|
"disabled": false,
|
1086
|
-
"document": "待查询的实例ID
|
1086
|
+
"document": "待查询的实例ID列表。\n\n可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。\n\n参数不支持同时指定 `InstanceIds ` 和 `Filters ` 。",
|
1087
1087
|
"example": "[\"lhins-ar5wyn4x\"]",
|
1088
1088
|
"member": "string",
|
1089
1089
|
"name": "InstanceIds",
|
@@ -1092,7 +1092,7 @@
|
|
1092
1092
|
},
|
1093
1093
|
{
|
1094
1094
|
"disabled": false,
|
1095
|
-
"document": "
|
1095
|
+
"document": "- agent-status - String - 是否必填:否 -(过滤条件)按照agent状态过滤,取值:Online 在线,Offline 离线。 \n- environment - String - 是否必填:否 -(过滤条件)按照agent运行环境查询,取值:Linux, Windows。\n- instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。\n\n参数不支持同时指定 `InstanceIds ` 和 `Filters ` 。",
|
1096
1096
|
"example": "[ { \"Name\": \"instance-id\", \"Values\": [\"ins-zcewfho0\"] }]",
|
1097
1097
|
"member": "Filter",
|
1098
1098
|
"name": "Filters",
|
@@ -1126,7 +1126,7 @@
|
|
1126
1126
|
{
|
1127
1127
|
"disabled": false,
|
1128
1128
|
"document": "Agent 信息列表。",
|
1129
|
-
"example": "
|
1129
|
+
"example": "无",
|
1130
1130
|
"member": "AutomationAgentInfo",
|
1131
1131
|
"name": "AutomationAgentSet",
|
1132
1132
|
"output_required": true,
|
@@ -1166,7 +1166,7 @@
|
|
1166
1166
|
},
|
1167
1167
|
{
|
1168
1168
|
"disabled": false,
|
1169
|
-
"document": "过滤条件。\n
|
1169
|
+
"document": "过滤条件。\n\n- command-id - String - 是否必填:否 -(过滤条件)按照命令ID过滤。\n- command-name - String - 是否必填:否 -(过滤条件)按照命令名称过滤。\n- command-type - String - 是否必填:否 -(过滤条件)按照命令类型过滤,取值为 SHELL、POWERSHELL、BAT。\n- scene-id - String - 是否必填:否 -(过滤条件)按照场景ID过滤。可通过 [DescribeScenes(查询场景)](https://cloud.tencent.com/document/api/1340/109968) 接口获取场景ID。\n- created-by - String - 是否必填:否 -(过滤条件)按照命令创建者过滤,取值为 TAT 或 USER。TAT 代表公共命令,USER 代表由用户创建的命令。\n- tag-key - String - 是否必填:否 -(过滤条件)按照标签键进行过滤。\n- tag-value - String - 是否必填:否 -(过滤条件)按照标签值进行过滤。\n- tag:tag-key - String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例4\n\n每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `CommandIds` 和 `Filters` 。",
|
1170
1170
|
"example": "[ { \"Name\": \"command-id\", \"Values\": [\"cmd-nrncl292\"] } ]",
|
1171
1171
|
"member": "Filter",
|
1172
1172
|
"name": "Filters",
|
@@ -1200,7 +1200,7 @@
|
|
1200
1200
|
{
|
1201
1201
|
"disabled": false,
|
1202
1202
|
"document": "符合条件的命令总数。",
|
1203
|
-
"example": "
|
1203
|
+
"example": "0",
|
1204
1204
|
"member": "uint64",
|
1205
1205
|
"name": "TotalCount",
|
1206
1206
|
"output_required": true,
|
@@ -1210,7 +1210,7 @@
|
|
1210
1210
|
{
|
1211
1211
|
"disabled": false,
|
1212
1212
|
"document": "命令详情列表。",
|
1213
|
-
"example": "
|
1213
|
+
"example": "无",
|
1214
1214
|
"member": "Command",
|
1215
1215
|
"name": "CommandSet",
|
1216
1216
|
"output_required": true,
|
@@ -1240,7 +1240,7 @@
|
|
1240
1240
|
},
|
1241
1241
|
{
|
1242
1242
|
"disabled": false,
|
1243
|
-
"document": "过滤条件。<br>\n\n
|
1243
|
+
"document": "过滤条件。<br>\n\n- invocation-task-id - String - 是否必填:否 -(过滤条件)按照执行任务ID过滤。\n- invocation-id - String - 是否必填:否 -(过滤条件)按照执行活动ID过滤。可通过 [DescribeInvocations(查询执行活动)](https://cloud.tencent.com/document/api/1340/52679) 接口获取。\n- instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型: CVM、Lighthouse、TAT 托管实例\n- command-id - String - 是否必填:否 -(过滤条件)按照命令ID过滤。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。\n\n每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InvocationTaskIds` 和 `Filters` 。",
|
1244
1244
|
"example": "[ { \"Name\": \"instance-id\", \"Values\": [\"ins-zcewfho0\"] } ]",
|
1245
1245
|
"member": "Filter",
|
1246
1246
|
"name": "Filters",
|
@@ -1267,7 +1267,7 @@
|
|
1267
1267
|
},
|
1268
1268
|
{
|
1269
1269
|
"disabled": false,
|
1270
|
-
"document": "
|
1270
|
+
"document": "是否隐藏命令输出结果,取值范围:\n\n- true:隐藏输出\n- false:不隐藏\n \n默认为 true。",
|
1271
1271
|
"example": "true",
|
1272
1272
|
"member": "bool",
|
1273
1273
|
"name": "HideOutput",
|
@@ -1293,7 +1293,7 @@
|
|
1293
1293
|
{
|
1294
1294
|
"disabled": false,
|
1295
1295
|
"document": "执行任务列表。",
|
1296
|
-
"example": "
|
1296
|
+
"example": "无",
|
1297
1297
|
"member": "InvocationTask",
|
1298
1298
|
"name": "InvocationTaskSet",
|
1299
1299
|
"output_required": true,
|
@@ -1324,7 +1324,7 @@
|
|
1324
1324
|
{
|
1325
1325
|
"disabled": false,
|
1326
1326
|
"document": "过滤条件。<br>\n\n<li> invocation-id - String - 是否必填:否 -(过滤条件)按照执行活动ID过滤。</li>\n <li> command-id - String - 是否必填:否 -(过滤条件)按照命令ID过滤。</li> \n<li> command-created-by - String - 是否必填:否 -(过滤条件)按照执行的命令类型过滤,取值为 TAT 或 USER,TAT 代表公共命令,USER 代表由用户创建的命令。</li>\n <li> instance-kind - String - 是否必填:否 -(过滤条件)按照运行实例类型过滤,取值为 CVM 或 LIGHTHOUSE,CVM 代表实例为云服务器, LIGHTHOUSE 代表实例为轻量应用服务器。</li>\n <br>每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InvocationIds` 和 `Filters` 。",
|
1327
|
-
"example": "[ { \"Name\": \"
|
1327
|
+
"example": "[ { \"Name\": \"invocation-id\", \"Values\": [\"inv-zcewfho0\"] } ]",
|
1328
1328
|
"member": "Filter",
|
1329
1329
|
"name": "Filters",
|
1330
1330
|
"required": false,
|
@@ -1367,7 +1367,7 @@
|
|
1367
1367
|
{
|
1368
1368
|
"disabled": false,
|
1369
1369
|
"document": "执行活动列表。",
|
1370
|
-
"example": "
|
1370
|
+
"example": "无",
|
1371
1371
|
"member": "Invocation",
|
1372
1372
|
"name": "InvocationSet",
|
1373
1373
|
"output_required": true,
|
@@ -1388,7 +1388,7 @@
|
|
1388
1388
|
"members": [
|
1389
1389
|
{
|
1390
1390
|
"disabled": false,
|
1391
|
-
"document": "执行器ID列表。列表上限 100
|
1391
|
+
"document": "执行器ID列表。列表上限 100。\n\n可通过 [DescribeInvokers(查询执行器)](https://cloud.tencent.com/document/api/1340/61759) 接口获取。",
|
1392
1392
|
"example": "[\"ivk-b7s3qa5l\"]",
|
1393
1393
|
"member": "string",
|
1394
1394
|
"name": "InvokerIds",
|
@@ -1453,7 +1453,7 @@
|
|
1453
1453
|
"members": [
|
1454
1454
|
{
|
1455
1455
|
"disabled": false,
|
1456
|
-
"document": "执行器ID
|
1456
|
+
"document": "执行器ID列表。\n\n参数不支持同时指定 `InvokerIds ` 和 `Filters ` 。\n",
|
1457
1457
|
"example": "[\"ivk-b7s3qa5l\"]",
|
1458
1458
|
"member": "string",
|
1459
1459
|
"name": "InvokerIds",
|
@@ -1462,7 +1462,7 @@
|
|
1462
1462
|
},
|
1463
1463
|
{
|
1464
1464
|
"disabled": false,
|
1465
|
-
"document": "
|
1465
|
+
"document": "过滤条件:\n\n- invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。\n- command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。\n- type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。目前仅支持 SCHEDULE 一种。\n\n参数不支持同时指定 `InvokerIds ` 和 `Filters ` 。",
|
1466
1466
|
"example": "[ { \"Name\": \"command-id\", \"Values\": [\"cmd-nrncl292\"] } ]",
|
1467
1467
|
"member": "Filter",
|
1468
1468
|
"name": "Filters",
|
@@ -1506,7 +1506,7 @@
|
|
1506
1506
|
{
|
1507
1507
|
"disabled": false,
|
1508
1508
|
"document": "执行器信息。",
|
1509
|
-
"example": "
|
1509
|
+
"example": "无",
|
1510
1510
|
"member": "Invoker",
|
1511
1511
|
"name": "InvokerSet",
|
1512
1512
|
"output_required": true,
|
@@ -1527,7 +1527,7 @@
|
|
1527
1527
|
"members": [
|
1528
1528
|
{
|
1529
1529
|
"disabled": false,
|
1530
|
-
"document": "
|
1530
|
+
"document": "资源名称\n\n取值为:\n\n- COMMAND:命令\n- REGISTER_CODE:托管实例注册码",
|
1531
1531
|
"example": "[\"COMMAND\"]",
|
1532
1532
|
"member": "string",
|
1533
1533
|
"name": "ResourceNames",
|
@@ -1645,7 +1645,7 @@
|
|
1645
1645
|
{
|
1646
1646
|
"disabled": false,
|
1647
1647
|
"document": "注册码信息列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1648
|
-
"example": "
|
1648
|
+
"example": "无",
|
1649
1649
|
"member": "RegisterCodeInfo",
|
1650
1650
|
"name": "RegisterCodeSet",
|
1651
1651
|
"output_required": true,
|
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
"members": [
|
1667
1667
|
{
|
1668
1668
|
"disabled": false,
|
1669
|
-
"document": "
|
1669
|
+
"document": "托管实例 id。\n\n参数不支持同时指定 `InstanceIds` 和 `Filters` 。\n",
|
1670
1670
|
"example": "[\"rins-8d88xxxx\"]",
|
1671
1671
|
"member": "string",
|
1672
1672
|
"name": "InstanceIds",
|
@@ -1675,8 +1675,8 @@
|
|
1675
1675
|
},
|
1676
1676
|
{
|
1677
1677
|
"disabled": false,
|
1678
|
-
"document": "
|
1679
|
-
"example": "[
|
1678
|
+
"document": "过滤器列表。参数不支持同时指定 `InstanceIds` 和 `Filters` 。\n\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】进行过滤。可通过 [DescribeRegisterCodes(查询注册码)](https://cloud.tencent.com/document/api/1340/96925) 接口获取。\n类型:String\n必选:否\n\n- sys-name\n\n按照【操作系统类型】进行过滤,取值:Linux | Windows。\n类型:String\n必选:否\n\n",
|
1679
|
+
"example": "[{\"name\":\"register-code-id\",\"value\":\"67c6df82-fa3e-48fb-9c17-07e3e1e9c2c3\"}]",
|
1680
1680
|
"member": "Filter",
|
1681
1681
|
"name": "Filters",
|
1682
1682
|
"required": false,
|
@@ -1719,7 +1719,7 @@
|
|
1719
1719
|
{
|
1720
1720
|
"disabled": false,
|
1721
1721
|
"document": "被托管的实例信息的列表。",
|
1722
|
-
"example": "
|
1722
|
+
"example": "无",
|
1723
1723
|
"member": "RegisterInstanceInfo",
|
1724
1724
|
"name": "RegisterInstanceSet",
|
1725
1725
|
"output_required": true,
|
@@ -1740,7 +1740,7 @@
|
|
1740
1740
|
"members": [
|
1741
1741
|
{
|
1742
1742
|
"disabled": false,
|
1743
|
-
"document": "场景 ID
|
1743
|
+
"document": "场景 ID 数组。\n\n参数不支持同时指定 `SceneIds ` 和 `Filters ` 。\n",
|
1744
1744
|
"example": "[\"sc-12345678\"]",
|
1745
1745
|
"member": "string",
|
1746
1746
|
"name": "SceneIds",
|
@@ -1749,7 +1749,7 @@
|
|
1749
1749
|
},
|
1750
1750
|
{
|
1751
1751
|
"disabled": false,
|
1752
|
-
"document": "过滤条件。\n
|
1752
|
+
"document": "过滤条件。\n\n- scene-id - String - 是否必填:否 -(过滤条件)按照场景 ID 过滤。\n- scene-name - String - 是否必填:否 -(过滤条件)按照场景名称过滤。\n- created-by - String - 是否必填:否 -(过滤条件)按照场景创建者过滤,目前仅支持 TAT,代表公共场景。\n\n每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `SceneIds` 和 `Filters` 。",
|
1753
1753
|
"example": "{\"scene-id\": \"sc-12345678\"}",
|
1754
1754
|
"member": "Filter",
|
1755
1755
|
"name": "Filters",
|
@@ -1814,7 +1814,7 @@
|
|
1814
1814
|
"members": [
|
1815
1815
|
{
|
1816
1816
|
"disabled": false,
|
1817
|
-
"document": "待停止的执行器ID
|
1817
|
+
"document": "待停止的执行器ID。\n\n可通过 [DescribeInvokers(查询执行器)](https://cloud.tencent.com/document/api/1340/61759) 接口获取。",
|
1818
1818
|
"example": "ivk-b7s3qa5l",
|
1819
1819
|
"member": "string",
|
1820
1820
|
"name": "InvokerId",
|
@@ -1841,7 +1841,7 @@
|
|
1841
1841
|
"members": [
|
1842
1842
|
{
|
1843
1843
|
"disabled": false,
|
1844
|
-
"document": "注册码ID
|
1844
|
+
"document": "注册码ID。\n\n可通过 [DescribeRegisterCodes(查询注册码)](https://cloud.tencent.com/document/api/1340/96925) 接口获取。",
|
1845
1845
|
"example": "[\"d0b7xxxx-a6xx-40x9-898x-44c9f508axxx\"]",
|
1846
1846
|
"member": "string",
|
1847
1847
|
"name": "RegisterCodeIds",
|
@@ -1868,7 +1868,7 @@
|
|
1868
1868
|
"members": [
|
1869
1869
|
{
|
1870
1870
|
"disabled": false,
|
1871
|
-
"document": "待启用的执行器ID
|
1871
|
+
"document": "待启用的执行器ID。\n\n可通过 [DescribeInvokers(查询执行器)](https://cloud.tencent.com/document/api/1340/61759) 接口获取。",
|
1872
1872
|
"example": "ivk-b7s3qa5l",
|
1873
1873
|
"member": "string",
|
1874
1874
|
"name": "InvokerId",
|
@@ -1919,7 +1919,7 @@
|
|
1919
1919
|
"members": [
|
1920
1920
|
{
|
1921
1921
|
"disabled": false,
|
1922
|
-
"document": "
|
1922
|
+
"document": "资源名称\n\n取值为:\n\n- COMMAND:命令\n- REGISTER_CODE:托管实例注册码",
|
1923
1923
|
"example": "COMMAND",
|
1924
1924
|
"member": "string",
|
1925
1925
|
"name": "ResourceName",
|
@@ -1978,7 +1978,7 @@
|
|
1978
1978
|
},
|
1979
1979
|
{
|
1980
1980
|
"disabled": false,
|
1981
|
-
"document": "执行任务状态。取值范围:\n\n
|
1981
|
+
"document": "执行任务状态。取值范围:\n\n- PENDING:等待下发\n- RUNNING:命令运行中\n- CANCELLING:取消中\n- SUCCESS:命令成功\n- TIMEOUT:命令超时\n- FAILED:命令失败\n- CANCELLED:命令全部取消\n- PARTIAL_FAILED:命令部分失败\n- PARTIAL_CANCELLED:命令部分取消",
|
1982
1982
|
"example": "SUCCESS",
|
1983
1983
|
"member": "string",
|
1984
1984
|
"name": "InvocationStatus",
|
@@ -1989,7 +1989,7 @@
|
|
1989
1989
|
{
|
1990
1990
|
"disabled": false,
|
1991
1991
|
"document": "执行任务信息列表。",
|
1992
|
-
"example": "[
|
1992
|
+
"example": "[{\"InstanceId\":\"lhins-71itjmdd\",\"InvocationTaskId\":\"invt-bd1w17gx22\",\"TaskStatus\":\"SUCCESS\"}]",
|
1993
1993
|
"member": "InvocationTaskBasicInfo",
|
1994
1994
|
"name": "InvocationTaskBasicInfoSet",
|
1995
1995
|
"output_required": true,
|
@@ -2008,8 +2008,8 @@
|
|
2008
2008
|
},
|
2009
2009
|
{
|
2010
2010
|
"disabled": false,
|
2011
|
-
"document": "
|
2012
|
-
"example": "
|
2011
|
+
"document": "执行活动开始时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
2012
|
+
"example": "2025-03-05T20:07:29Z",
|
2013
2013
|
"member": "datetime_iso",
|
2014
2014
|
"name": "StartTime",
|
2015
2015
|
"output_required": true,
|
@@ -2018,8 +2018,8 @@
|
|
2018
2018
|
},
|
2019
2019
|
{
|
2020
2020
|
"disabled": false,
|
2021
|
-
"document": "
|
2022
|
-
"example": "
|
2021
|
+
"document": "执行活动结束时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
2022
|
+
"example": "2025-03-05T20:07:29Z",
|
2023
2023
|
"member": "datetime_iso",
|
2024
2024
|
"name": "EndTime",
|
2025
2025
|
"output_required": true,
|
@@ -2028,8 +2028,8 @@
|
|
2028
2028
|
},
|
2029
2029
|
{
|
2030
2030
|
"disabled": false,
|
2031
|
-
"document": "
|
2032
|
-
"example": "
|
2031
|
+
"document": "执行活动创建时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
2032
|
+
"example": "2025-03-05T20:07:29Z",
|
2033
2033
|
"member": "datetime_iso",
|
2034
2034
|
"name": "CreatedTime",
|
2035
2035
|
"output_required": true,
|
@@ -2038,8 +2038,8 @@
|
|
2038
2038
|
},
|
2039
2039
|
{
|
2040
2040
|
"disabled": false,
|
2041
|
-
"document": "
|
2042
|
-
"example": "
|
2041
|
+
"document": "执行活动更新时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
2042
|
+
"example": "2025-03-05T20:07:29Z",
|
2043
2043
|
"member": "datetime_iso",
|
2044
2044
|
"name": "UpdatedTime",
|
2045
2045
|
"output_required": true,
|
@@ -2088,7 +2088,7 @@
|
|
2088
2088
|
},
|
2089
2089
|
{
|
2090
2090
|
"disabled": false,
|
2091
|
-
"document": "
|
2091
|
+
"document": "调用来源。\n\n- USER:来源于用户调用。\n- INVOKER:来源于定时执行。",
|
2092
2092
|
"example": "USER",
|
2093
2093
|
"member": "string",
|
2094
2094
|
"name": "InvocationSource",
|
@@ -2194,7 +2194,7 @@
|
|
2194
2194
|
},
|
2195
2195
|
{
|
2196
2196
|
"disabled": false,
|
2197
|
-
"document": "执行任务状态。取值范围:\n\n
|
2197
|
+
"document": "执行任务状态。取值范围:\n\n- PENDING:等待下发\n- DELIVERING:下发中\n- DELIVER_DELAYED:延时下发\n- DELIVER_FAILED:下发失败\n- START_FAILED:命令启动失败\n- RUNNING:命令运行中\n- SUCCESS:命令成功\n- FAILED:命令执行失败,执行完退出码不为 0\n- TIMEOUT:命令超时\n- TASK_TIMEOUT:客户端无响应\n- CANCELLING:取消中\n- CANCELLED:已取消(命令启动前就被取消)\n- TERMINATED:已中止(命令执行期间被取消)",
|
2198
2198
|
"example": "SUCCESS",
|
2199
2199
|
"member": "string",
|
2200
2200
|
"name": "TaskStatus",
|
@@ -2215,7 +2215,7 @@
|
|
2215
2215
|
{
|
2216
2216
|
"disabled": false,
|
2217
2217
|
"document": "执行结果。",
|
2218
|
-
"example": "{
|
2218
|
+
"example": "{\"Dropped\":0,\"ExecEndTime\":\"2024-11-13T02:10:32Z\",\"ExecStartTime\":\"2024-11-13T02:10:32Z\",\"ExitCode\":7,\"Output\":\"\",\"OutputUploadCOSErrorInfo\":\"\",\"OutputUrl\":\"\"}",
|
2219
2219
|
"member": "TaskResult",
|
2220
2220
|
"name": "TaskResult",
|
2221
2221
|
"output_required": true,
|
@@ -2224,8 +2224,8 @@
|
|
2224
2224
|
},
|
2225
2225
|
{
|
2226
2226
|
"disabled": false,
|
2227
|
-
"document": "
|
2228
|
-
"example": "
|
2227
|
+
"document": "执行任务开始时间。格式为:YYYY-MM-DDThh:mm:ssZ\n注意:此字段可能返回 null,表示取不到有效值。",
|
2228
|
+
"example": "2025-03-05T20:07:29Z",
|
2229
2229
|
"member": "datetime_iso",
|
2230
2230
|
"name": "StartTime",
|
2231
2231
|
"output_required": true,
|
@@ -2234,8 +2234,8 @@
|
|
2234
2234
|
},
|
2235
2235
|
{
|
2236
2236
|
"disabled": false,
|
2237
|
-
"document": "
|
2238
|
-
"example": "
|
2237
|
+
"document": "执行任务结束时间。格式为:YYYY-MM-DDThh:mm:ssZ\n注意:此字段可能返回 null,表示取不到有效值。",
|
2238
|
+
"example": "2025-03-05T20:07:29Z",
|
2239
2239
|
"member": "datetime_iso",
|
2240
2240
|
"name": "EndTime",
|
2241
2241
|
"output_required": true,
|
@@ -2244,8 +2244,8 @@
|
|
2244
2244
|
},
|
2245
2245
|
{
|
2246
2246
|
"disabled": false,
|
2247
|
-
"document": "
|
2248
|
-
"example": "
|
2247
|
+
"document": "创建时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
2248
|
+
"example": "2025-03-05T20:07:29Z",
|
2249
2249
|
"member": "datetime_iso",
|
2250
2250
|
"name": "CreatedTime",
|
2251
2251
|
"output_required": true,
|
@@ -2254,8 +2254,8 @@
|
|
2254
2254
|
},
|
2255
2255
|
{
|
2256
2256
|
"disabled": false,
|
2257
|
-
"document": "
|
2258
|
-
"example": "
|
2257
|
+
"document": "更新时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
2258
|
+
"example": "2025-03-05T20:07:29Z",
|
2259
2259
|
"member": "datetime_iso",
|
2260
2260
|
"name": "UpdatedTime",
|
2261
2261
|
"output_required": true,
|
@@ -2265,7 +2265,7 @@
|
|
2265
2265
|
{
|
2266
2266
|
"disabled": false,
|
2267
2267
|
"document": "执行任务所执行的命令详情。",
|
2268
|
-
"example": "{
|
2268
|
+
"example": "{\"CommandType\":\"SHELL\",\"Content\":\"cHdk\",\"OutputCOSBucketUrl\":\"\",\"OutputCOSKeyPrefix\":\"prefix\",\"Timeout\":600,\"Username\":\"root\",\"WorkingDirectory\":\"/data\"}",
|
2269
2269
|
"member": "CommandDocument",
|
2270
2270
|
"name": "CommandDocument",
|
2271
2271
|
"output_required": true,
|
@@ -2304,17 +2304,17 @@
|
|
2304
2304
|
"example": "invt-aaaabbbb",
|
2305
2305
|
"member": "string",
|
2306
2306
|
"name": "InvocationTaskId",
|
2307
|
-
"
|
2307
|
+
"output_required": true,
|
2308
2308
|
"type": "string",
|
2309
2309
|
"value_allowed_null": false
|
2310
2310
|
},
|
2311
2311
|
{
|
2312
2312
|
"disabled": false,
|
2313
|
-
"document": "执行任务状态。取值范围:\n
|
2314
|
-
"example": "
|
2313
|
+
"document": "执行任务状态。取值范围:\n\n- PENDING:等待下发\n- DELIVERING:下发中\n- DELIVER_DELAYED:延时下发\n- DELIVER_FAILED:下发失败\n- START_FAILED:命令启动失败\n- RUNNING:命令运行中\n- SUCCESS:命令成功\n- FAILED:命令执行失败,执行完退出码不为 0\n- TIMEOUT:命令超时\n- TASK_TIMEOUT:客户端无响应\n- CANCELLING:取消中\n- CANCELLED:已取消(命令启动前就被取消)\n- TERMINATED:已中止(命令执行期间被取消)",
|
2314
|
+
"example": "SUCCESS",
|
2315
2315
|
"member": "string",
|
2316
2316
|
"name": "TaskStatus",
|
2317
|
-
"
|
2317
|
+
"output_required": true,
|
2318
2318
|
"type": "string",
|
2319
2319
|
"value_allowed_null": false
|
2320
2320
|
},
|
@@ -2324,7 +2324,7 @@
|
|
2324
2324
|
"example": "ins-aaaabbbb",
|
2325
2325
|
"member": "string",
|
2326
2326
|
"name": "InstanceId",
|
2327
|
-
"
|
2327
|
+
"output_required": true,
|
2328
2328
|
"type": "string",
|
2329
2329
|
"value_allowed_null": false
|
2330
2330
|
}
|
@@ -2336,7 +2336,7 @@
|
|
2336
2336
|
"members": [
|
2337
2337
|
{
|
2338
2338
|
"disabled": false,
|
2339
|
-
"document": "待触发的命令ID
|
2339
|
+
"document": "待触发的命令ID。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。",
|
2340
2340
|
"example": "cmd-ffxdx79i",
|
2341
2341
|
"member": "string",
|
2342
2342
|
"name": "CommandId",
|
@@ -2345,7 +2345,7 @@
|
|
2345
2345
|
},
|
2346
2346
|
{
|
2347
2347
|
"disabled": false,
|
2348
|
-
"document": "待执行命令的实例ID列表,上限200
|
2348
|
+
"document": "待执行命令的实例ID列表,上限200。\n\n可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:\n- CVM\n- Lighthouse\n- TAT 托管实例",
|
2349
2349
|
"example": "[\"lhins-ar5wyn40\"]",
|
2350
2350
|
"member": "string",
|
2351
2351
|
"name": "InstanceIds",
|
@@ -2354,7 +2354,7 @@
|
|
2354
2354
|
},
|
2355
2355
|
{
|
2356
2356
|
"disabled": false,
|
2357
|
-
"document": "Command 的自定义参数。字段类型为json encoded string。如:{\"varA\": \"222\"}。\nkey为自定义参数名称,value为该参数的默认取值。kv均为字符串型。\n如果未提供该参数取值,将使用 Command 的 DefaultParameters 进行替换。\n自定义参数最多20个。\n自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。",
|
2357
|
+
"document": "Command 的自定义参数。字段类型为json encoded string。如:{\"varA\": \"222\"}。\nkey为自定义参数名称,value为该参数的默认取值。kv均为字符串型。\n仅在命令的 EnableParameter 为 true 时,才允许设置此参数。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取命令的 EnableParameter 设置。\n如果未提供该参数取值,将使用 Command 的 DefaultParameters 或 DefaultParameterConfs 进行替换。\n自定义参数最多20个。\n自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。",
|
2358
2358
|
"example": "{\"varA\": \"222\"}",
|
2359
2359
|
"member": "string",
|
2360
2360
|
"name": "Parameters",
|
@@ -2456,7 +2456,7 @@
|
|
2456
2456
|
},
|
2457
2457
|
{
|
2458
2458
|
"disabled": false,
|
2459
|
-
"document": "
|
2459
|
+
"document": "执行器类型。目前仅支持 SCHEDULE 一种。",
|
2460
2460
|
"example": "SCHEDULE",
|
2461
2461
|
"member": "string",
|
2462
2462
|
"name": "Type",
|
@@ -2487,7 +2487,7 @@
|
|
2487
2487
|
{
|
2488
2488
|
"disabled": false,
|
2489
2489
|
"document": "自定义参数。",
|
2490
|
-
"example": "{\"var\": 1}",
|
2490
|
+
"example": "{\"var\": \"1\"}",
|
2491
2491
|
"member": "string",
|
2492
2492
|
"name": "Parameters",
|
2493
2493
|
"output_required": true,
|
@@ -2526,7 +2526,7 @@
|
|
2526
2526
|
},
|
2527
2527
|
{
|
2528
2528
|
"disabled": false,
|
2529
|
-
"document": "
|
2529
|
+
"document": "创建时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
2530
2530
|
"example": "2021-08-30T06:42:02Z",
|
2531
2531
|
"member": "datetime_iso",
|
2532
2532
|
"name": "CreatedTime",
|
@@ -2536,7 +2536,7 @@
|
|
2536
2536
|
},
|
2537
2537
|
{
|
2538
2538
|
"disabled": false,
|
2539
|
-
"document": "
|
2539
|
+
"document": "修改时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
2540
2540
|
"example": "2021-08-30T06:42:02Z",
|
2541
2541
|
"member": "datetime_iso",
|
2542
2542
|
"name": "UpdatedTime",
|
@@ -2556,17 +2556,17 @@
|
|
2556
2556
|
"example": "ivk-b7s3qa5l",
|
2557
2557
|
"member": "string",
|
2558
2558
|
"name": "InvokerId",
|
2559
|
-
"
|
2559
|
+
"output_required": true,
|
2560
2560
|
"type": "string",
|
2561
2561
|
"value_allowed_null": false
|
2562
2562
|
},
|
2563
2563
|
{
|
2564
2564
|
"disabled": false,
|
2565
|
-
"document": "
|
2565
|
+
"document": "执行时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
2566
2566
|
"example": "2021-10-30T00:00:00Z",
|
2567
2567
|
"member": "datetime_iso",
|
2568
2568
|
"name": "InvokeTime",
|
2569
|
-
"
|
2569
|
+
"output_required": true,
|
2570
2570
|
"type": "string",
|
2571
2571
|
"value_allowed_null": false
|
2572
2572
|
},
|
@@ -2576,7 +2576,7 @@
|
|
2576
2576
|
"example": "start an invocation at scheduled time.",
|
2577
2577
|
"member": "string",
|
2578
2578
|
"name": "Reason",
|
2579
|
-
"
|
2579
|
+
"output_required": true,
|
2580
2580
|
"type": "string",
|
2581
2581
|
"value_allowed_null": false
|
2582
2582
|
},
|
@@ -2586,17 +2586,17 @@
|
|
2586
2586
|
"example": "inv-4ybg8gmj",
|
2587
2587
|
"member": "string",
|
2588
2588
|
"name": "InvocationId",
|
2589
|
-
"
|
2589
|
+
"output_required": true,
|
2590
2590
|
"type": "string",
|
2591
2591
|
"value_allowed_null": false
|
2592
2592
|
},
|
2593
2593
|
{
|
2594
2594
|
"disabled": false,
|
2595
|
-
"document": "
|
2595
|
+
"document": "触发结果。\n\n- PENDING:等待下发\n- RUNNING:命令运行中\n- CANCELLING:取消中\n- SUCCESS:命令成功\n- TIMEOUT:命令超时\n- FAILED:命令失败\n- CANCELLED:命令全部取消\n- PARTIAL_FAILED:命令部分失败\n- PARTIAL_CANCELLED:命令部分取消",
|
2596
2596
|
"example": "SUCCESS",
|
2597
2597
|
"member": "string",
|
2598
2598
|
"name": "Result",
|
2599
|
-
"
|
2599
|
+
"output_required": true,
|
2600
2600
|
"type": "string",
|
2601
2601
|
"value_allowed_null": false
|
2602
2602
|
}
|
@@ -2608,7 +2608,7 @@
|
|
2608
2608
|
"members": [
|
2609
2609
|
{
|
2610
2610
|
"disabled": false,
|
2611
|
-
"document": "命令ID
|
2611
|
+
"document": "命令ID。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。",
|
2612
2612
|
"example": "cmd-7efujjs6",
|
2613
2613
|
"member": "string",
|
2614
2614
|
"name": "CommandId",
|
@@ -2644,7 +2644,7 @@
|
|
2644
2644
|
},
|
2645
2645
|
{
|
2646
2646
|
"disabled": false,
|
2647
|
-
"document": "命令类型,目前支持取值:SHELL、POWERSHELL。",
|
2647
|
+
"document": "命令类型,目前支持取值:SHELL、POWERSHELL、BAT。",
|
2648
2648
|
"example": "SHELL",
|
2649
2649
|
"member": "string",
|
2650
2650
|
"name": "CommandType",
|
@@ -2671,7 +2671,7 @@
|
|
2671
2671
|
},
|
2672
2672
|
{
|
2673
2673
|
"disabled": false,
|
2674
|
-
"document": "启用自定义参数功能时,自定义参数的默认取值。字段类型为json encoded string。如:{\"varA\": \"222\"}。\n采取整体全覆盖式修改,即修改时必须提供所有新默认值。\n
|
2674
|
+
"document": "启用自定义参数功能时,自定义参数的默认取值。字段类型为json encoded string。如:{\"varA\": \"222\"}。\n参数不支持同时指定 `DefaultParameters` 和 `DefaultParameterConfs` 。\n采取整体全覆盖式修改,即修改时必须提供所有新默认值。\n仅在命令的 EnableParameter 为 true 时,才允许修改此参数。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取命令的 EnableParameter 设置。\nkey为自定义参数名称,value为该参数的默认取值。kv均为字符串型。\n自定义参数最多20个。\n自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。",
|
2675
2675
|
"example": "{\"varA\": \"222\"}",
|
2676
2676
|
"member": "string",
|
2677
2677
|
"name": "DefaultParameters",
|
@@ -2680,7 +2680,7 @@
|
|
2680
2680
|
},
|
2681
2681
|
{
|
2682
2682
|
"disabled": false,
|
2683
|
-
"document": "
|
2683
|
+
"document": "自定义参数数组。如果 InvokeCommand 时未提供参数取值,将使用这里的默认值进行替换。\n参数不支持同时指定 `DefaultParameters` 和 `DefaultParameterConfs` 。\n仅在命令的 EnableParameter 为 true 时,才允许修改此参数。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取命令的 EnableParameter 设置。\n自定义参数最多20个。",
|
2684
2684
|
"example": "[ { \"ParameterName\": \"test01\", \"ParameterValue\": \"12345\", \"ParameterDescription\": \"for test01\" }, { \"ParameterName\": \"test02\", \"ParameterValue\": \"12345\", \"ParameterDescription\": \"for test02\"} ]",
|
2685
2685
|
"member": "DefaultParameterConf",
|
2686
2686
|
"name": "DefaultParameterConfs",
|
@@ -2734,7 +2734,7 @@
|
|
2734
2734
|
"members": [
|
2735
2735
|
{
|
2736
2736
|
"disabled": false,
|
2737
|
-
"document": "待修改的执行器ID
|
2737
|
+
"document": "待修改的执行器ID。\n\n可通过 [DescribeInvokers(查询执行器)](https://cloud.tencent.com/document/api/1340/61759) 接口获取。",
|
2738
2738
|
"example": "ivk-n0t6rxtv",
|
2739
2739
|
"member": "string",
|
2740
2740
|
"name": "InvokerId",
|
@@ -2761,7 +2761,7 @@
|
|
2761
2761
|
},
|
2762
2762
|
{
|
2763
2763
|
"disabled": false,
|
2764
|
-
"document": "待修改的命令ID
|
2764
|
+
"document": "待修改的命令ID。\n\n可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。",
|
2765
2765
|
"example": "cmd-m7uma92n",
|
2766
2766
|
"member": "string",
|
2767
2767
|
"name": "CommandId",
|
@@ -2779,7 +2779,7 @@
|
|
2779
2779
|
},
|
2780
2780
|
{
|
2781
2781
|
"disabled": false,
|
2782
|
-
"document": "
|
2782
|
+
"document": "待修改的自定义参数。\n\n仅在 CommandId 所指命令的 EnableParameter 为 true 时,才允许设置此参数。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取命令的 EnableParameter 设置。",
|
2783
2783
|
"example": "{\"var\": \"A\"}",
|
2784
2784
|
"member": "string",
|
2785
2785
|
"name": "Parameters",
|
@@ -2788,7 +2788,7 @@
|
|
2788
2788
|
},
|
2789
2789
|
{
|
2790
2790
|
"disabled": false,
|
2791
|
-
"document": "待修改的实例ID列表。列表长度上限100
|
2791
|
+
"document": "待修改的实例ID列表。列表长度上限100。\n\n可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。\n\n实例需要安装 TAT 客户端, 且客户端为 Online 状态。可通过 [DescribeAutomationAgentStatus(查询客户端状态)](https://cloud.tencent.com/document/api/1340/52682) 接口查询客户端状态。",
|
2792
2792
|
"example": "[\"ins-yx05ky8j\"]",
|
2793
2793
|
"member": "string",
|
2794
2794
|
"name": "InstanceIds",
|
@@ -2824,7 +2824,7 @@
|
|
2824
2824
|
"members": [
|
2825
2825
|
{
|
2826
2826
|
"disabled": false,
|
2827
|
-
"document": "
|
2827
|
+
"document": "托管实例ID。\n\n可通过 [DescribeRegisterInstances(查询托管实例)](https://cloud.tencent.com/document/api/1340/96924) 接口获取。",
|
2828
2828
|
"example": "rins-8dz6cwxx",
|
2829
2829
|
"member": "string",
|
2830
2830
|
"name": "InstanceId",
|
@@ -2860,8 +2860,8 @@
|
|
2860
2860
|
"members": [
|
2861
2861
|
{
|
2862
2862
|
"disabled": false,
|
2863
|
-
"document": "本次预览采用的自定义参数。字段类型为 json encoded string,如:{
|
2864
|
-
"example": "{
|
2863
|
+
"document": "本次预览采用的自定义参数。字段类型为 json encoded string,如:{\"varA\": \"222\"}。\n仅在命令的 EnableParameter 为 true 时,才允许设置此参数。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取命令的 EnableParameter 设置。\n如果有设置过 DefaultParameters 或 DefaultParameterConfs,会与 Parameters 进行叠加,优先使用 Parameters 的值。\n\nkey 为自定义参数名称,value 为该参数的取值。kv 均为字符串型。\n自定义参数最多 20 个。\n自定义参数名称需符合以下规范:字符数目上限 64,可选范围【a-zA-Z0-9-_】。\n如果将预览的 CommandId 设置过 DefaultParameters,本参数可以为空。",
|
2864
|
+
"example": "{\"varA\": \"222\"}",
|
2865
2865
|
"member": "string",
|
2866
2866
|
"name": "Parameters",
|
2867
2867
|
"required": false,
|
@@ -2869,7 +2869,7 @@
|
|
2869
2869
|
},
|
2870
2870
|
{
|
2871
2871
|
"disabled": false,
|
2872
|
-
"document": "
|
2872
|
+
"document": "要进行替换预览的命令。\n可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。\nCommandId 与 Content,必须且只能提供一个。",
|
2873
2873
|
"example": "cmd-abcdefgh",
|
2874
2874
|
"member": "string",
|
2875
2875
|
"name": "CommandId",
|
@@ -2919,7 +2919,7 @@
|
|
2919
2919
|
"example": "ap-guangzhou",
|
2920
2920
|
"member": "string",
|
2921
2921
|
"name": "Region",
|
2922
|
-
"
|
2922
|
+
"output_required": true,
|
2923
2923
|
"type": "string",
|
2924
2924
|
"value_allowed_null": false
|
2925
2925
|
},
|
@@ -2929,17 +2929,17 @@
|
|
2929
2929
|
"example": "广州",
|
2930
2930
|
"member": "string",
|
2931
2931
|
"name": "RegionName",
|
2932
|
-
"
|
2932
|
+
"output_required": true,
|
2933
2933
|
"type": "string",
|
2934
2934
|
"value_allowed_null": false
|
2935
2935
|
},
|
2936
2936
|
{
|
2937
2937
|
"disabled": false,
|
2938
|
-
"document": "地域是否可用状态,AVAILABLE
|
2938
|
+
"document": "地域是否可用状态,AVAILABLE 代表可用,UNAVAILABLE 代表不可用。",
|
2939
2939
|
"example": "AVAILABLE",
|
2940
2940
|
"member": "string",
|
2941
2941
|
"name": "RegionState",
|
2942
|
-
"
|
2942
|
+
"output_required": true,
|
2943
2943
|
"type": "string",
|
2944
2944
|
"value_allowed_null": false
|
2945
2945
|
}
|
@@ -3097,7 +3097,7 @@
|
|
3097
3097
|
},
|
3098
3098
|
{
|
3099
3099
|
"disabled": false,
|
3100
|
-
"document": "
|
3100
|
+
"document": "系统名。取值:Linux | Windows。",
|
3101
3101
|
"example": "Linux",
|
3102
3102
|
"member": "string",
|
3103
3103
|
"name": "SystemName",
|
@@ -3147,8 +3147,8 @@
|
|
3147
3147
|
},
|
3148
3148
|
{
|
3149
3149
|
"disabled": false,
|
3150
|
-
"document": "
|
3151
|
-
"example": "
|
3150
|
+
"document": "创建时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
3151
|
+
"example": "2025-03-05T20:07:29Z",
|
3152
3152
|
"member": "datetime_iso",
|
3153
3153
|
"name": "CreatedTime",
|
3154
3154
|
"output_required": false,
|
@@ -3157,13 +3157,23 @@
|
|
3157
3157
|
},
|
3158
3158
|
{
|
3159
3159
|
"disabled": false,
|
3160
|
-
"document": "
|
3161
|
-
"example": "
|
3160
|
+
"document": "上次更新时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
3161
|
+
"example": "2025-03-05T20:07:29Z",
|
3162
3162
|
"member": "datetime_iso",
|
3163
3163
|
"name": "UpdatedTime",
|
3164
3164
|
"output_required": false,
|
3165
3165
|
"type": "string",
|
3166
3166
|
"value_allowed_null": false
|
3167
|
+
},
|
3168
|
+
{
|
3169
|
+
"disabled": false,
|
3170
|
+
"document": "标签",
|
3171
|
+
"example": "[{\"name\": \"owner\", \"value\": \"zhang san\"}]",
|
3172
|
+
"member": "Tag",
|
3173
|
+
"name": "Tags",
|
3174
|
+
"output_required": false,
|
3175
|
+
"type": "list",
|
3176
|
+
"value_allowed_null": false
|
3167
3177
|
}
|
3168
3178
|
],
|
3169
3179
|
"usage": "out"
|
@@ -3182,7 +3192,7 @@
|
|
3182
3192
|
},
|
3183
3193
|
{
|
3184
3194
|
"disabled": false,
|
3185
|
-
"document": "待执行命令的实例ID列表,上限200
|
3195
|
+
"document": "待执行命令的实例ID列表,上限200。\n\n可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:\n- CVM\n- Lighthouse\n- TAT 托管实例",
|
3186
3196
|
"example": "[\"ins-zcxx4ga1\"]",
|
3187
3197
|
"member": "string",
|
3188
3198
|
"name": "InstanceIds",
|
@@ -3209,7 +3219,7 @@
|
|
3209
3219
|
},
|
3210
3220
|
{
|
3211
3221
|
"disabled": false,
|
3212
|
-
"document": "命令类型,目前支持取值:SHELL、POWERSHELL。默认:SHELL。",
|
3222
|
+
"document": "命令类型,目前支持取值:SHELL、POWERSHELL、BAT。默认:SHELL。",
|
3213
3223
|
"example": "SHELL",
|
3214
3224
|
"member": "string",
|
3215
3225
|
"name": "CommandType",
|
@@ -3254,7 +3264,7 @@
|
|
3254
3264
|
},
|
3255
3265
|
{
|
3256
3266
|
"disabled": false,
|
3257
|
-
"document": "启用自定义参数功能时,自定义参数的默认取值。字段类型为json encoded string。如:{\"varA\": \"222\"}。\nkey为自定义参数名称,value为该参数的默认取值。kv均为字符串型。\n如果 Parameters 未提供,将使用这里的默认值进行替换。\n自定义参数最多20个。\n自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。",
|
3267
|
+
"document": "启用自定义参数功能时,自定义参数的默认取值。字段类型为json encoded string。如:{\"varA\": \"222\"}。\nkey为自定义参数名称,value为该参数的默认取值。kv均为字符串型。\n仅在命令的 EnableParameter 为 true 时,才允许设置此参数。\n参数不支持同时指定 `DefaultParameters` 和 `DefaultParameterConfs` 。\n如果 Parameters 未提供,将使用这里的默认值进行替换。\n自定义参数最多20个。\n自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。",
|
3258
3268
|
"example": "{\"varA\": \"222\"}",
|
3259
3269
|
"member": "string",
|
3260
3270
|
"name": "DefaultParameters",
|
@@ -3263,7 +3273,7 @@
|
|
3263
3273
|
},
|
3264
3274
|
{
|
3265
3275
|
"disabled": false,
|
3266
|
-
"document": "自定义参数数组。 如果 Parameters 未提供,将使用这里的默认值进行替换。 自定义参数最多20
|
3276
|
+
"document": "自定义参数数组。 如果 Parameters 未提供,将使用这里的默认值进行替换。 自定义参数最多20个。\n如果 Parameters 未提供,将使用这里的默认值进行替换。\n仅在命令的 EnableParameter 为 true 时,才允许设置此参数。\n参数不支持同时指定 `DefaultParameters` 和 `DefaultParameterConfs` 。",
|
3267
3277
|
"example": "[ { \"ParameterName\": \"test01\", \"ParameterValue\": \"12345\", \"ParameterDescription\": \"for test01\" }, { \"ParameterName\": \"test02\", \"ParameterValue\": \"12345\", \"ParameterDescription\": \"for test02\"} ]",
|
3268
3278
|
"member": "DefaultParameterConf",
|
3269
3279
|
"name": "DefaultParameterConfs",
|
@@ -3272,7 +3282,7 @@
|
|
3272
3282
|
},
|
3273
3283
|
{
|
3274
3284
|
"disabled": false,
|
3275
|
-
"document": "Command 的自定义参数。字段类型为json encoded string。如:{\"varA\": \"222\"}。\nkey为自定义参数名称,value为该参数的默认取值。kv均为字符串型。\n如果未提供该参数取值,将使用 DefaultParameters 进行替换。\n自定义参数最多20个。\n自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。",
|
3285
|
+
"document": "Command 的自定义参数。字段类型为json encoded string。如:{\"varA\": \"222\"}。\nkey为自定义参数名称,value为该参数的默认取值。kv均为字符串型。\n仅在命令的 EnableParameter 为 true 时,才允许设置此参数。\n如果未提供该参数取值,将使用 DefaultParameters 或 DefaultParameterConfs 进行替换。\n自定义参数最多20个。\n自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。",
|
3276
3286
|
"example": "{\"varA\": \"222\"}",
|
3277
3287
|
"member": "string",
|
3278
3288
|
"name": "Parameters",
|
@@ -3377,8 +3387,8 @@
|
|
3377
3387
|
},
|
3378
3388
|
{
|
3379
3389
|
"disabled": false,
|
3380
|
-
"document": "
|
3381
|
-
"example": "
|
3390
|
+
"document": "场景创建者。\n\n- TAT:公共场景",
|
3391
|
+
"example": "TAT",
|
3382
3392
|
"member": "string",
|
3383
3393
|
"name": "CreatedBy",
|
3384
3394
|
"output_required": true,
|
@@ -3388,7 +3398,7 @@
|
|
3388
3398
|
},
|
3389
3399
|
{
|
3390
3400
|
"disabled": false,
|
3391
|
-
"document": "
|
3401
|
+
"document": "创建时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
3392
3402
|
"example": "2021-05-12T02:49:04Z",
|
3393
3403
|
"member": "string",
|
3394
3404
|
"name": "CreatedTime",
|
@@ -3399,7 +3409,7 @@
|
|
3399
3409
|
},
|
3400
3410
|
{
|
3401
3411
|
"disabled": false,
|
3402
|
-
"document": "
|
3412
|
+
"document": "更新时间。格式为:YYYY-MM-DDThh:mm:ssZ",
|
3403
3413
|
"example": "2021-05-12T02:49:04Z",
|
3404
3414
|
"member": "string",
|
3405
3415
|
"name": "UpdatedTime",
|
@@ -3416,10 +3426,11 @@
|
|
3416
3426
|
"members": [
|
3417
3427
|
{
|
3418
3428
|
"disabled": false,
|
3419
|
-
"document": "执行策略:\n
|
3429
|
+
"document": "执行策略:\n- ONCE:单次执行\n- RECURRENCE:周期执行\n\n只有在 CreateInvoker 时才必填,ModifyInvoker 时为非必填",
|
3420
3430
|
"example": "ONCE",
|
3421
3431
|
"member": "string",
|
3422
3432
|
"name": "Policy",
|
3433
|
+
"output_required": true,
|
3423
3434
|
"required": true,
|
3424
3435
|
"type": "string",
|
3425
3436
|
"value_allowed_null": false
|
@@ -3430,16 +3441,18 @@
|
|
3430
3441
|
"example": "0 0 1 * *",
|
3431
3442
|
"member": "string",
|
3432
3443
|
"name": "Recurrence",
|
3444
|
+
"output_required": true,
|
3433
3445
|
"required": false,
|
3434
3446
|
"type": "string",
|
3435
3447
|
"value_allowed_null": false
|
3436
3448
|
},
|
3437
3449
|
{
|
3438
3450
|
"disabled": false,
|
3439
|
-
"document": "执行器下次执行时间。Policy 为 ONCE
|
3451
|
+
"document": "执行器下次执行时间。Policy 为 ONCE 时,需要指定此字段。\n\n时间格式为:YYYY-MM-DDThh:mm:ssZ",
|
3440
3452
|
"example": "2021-09-01T00:00:00+08:00",
|
3441
3453
|
"member": "datetime_iso",
|
3442
3454
|
"name": "InvokeTime",
|
3455
|
+
"output_required": true,
|
3443
3456
|
"required": false,
|
3444
3457
|
"type": "string",
|
3445
3458
|
"value_allowed_null": false
|
@@ -3500,8 +3513,8 @@
|
|
3500
3513
|
},
|
3501
3514
|
{
|
3502
3515
|
"disabled": false,
|
3503
|
-
"document": "
|
3504
|
-
"example": "
|
3516
|
+
"document": "命令执行开始时间。格式为:YYYY-MM-DDThh:mm:ssZ\n注意:此字段可能返回 null,表示取不到有效值。",
|
3517
|
+
"example": "2025-03-05T20:07:29Z",
|
3505
3518
|
"member": "datetime_iso",
|
3506
3519
|
"name": "ExecStartTime",
|
3507
3520
|
"output_required": true,
|
@@ -3510,8 +3523,8 @@
|
|
3510
3523
|
},
|
3511
3524
|
{
|
3512
3525
|
"disabled": false,
|
3513
|
-
"document": "
|
3514
|
-
"example": "
|
3526
|
+
"document": "命令执行结束时间。格式为:YYYY-MM-DDThh:mm:ssZ\n注意:此字段可能返回 null,表示取不到有效值。",
|
3527
|
+
"example": "2025-03-05T20:07:29Z",
|
3515
3528
|
"member": "datetime_iso",
|
3516
3529
|
"name": "ExecEndTime",
|
3517
3530
|
"output_required": true,
|