tccli 3.0.1140.1__py2.py3-none-any.whl → 3.0.1142.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/csip/v20221121/api.json +158 -159
- tccli/services/csip/v20221121/examples.json +12 -12
- tccli/services/cynosdb/v20190107/api.json +113 -33
- tccli/services/cynosdb/v20190107/examples.json +3 -3
- tccli/services/dcdb/v20180411/api.json +21 -11
- tccli/services/domain/v20180808/api.json +30 -30
- tccli/services/dts/v20211206/api.json +11 -0
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/ess/v20201111/api.json +13 -4
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/gaap/gaap_client.py +61 -8
- tccli/services/gaap/v20180529/api.json +52 -0
- tccli/services/gaap/v20180529/examples.json +8 -0
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/mariadb/v20170312/api.json +21 -11
- tccli/services/mmps/v20200710/api.json +3 -3
- tccli/services/monitor/v20180724/api.json +10 -1
- tccli/services/ocr/v20181119/api.json +41 -4
- tccli/services/ocr/v20181119/examples.json +2 -2
- tccli/services/organization/v20210331/api.json +2 -2
- tccli/services/scf/v20180416/api.json +10 -11
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +63 -22
- tccli/services/ssl/v20191205/examples.json +4 -4
- tccli/services/tdmq/v20200217/api.json +22 -3
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +61 -6
- tccli/services/teo/v20220901/examples.json +6 -0
- tccli/services/vpc/v20170312/api.json +2164 -214
- tccli/services/vpc/v20170312/examples.json +154 -4
- tccli/services/vpc/vpc_client.py +1180 -226
- tccli/services/waf/v20180125/api.json +51 -91
- tccli/services/waf/v20180125/examples.json +0 -8
- tccli/services/waf/waf_client.py +0 -53
- tccli/services/wedata/v20210820/api.json +360 -0
- tccli/services/wedata/v20210820/examples.json +28 -0
- tccli/services/wedata/wedata_client.py +114 -8
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/RECORD +44 -44
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/license_files/LICENSE +0 -0
@@ -546,6 +546,20 @@
|
|
546
546
|
"output": "DescribeDsParentFolderTreeResponse",
|
547
547
|
"status": "online"
|
548
548
|
},
|
549
|
+
"DescribeDutyScheduleDetails": {
|
550
|
+
"document": "获取值班日历",
|
551
|
+
"input": "DescribeDutyScheduleDetailsRequest",
|
552
|
+
"name": "获取值班日历",
|
553
|
+
"output": "DescribeDutyScheduleDetailsResponse",
|
554
|
+
"status": "online"
|
555
|
+
},
|
556
|
+
"DescribeDutyScheduleList": {
|
557
|
+
"document": "获取值班表列表",
|
558
|
+
"input": "DescribeDutyScheduleListRequest",
|
559
|
+
"name": "获取值班表列表",
|
560
|
+
"output": "DescribeDutyScheduleListResponse",
|
561
|
+
"status": "online"
|
562
|
+
},
|
549
563
|
"DescribeEvent": {
|
550
564
|
"document": "根据项目ID和事件名称查看事件详情",
|
551
565
|
"input": "DescribeEventRequest",
|
@@ -12364,6 +12378,116 @@
|
|
12364
12378
|
],
|
12365
12379
|
"type": "object"
|
12366
12380
|
},
|
12381
|
+
"DescribeDutyScheduleDetailsRequest": {
|
12382
|
+
"document": "DescribeDutyScheduleDetails请求参数结构体",
|
12383
|
+
"members": [
|
12384
|
+
{
|
12385
|
+
"disabled": false,
|
12386
|
+
"document": "值班表id",
|
12387
|
+
"example": "1",
|
12388
|
+
"member": "int64",
|
12389
|
+
"name": "Id",
|
12390
|
+
"required": true,
|
12391
|
+
"type": "int"
|
12392
|
+
},
|
12393
|
+
{
|
12394
|
+
"disabled": false,
|
12395
|
+
"document": "查询时间",
|
12396
|
+
"example": "2022-02",
|
12397
|
+
"member": "string",
|
12398
|
+
"name": "QueryDate",
|
12399
|
+
"required": true,
|
12400
|
+
"type": "string"
|
12401
|
+
},
|
12402
|
+
{
|
12403
|
+
"disabled": false,
|
12404
|
+
"document": "扩展字段",
|
12405
|
+
"example": "无",
|
12406
|
+
"member": "Filter",
|
12407
|
+
"name": "Filters",
|
12408
|
+
"required": false,
|
12409
|
+
"type": "list"
|
12410
|
+
}
|
12411
|
+
],
|
12412
|
+
"type": "object"
|
12413
|
+
},
|
12414
|
+
"DescribeDutyScheduleDetailsResponse": {
|
12415
|
+
"document": "DescribeDutyScheduleDetails返回参数结构体",
|
12416
|
+
"members": [
|
12417
|
+
{
|
12418
|
+
"disabled": false,
|
12419
|
+
"document": "值班日历信息",
|
12420
|
+
"example": "无",
|
12421
|
+
"member": "DutyScheduleDetailsInfo",
|
12422
|
+
"name": "Data",
|
12423
|
+
"output_required": true,
|
12424
|
+
"type": "list",
|
12425
|
+
"value_allowed_null": false
|
12426
|
+
},
|
12427
|
+
{
|
12428
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12429
|
+
"member": "string",
|
12430
|
+
"name": "RequestId",
|
12431
|
+
"type": "string"
|
12432
|
+
}
|
12433
|
+
],
|
12434
|
+
"type": "object"
|
12435
|
+
},
|
12436
|
+
"DescribeDutyScheduleListRequest": {
|
12437
|
+
"document": "DescribeDutyScheduleList请求参数结构体",
|
12438
|
+
"members": [
|
12439
|
+
{
|
12440
|
+
"disabled": false,
|
12441
|
+
"document": "页码,默认1",
|
12442
|
+
"example": "1",
|
12443
|
+
"member": "int64",
|
12444
|
+
"name": "PageNumber",
|
12445
|
+
"required": true,
|
12446
|
+
"type": "int"
|
12447
|
+
},
|
12448
|
+
{
|
12449
|
+
"disabled": false,
|
12450
|
+
"document": "页大小,默认10",
|
12451
|
+
"example": "10",
|
12452
|
+
"member": "int64",
|
12453
|
+
"name": "PageSize",
|
12454
|
+
"required": true,
|
12455
|
+
"type": "int"
|
12456
|
+
},
|
12457
|
+
{
|
12458
|
+
"disabled": false,
|
12459
|
+
"document": "值班表名称",
|
12460
|
+
"example": "值班表A",
|
12461
|
+
"member": "string",
|
12462
|
+
"name": "Name",
|
12463
|
+
"required": false,
|
12464
|
+
"type": "string"
|
12465
|
+
}
|
12466
|
+
],
|
12467
|
+
"type": "object"
|
12468
|
+
},
|
12469
|
+
"DescribeDutyScheduleListResponse": {
|
12470
|
+
"document": "DescribeDutyScheduleList返回参数结构体",
|
12471
|
+
"members": [
|
12472
|
+
{
|
12473
|
+
"disabled": false,
|
12474
|
+
"document": "无",
|
12475
|
+
"example": "无",
|
12476
|
+
"member": "DutySchedule",
|
12477
|
+
"name": "Data",
|
12478
|
+
"required": true,
|
12479
|
+
"type": "object",
|
12480
|
+
"value_allowed_null": false
|
12481
|
+
},
|
12482
|
+
{
|
12483
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12484
|
+
"member": "string",
|
12485
|
+
"name": "RequestId",
|
12486
|
+
"type": "string"
|
12487
|
+
}
|
12488
|
+
],
|
12489
|
+
"type": "object"
|
12490
|
+
},
|
12367
12491
|
"DescribeEventCasesRequest": {
|
12368
12492
|
"document": "DescribeEventCases请求参数结构体",
|
12369
12493
|
"members": [
|
@@ -20057,6 +20181,242 @@
|
|
20057
20181
|
],
|
20058
20182
|
"type": "object"
|
20059
20183
|
},
|
20184
|
+
"Duty": {
|
20185
|
+
"document": "值班信息",
|
20186
|
+
"members": [
|
20187
|
+
{
|
20188
|
+
"disabled": false,
|
20189
|
+
"document": "值班Id\n注意:此字段可能返回 null,表示取不到有效值。",
|
20190
|
+
"example": "1",
|
20191
|
+
"member": "int64",
|
20192
|
+
"name": "DutyScheduleId",
|
20193
|
+
"required": true,
|
20194
|
+
"type": "int",
|
20195
|
+
"value_allowed_null": true
|
20196
|
+
},
|
20197
|
+
{
|
20198
|
+
"disabled": false,
|
20199
|
+
"document": "值班开始时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
20200
|
+
"example": "12:00:00",
|
20201
|
+
"member": "string",
|
20202
|
+
"name": "StartTime",
|
20203
|
+
"required": true,
|
20204
|
+
"type": "string",
|
20205
|
+
"value_allowed_null": true
|
20206
|
+
},
|
20207
|
+
{
|
20208
|
+
"disabled": false,
|
20209
|
+
"document": "值班结束时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
20210
|
+
"example": "23:59:59",
|
20211
|
+
"member": "string",
|
20212
|
+
"name": "EndTime",
|
20213
|
+
"required": true,
|
20214
|
+
"type": "string",
|
20215
|
+
"value_allowed_null": true
|
20216
|
+
},
|
20217
|
+
{
|
20218
|
+
"disabled": false,
|
20219
|
+
"document": "值班人员\n注意:此字段可能返回 null,表示取不到有效值。",
|
20220
|
+
"example": "无",
|
20221
|
+
"member": "DutyPerson",
|
20222
|
+
"name": "DutyPersons",
|
20223
|
+
"required": true,
|
20224
|
+
"type": "list",
|
20225
|
+
"value_allowed_null": true
|
20226
|
+
}
|
20227
|
+
],
|
20228
|
+
"usage": "out"
|
20229
|
+
},
|
20230
|
+
"DutyPerson": {
|
20231
|
+
"document": "值班人员",
|
20232
|
+
"members": [
|
20233
|
+
{
|
20234
|
+
"disabled": false,
|
20235
|
+
"document": "值班人子账号id\n注意:此字段可能返回 null,表示取不到有效值。",
|
20236
|
+
"example": "123",
|
20237
|
+
"member": "string",
|
20238
|
+
"name": "UserId",
|
20239
|
+
"output_required": true,
|
20240
|
+
"required": true,
|
20241
|
+
"type": "string",
|
20242
|
+
"value_allowed_null": true
|
20243
|
+
},
|
20244
|
+
{
|
20245
|
+
"disabled": false,
|
20246
|
+
"document": "值班人名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
20247
|
+
"example": "name",
|
20248
|
+
"member": "string",
|
20249
|
+
"name": "UserName",
|
20250
|
+
"output_required": true,
|
20251
|
+
"required": true,
|
20252
|
+
"type": "string",
|
20253
|
+
"value_allowed_null": true
|
20254
|
+
},
|
20255
|
+
{
|
20256
|
+
"disabled": false,
|
20257
|
+
"document": "值班人员主账号用户id\n注意:此字段可能返回 null,表示取不到有效值。",
|
20258
|
+
"example": "123",
|
20259
|
+
"member": "string",
|
20260
|
+
"name": "OwnerUserId",
|
20261
|
+
"output_required": true,
|
20262
|
+
"required": false,
|
20263
|
+
"type": "string",
|
20264
|
+
"value_allowed_null": true
|
20265
|
+
},
|
20266
|
+
{
|
20267
|
+
"disabled": false,
|
20268
|
+
"document": "值班人tenantId\n注意:此字段可能返回 null,表示取不到有效值。",
|
20269
|
+
"example": "123",
|
20270
|
+
"member": "int64",
|
20271
|
+
"name": "TenantId",
|
20272
|
+
"output_required": true,
|
20273
|
+
"required": false,
|
20274
|
+
"type": "int",
|
20275
|
+
"value_allowed_null": true
|
20276
|
+
},
|
20277
|
+
{
|
20278
|
+
"disabled": false,
|
20279
|
+
"document": "2023-11-02 08:00:00\n注意:此字段可能返回 null,表示取不到有效值。",
|
20280
|
+
"example": "添加时间",
|
20281
|
+
"member": "string",
|
20282
|
+
"name": "AddTime",
|
20283
|
+
"output_required": false,
|
20284
|
+
"required": false,
|
20285
|
+
"type": "string",
|
20286
|
+
"value_allowed_null": true
|
20287
|
+
},
|
20288
|
+
{
|
20289
|
+
"disabled": false,
|
20290
|
+
"document": "扩展字段\n注意:此字段可能返回 null,表示取不到有效值。",
|
20291
|
+
"example": "无",
|
20292
|
+
"member": "string",
|
20293
|
+
"name": "Params",
|
20294
|
+
"output_required": false,
|
20295
|
+
"required": false,
|
20296
|
+
"type": "string",
|
20297
|
+
"value_allowed_null": true
|
20298
|
+
}
|
20299
|
+
],
|
20300
|
+
"usage": "both"
|
20301
|
+
},
|
20302
|
+
"DutySchedule": {
|
20303
|
+
"document": "值班表列表",
|
20304
|
+
"members": [
|
20305
|
+
{
|
20306
|
+
"disabled": false,
|
20307
|
+
"document": "值班表列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
20308
|
+
"example": "无",
|
20309
|
+
"member": "DutyScheduleData",
|
20310
|
+
"name": "Rows",
|
20311
|
+
"required": true,
|
20312
|
+
"type": "list",
|
20313
|
+
"value_allowed_null": true
|
20314
|
+
},
|
20315
|
+
{
|
20316
|
+
"disabled": false,
|
20317
|
+
"document": "总条数",
|
20318
|
+
"example": "10",
|
20319
|
+
"member": "int64",
|
20320
|
+
"name": "TotalCount",
|
20321
|
+
"required": true,
|
20322
|
+
"type": "int",
|
20323
|
+
"value_allowed_null": false
|
20324
|
+
},
|
20325
|
+
{
|
20326
|
+
"disabled": false,
|
20327
|
+
"document": "页号",
|
20328
|
+
"example": "1",
|
20329
|
+
"member": "int64",
|
20330
|
+
"name": "PageNumber",
|
20331
|
+
"required": true,
|
20332
|
+
"type": "int",
|
20333
|
+
"value_allowed_null": false
|
20334
|
+
},
|
20335
|
+
{
|
20336
|
+
"disabled": false,
|
20337
|
+
"document": "页大小",
|
20338
|
+
"example": "10",
|
20339
|
+
"member": "int64",
|
20340
|
+
"name": "PageSize",
|
20341
|
+
"required": true,
|
20342
|
+
"type": "int",
|
20343
|
+
"value_allowed_null": false
|
20344
|
+
},
|
20345
|
+
{
|
20346
|
+
"disabled": false,
|
20347
|
+
"document": "总页数",
|
20348
|
+
"example": "1",
|
20349
|
+
"member": "int64",
|
20350
|
+
"name": "TotalPageNumber",
|
20351
|
+
"required": true,
|
20352
|
+
"type": "int",
|
20353
|
+
"value_allowed_null": false
|
20354
|
+
}
|
20355
|
+
],
|
20356
|
+
"usage": "out"
|
20357
|
+
},
|
20358
|
+
"DutyScheduleData": {
|
20359
|
+
"document": "值班表列表",
|
20360
|
+
"members": [
|
20361
|
+
{
|
20362
|
+
"disabled": false,
|
20363
|
+
"document": "值班表Id",
|
20364
|
+
"example": "1",
|
20365
|
+
"member": "int64",
|
20366
|
+
"name": "Id",
|
20367
|
+
"required": true,
|
20368
|
+
"type": "int",
|
20369
|
+
"value_allowed_null": false
|
20370
|
+
},
|
20371
|
+
{
|
20372
|
+
"disabled": false,
|
20373
|
+
"document": "值班表名称",
|
20374
|
+
"example": "值班表A",
|
20375
|
+
"member": "string",
|
20376
|
+
"name": "Name",
|
20377
|
+
"required": true,
|
20378
|
+
"type": "string",
|
20379
|
+
"value_allowed_null": false
|
20380
|
+
},
|
20381
|
+
{
|
20382
|
+
"disabled": false,
|
20383
|
+
"document": "创建人",
|
20384
|
+
"example": "12345",
|
20385
|
+
"member": "string",
|
20386
|
+
"name": "Creator",
|
20387
|
+
"required": true,
|
20388
|
+
"type": "string",
|
20389
|
+
"value_allowed_null": false
|
20390
|
+
}
|
20391
|
+
],
|
20392
|
+
"usage": "out"
|
20393
|
+
},
|
20394
|
+
"DutyScheduleDetailsInfo": {
|
20395
|
+
"document": "值班信息表",
|
20396
|
+
"members": [
|
20397
|
+
{
|
20398
|
+
"disabled": false,
|
20399
|
+
"document": "值班日期",
|
20400
|
+
"example": "2022-02-01",
|
20401
|
+
"member": "string",
|
20402
|
+
"name": "Day",
|
20403
|
+
"required": true,
|
20404
|
+
"type": "string",
|
20405
|
+
"value_allowed_null": false
|
20406
|
+
},
|
20407
|
+
{
|
20408
|
+
"disabled": false,
|
20409
|
+
"document": "值班信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
20410
|
+
"example": "无",
|
20411
|
+
"member": "Duty",
|
20412
|
+
"name": "Duty",
|
20413
|
+
"required": true,
|
20414
|
+
"type": "list",
|
20415
|
+
"value_allowed_null": true
|
20416
|
+
}
|
20417
|
+
],
|
20418
|
+
"usage": "out"
|
20419
|
+
},
|
20060
20420
|
"EventBatchCaseDTO": {
|
20061
20421
|
"document": "事件连续时间实例信息",
|
20062
20422
|
"members": [
|
@@ -666,6 +666,34 @@
|
|
666
666
|
"title": "查询父目录树"
|
667
667
|
}
|
668
668
|
],
|
669
|
+
"DescribeDutyScheduleDetails": [
|
670
|
+
{
|
671
|
+
"document": "获取轮流值班",
|
672
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDutyScheduleDetails\n<公共请求参数>\n\n{\n \"Id\": 132,\n \"QueryDate\": \"2023-12\",\n \"Filters\": [\n {\n \"Name\": \"SHIFT\",\n \"Values\": [\n \"1\"\n ]\n }\n ]\n}",
|
673
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Day\": \"2023-12-21\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-20\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-01\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-23\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-22\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-14\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-13\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-16\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-15\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-18\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-17\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-19\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-30\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-10\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-31\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-12\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-11\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-03\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-25\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-02\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-24\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-05\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-27\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-04\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-26\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-07\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-29\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-06\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-28\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-09\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100023475394\",\n \"UserName\": \"andyylzhang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n },\n {\n \"Day\": \"2023-12-08\",\n \"Duty\": [\n {\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100028448903\",\n \"TenantId\": 1315051789,\n \"UserId\": \"100022459089\",\n \"UserName\": \"plaguewang\"\n }\n ],\n \"DutyScheduleId\": 3,\n \"EndTime\": \"20:00:00\",\n \"StartTime\": \"08:00:00\"\n }\n ]\n }\n ],\n \"RequestId\": \"00327e43-fcf0-4241-8898-ddc6c4154a4b\"\n }\n}",
|
674
|
+
"title": "获取轮流值班"
|
675
|
+
},
|
676
|
+
{
|
677
|
+
"document": "",
|
678
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDutyScheduleDetails\n<公共请求参数>\n\n{\n \"QueryDate\": \"2022-08\",\n \"Id\": \"2\"\n}",
|
679
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cf860f2d-e60b-4232-bf22-b22d955cb7b3\",\n \"Data\": [\n {\n \"Day\": \"2022-08-12\",\n \"Duty\": [\n {\n \"DutyScheduleId\": 2,\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"12:59:59\",\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100019092402\",\n \"UserId\": \"100019092402\",\n \"TenantId\": 11,\n \"UserName\": \"fletcherli\"\n }\n ]\n }\n ]\n },\n {\n \"Day\": \"2022-08-11\",\n \"Duty\": [\n {\n \"DutyScheduleId\": 2,\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"12:59:59\",\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100019092402\",\n \"UserId\": \"100019092402\",\n \"TenantId\": 11,\n \"UserName\": \"fletcherli\"\n }\n ]\n }\n ]\n },\n {\n \"Day\": \"2022-08-10\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-31\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-30\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-19\",\n \"Duty\": [\n {\n \"DutyScheduleId\": 2,\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"12:59:59\",\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100019092402\",\n \"UserId\": \"100019092402\",\n \"TenantId\": 11,\n \"UserName\": \"fletcherli\"\n }\n ]\n }\n ]\n },\n {\n \"Day\": \"2022-08-18\",\n \"Duty\": [\n {\n \"DutyScheduleId\": 2,\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"12:59:59\",\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100019092402\",\n \"UserId\": \"100019092402\",\n \"TenantId\": 11,\n \"UserName\": \"fletcherli\"\n }\n ]\n }\n ]\n },\n {\n \"Day\": \"2022-08-17\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-16\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-15\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-14\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-13\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-01\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-23\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-22\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-21\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-20\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-09\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-08\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-07\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-29\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-06\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-28\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-05\",\n \"Duty\": [\n {\n \"DutyScheduleId\": 2,\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"12:59:59\",\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100019092402\",\n \"UserId\": \"100019092402\",\n \"TenantId\": 11,\n \"UserName\": \"fletcherli\"\n }\n ]\n }\n ]\n },\n {\n \"Day\": \"2022-08-27\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-04\",\n \"Duty\": [\n {\n \"DutyScheduleId\": 2,\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"12:59:59\",\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100019092402\",\n \"UserId\": \"100019092402\",\n \"TenantId\": 11,\n \"UserName\": \"fletcherli\"\n }\n ]\n }\n ]\n },\n {\n \"Day\": \"2022-08-26\",\n \"Duty\": [\n {\n \"DutyScheduleId\": 2,\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"12:59:59\",\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100019092402\",\n \"UserId\": \"100019092402\",\n \"TenantId\": 11,\n \"UserName\": \"fletcherli\"\n }\n ]\n }\n ]\n },\n {\n \"Day\": \"2022-08-03\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-25\",\n \"Duty\": [\n {\n \"DutyScheduleId\": 2,\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"12:59:59\",\n \"DutyPersons\": [\n {\n \"OwnerUserId\": \"100019092402\",\n \"UserId\": \"100019092402\",\n \"TenantId\": 11,\n \"UserName\": \"fletcherli\"\n }\n ]\n }\n ]\n },\n {\n \"Day\": \"2022-08-02\",\n \"Duty\": []\n },\n {\n \"Day\": \"2022-08-24\",\n \"Duty\": []\n }\n ]\n }\n}",
|
680
|
+
"title": "获取值班信息,日历格式"
|
681
|
+
}
|
682
|
+
],
|
683
|
+
"DescribeDutyScheduleList": [
|
684
|
+
{
|
685
|
+
"document": "",
|
686
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDutyScheduleList\n<公共请求参数>\n\n{\n \"PageNumber\": \"1\",\n \"PageSize\": \"15\"\n}",
|
687
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"52571d9f-1b14-4aaf-833e-15546b220665\",\n \"Data\": {\n \"Rows\": [\n {\n \"Id\": 1,\n \"Name\": \"值班表A\"\n },\n {\n \"Id\": 2,\n \"Name\": \"值班表D\"\n },\n {\n \"Id\": 3,\n \"Name\": \"值班表B\"\n }\n ],\n \"PageNumber\": 1,\n \"PageSize\": 15,\n \"TotalCount\": 3,\n \"TotalPageNumber\": 1\n }\n }\n}",
|
688
|
+
"title": "获取值班表列表"
|
689
|
+
},
|
690
|
+
{
|
691
|
+
"document": "",
|
692
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDutyScheduleList\n<公共请求参数>\n\n{\n \"PageNumber\": \"1\",\n \"PageSize\": \"10\"\n}",
|
693
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8c721701-0d14-4dbc-9724-4736eccca8e8\",\n \"Data\": {\n \"Rows\": [\n {\n \"Id\": 87,\n \"Name\": \"mytestdd\",\n \"Creator\": \"100022256608\"\n },\n {\n \"Id\": 88,\n \"Name\": \"xxx\",\n \"Creator\": \"100022256608\"\n },\n {\n \"Id\": 89,\n \"Name\": \"sss1\",\n \"Creator\": \"100022256608\"\n },\n {\n \"Id\": 90,\n \"Name\": \"sss11\",\n \"Creator\": \"100022256608\"\n },\n {\n \"Id\": 91,\n \"Name\": \"sss111\",\n \"Creator\": \"100022256608\"\n },\n {\n \"Id\": 92,\n \"Name\": \"sss12\",\n \"Creator\": \"100022256608\"\n },\n {\n \"Id\": 93,\n \"Name\": \"e22ldd61ydb\",\n \"Creator\": \"100022256608\"\n },\n {\n \"Id\": 94,\n \"Name\": \"idtxn1qnvx\",\n \"Creator\": \"100022256608\"\n },\n {\n \"Id\": 95,\n \"Name\": \"m263x3gpci\",\n \"Creator\": \"100022256608\"\n },\n {\n \"Id\": 96,\n \"Name\": \"fua1dsjja64\",\n \"Creator\": \"100022256608\"\n }\n ],\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"TotalCount\": 45,\n \"TotalPageNumber\": 5\n }\n }\n}",
|
694
|
+
"title": "获取值班表列表,携带创建者信息"
|
695
|
+
}
|
696
|
+
],
|
669
697
|
"DescribeEvent": [
|
670
698
|
{
|
671
699
|
"document": "查看事件详情成功返回",
|