tccli 3.0.1208.1__py2.py3-none-any.whl → 3.0.1209.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/batch/v20170312/api.json +20 -2
  4. tccli/services/bma/v20221115/examples.json +1 -1
  5. tccli/services/ccc/v20200210/api.json +28 -1
  6. tccli/services/cls/cls_client.py +216 -4
  7. tccli/services/cls/v20201016/api.json +425 -0
  8. tccli/services/cls/v20201016/examples.json +32 -0
  9. tccli/services/cynosdb/v20190107/api.json +11 -0
  10. tccli/services/dc/dc_client.py +126 -73
  11. tccli/services/dc/v20180410/api.json +300 -0
  12. tccli/services/dc/v20180410/examples.json +8 -0
  13. tccli/services/emr/v20190103/api.json +1 -1
  14. tccli/services/ess/v20201111/api.json +2 -2
  15. tccli/services/ess/v20201111/examples.json +8 -8
  16. tccli/services/essbasic/v20210526/api.json +2 -2
  17. tccli/services/faceid/v20180301/api.json +10 -0
  18. tccli/services/gwlb/__init__.py +4 -0
  19. tccli/services/gwlb/gwlb_client.py +1096 -0
  20. tccli/services/gwlb/v20240906/api.json +1807 -0
  21. tccli/services/gwlb/v20240906/examples.json +155 -0
  22. tccli/services/oceanus/v20190422/api.json +4 -4
  23. tccli/services/privatedns/privatedns_client.py +57 -4
  24. tccli/services/privatedns/v20201028/api.json +101 -0
  25. tccli/services/privatedns/v20201028/examples.json +8 -0
  26. tccli/services/teo/v20220901/api.json +4 -4
  27. tccli/services/tke/v20180525/api.json +2 -2
  28. tccli/services/vclm/v20240523/api.json +9 -0
  29. tccli/services/vtc/v20240223/api.json +9 -0
  30. {tccli-3.0.1208.1.dist-info → tccli-3.0.1209.1.dist-info}/METADATA +2 -2
  31. {tccli-3.0.1208.1.dist-info → tccli-3.0.1209.1.dist-info}/RECORD +34 -30
  32. {tccli-3.0.1208.1.dist-info → tccli-3.0.1209.1.dist-info}/WHEEL +0 -0
  33. {tccli-3.0.1208.1.dist-info → tccli-3.0.1209.1.dist-info}/entry_points.txt +0 -0
  34. {tccli-3.0.1208.1.dist-info → tccli-3.0.1209.1.dist-info}/license_files/LICENSE +0 -0
@@ -14,6 +14,13 @@
14
14
  "output": "ApplyInternetAddressResponse",
15
15
  "status": "online"
16
16
  },
17
+ "CreateCloudAttachService": {
18
+ "document": "创建敏捷上云服务",
19
+ "input": "CreateCloudAttachServiceRequest",
20
+ "name": "创建敏捷上云服务",
21
+ "output": "CreateCloudAttachServiceResponse",
22
+ "status": "online"
23
+ },
17
24
  "CreateDirectConnect": {
18
25
  "document": "申请物理专线接入。\n调用该接口时,请注意:\n账号要进行实名认证,否则不允许申请物理专线;\n若账户下存在欠费状态的物理专线,则不能申请更多的物理专线。",
19
26
  "input": "CreateDirectConnectRequest",
@@ -433,6 +440,202 @@
433
440
  ],
434
441
  "usage": "both"
435
442
  },
443
+ "CloudAttachInfo": {
444
+ "document": "敏捷上云服务信息",
445
+ "members": [
446
+ {
447
+ "disabled": false,
448
+ "document": "敏捷上云实例id",
449
+ "example": "cas-xxxxxxxx",
450
+ "member": "string",
451
+ "name": "InstanceId",
452
+ "output_required": true,
453
+ "type": "string",
454
+ "value_allowed_null": false
455
+ },
456
+ {
457
+ "disabled": false,
458
+ "document": "敏捷上云名称",
459
+ "example": "名称",
460
+ "member": "string",
461
+ "name": "Name",
462
+ "output_required": true,
463
+ "type": "string",
464
+ "value_allowed_null": false
465
+ },
466
+ {
467
+ "disabled": false,
468
+ "document": "合作伙伴的AppId",
469
+ "example": "1234353",
470
+ "member": "string",
471
+ "name": "IapId",
472
+ "output_required": true,
473
+ "type": "string",
474
+ "value_allowed_null": false
475
+ },
476
+ {
477
+ "disabled": false,
478
+ "document": "需要接入敏捷上云的IDC的地址",
479
+ "example": "中国",
480
+ "member": "string",
481
+ "name": "IdcAddress",
482
+ "output_required": true,
483
+ "type": "string",
484
+ "value_allowed_null": false
485
+ },
486
+ {
487
+ "disabled": false,
488
+ "document": "需要接入敏捷上云的IDC的互联网服务提供商类型",
489
+ "example": "CMCC",
490
+ "member": "string",
491
+ "name": "IdcType",
492
+ "output_required": true,
493
+ "type": "string",
494
+ "value_allowed_null": false
495
+ },
496
+ {
497
+ "disabled": false,
498
+ "document": "敏捷上云的带宽,单位为MB",
499
+ "example": "1000",
500
+ "member": "uint64",
501
+ "name": "Bandwidth",
502
+ "output_required": true,
503
+ "type": "int",
504
+ "value_allowed_null": false
505
+ },
506
+ {
507
+ "disabled": false,
508
+ "document": "联系电话",
509
+ "example": "18600530023",
510
+ "member": "string",
511
+ "name": "Telephone",
512
+ "output_required": true,
513
+ "type": "string",
514
+ "value_allowed_null": false
515
+ },
516
+ {
517
+ "disabled": false,
518
+ "document": "敏捷上云的状态\navailable:就绪状态\napplying:申请,待审核状态\npendingpay:代付款状态\nbuilding:建设中状态\nconfirming:待确认状态\nisolate: 隔离状态\nstoped:终止状态",
519
+ "example": "pendingpay",
520
+ "member": "string",
521
+ "name": "Status",
522
+ "output_required": true,
523
+ "type": "string",
524
+ "value_allowed_null": false
525
+ },
526
+ {
527
+ "disabled": false,
528
+ "document": "敏捷上云申请的时间",
529
+ "example": "2020-01-12 12:12:23",
530
+ "member": "datetime",
531
+ "name": "ApplyTime",
532
+ "output_required": true,
533
+ "type": "string",
534
+ "value_allowed_null": false
535
+ },
536
+ {
537
+ "disabled": false,
538
+ "document": "敏捷上云建设完成的时间\n注意:此字段可能返回 null,表示取不到有效值。",
539
+ "example": "2020-01-12 12:12:23",
540
+ "member": "datetime",
541
+ "name": "ReadyTime",
542
+ "output_required": true,
543
+ "type": "string",
544
+ "value_allowed_null": true
545
+ },
546
+ {
547
+ "disabled": false,
548
+ "document": "敏捷上云过期时间",
549
+ "example": "2020-01-12 12:12:23",
550
+ "member": "datetime",
551
+ "name": "ExpireTime",
552
+ "output_required": true,
553
+ "type": "string",
554
+ "value_allowed_null": false
555
+ },
556
+ {
557
+ "disabled": false,
558
+ "document": "备注信息",
559
+ "example": "备注",
560
+ "member": "string",
561
+ "name": "Remarks",
562
+ "output_required": true,
563
+ "type": "string",
564
+ "value_allowed_null": false
565
+ },
566
+ {
567
+ "disabled": false,
568
+ "document": "敏捷上云的地域状态。\nsame-region:同地域\ncross-region:跨地域",
569
+ "example": "cross-region",
570
+ "member": "string",
571
+ "name": "RegionStatus",
572
+ "output_required": true,
573
+ "type": "string",
574
+ "value_allowed_null": false
575
+ },
576
+ {
577
+ "disabled": false,
578
+ "document": "用户的AppId",
579
+ "example": "1235464",
580
+ "member": "string",
581
+ "name": "AppId",
582
+ "output_required": true,
583
+ "type": "string",
584
+ "value_allowed_null": false
585
+ },
586
+ {
587
+ "disabled": false,
588
+ "document": "用户的Uin",
589
+ "example": "1234544",
590
+ "member": "string",
591
+ "name": "Uin",
592
+ "output_required": true,
593
+ "type": "string",
594
+ "value_allowed_null": false
595
+ },
596
+ {
597
+ "disabled": false,
598
+ "document": "用户注册名称",
599
+ "example": "用户注册名称",
600
+ "member": "string",
601
+ "name": "CustomerAuthName",
602
+ "output_required": true,
603
+ "type": "string",
604
+ "value_allowed_null": false
605
+ },
606
+ {
607
+ "disabled": false,
608
+ "document": "物理专线实例ID",
609
+ "example": "dc-xxxxxxxx",
610
+ "member": "string",
611
+ "name": "DirectConnectId",
612
+ "output_required": true,
613
+ "type": "string",
614
+ "value_allowed_null": false
615
+ },
616
+ {
617
+ "disabled": false,
618
+ "document": "敏捷上云是否支持创建高速上云专线网关",
619
+ "example": "true",
620
+ "member": "bool",
621
+ "name": "CloudAttachServiceGatewaysSupport",
622
+ "output_required": true,
623
+ "type": "bool",
624
+ "value_allowed_null": false
625
+ },
626
+ {
627
+ "disabled": false,
628
+ "document": "敏捷上云服务是否处于升降配中",
629
+ "example": "true",
630
+ "member": "bool",
631
+ "name": "BUpdateBandwidth",
632
+ "output_required": true,
633
+ "type": "bool",
634
+ "value_allowed_null": false
635
+ }
636
+ ],
637
+ "usage": "out"
638
+ },
436
639
  "Coordinate": {
437
640
  "document": "坐标,经维度描述",
438
641
  "members": [
@@ -459,6 +662,103 @@
459
662
  ],
460
663
  "usage": "out"
461
664
  },
665
+ "CreateCasInput": {
666
+ "document": "创建敏捷上云入参",
667
+ "members": [
668
+ {
669
+ "disabled": false,
670
+ "document": "敏捷上云名称",
671
+ "example": "测试线路名",
672
+ "member": "string",
673
+ "name": "Name",
674
+ "required": true,
675
+ "type": "string"
676
+ },
677
+ {
678
+ "disabled": false,
679
+ "document": "需要接入敏捷上云的IDC的地址",
680
+ "example": "湖北省武汉市高薪大道xx机房xxx地址",
681
+ "member": "string",
682
+ "name": "IdcAddress",
683
+ "required": true,
684
+ "type": "string"
685
+ },
686
+ {
687
+ "disabled": false,
688
+ "document": "需要接入敏捷上云的IDC的互联网服务提供商类型",
689
+ "example": "CUCC",
690
+ "member": "string",
691
+ "name": "IdcType",
692
+ "required": true,
693
+ "type": "string"
694
+ },
695
+ {
696
+ "disabled": false,
697
+ "document": "敏捷上云的带宽,单位为MB",
698
+ "example": "100",
699
+ "member": "uint64",
700
+ "name": "Bandwidth",
701
+ "required": true,
702
+ "type": "int"
703
+ },
704
+ {
705
+ "disabled": false,
706
+ "document": "联系电话",
707
+ "example": "13888888888",
708
+ "member": "string",
709
+ "name": "Telephone",
710
+ "required": true,
711
+ "type": "string"
712
+ },
713
+ {
714
+ "disabled": false,
715
+ "document": "备注信息",
716
+ "example": "购买时长6个月",
717
+ "member": "string",
718
+ "name": "Remarks",
719
+ "required": true,
720
+ "type": "string"
721
+ }
722
+ ],
723
+ "usage": "in"
724
+ },
725
+ "CreateCloudAttachServiceRequest": {
726
+ "document": "CreateCloudAttachService请求参数结构体",
727
+ "members": [
728
+ {
729
+ "disabled": false,
730
+ "document": "创建敏捷上云入参",
731
+ "example": "无",
732
+ "member": "CreateCasInput",
733
+ "name": "Data",
734
+ "required": true,
735
+ "type": "object"
736
+ }
737
+ ],
738
+ "type": "object"
739
+ },
740
+ "CreateCloudAttachServiceResponse": {
741
+ "document": "CreateCloudAttachService返回参数结构体",
742
+ "members": [
743
+ {
744
+ "disabled": false,
745
+ "document": "敏捷上云服务详情",
746
+ "example": "无",
747
+ "member": "CloudAttachInfo",
748
+ "name": "CloudAttach",
749
+ "output_required": true,
750
+ "type": "object",
751
+ "value_allowed_null": false
752
+ },
753
+ {
754
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
755
+ "member": "string",
756
+ "name": "RequestId",
757
+ "type": "string"
758
+ }
759
+ ],
760
+ "type": "object"
761
+ },
462
762
  "CreateDirectConnectRequest": {
463
763
  "document": "CreateDirectConnect请求参数结构体",
464
764
  "members": [
@@ -22,6 +22,14 @@
22
22
  "title": "远程出口公网IP申请示例"
23
23
  }
24
24
  ],
25
+ "CreateCloudAttachService": [
26
+ {
27
+ "document": "创建敏捷上云服务",
28
+ "input": "https://dc.tencentcloudapi.com/?Action=CreateCloudAttachService\n&Data.Name=test\n&Data.IdcAddress=北京东城区IDC地址\n&Data.IdcType=CUCC\n&Data.Bandwidth=100\n&Data.Telephone=18888888888\n&Data.Remarks=字符串\n&<公共请求参数>",
29
+ "output": "{\n \"Response\": {\n \"CloudAttach\": {\n \"Uin\": \"100001332514\",\n \"CustomerAuthName\": \"网测技术\",\n \"InstanceId\": \"cas-3vocyz07\",\n \"Name\": \"test\",\n \"AppId\": \"1254277469\",\n \"IapId\": \"\",\n \"IdcAddress\": \"北京东城区IDC地址\",\n \"IdcType\": \"CUCC\",\n \"DirectConnectId\": \"\",\n \"CloudAttachServiceGatewaysSupport\": false,\n \"BUpdateBandwidth\": false,\n \"Bandwidth\": 100,\n \"RegionStatus\": \"same-region\",\n \"Status\": \"applying\",\n \"ApplyTime\": \"2024-10-14 13:04:33\",\n \"ReadyTime\": null,\n \"ExpireTime\": \"2038-01-08 23:59:59\",\n \"Telephone\": \"18888888888\",\n \"Remarks\": \"6个月,其他\"\n },\n \"RequestId\": \"4fb676d2-3100-4018-aa07-73008eaa135d\"\n }\n}",
30
+ "title": "创建敏捷上云服务"
31
+ }
32
+ ],
25
33
  "CreateDirectConnect": [
26
34
  {
27
35
  "document": "申请物理专线,接入点为北京航信,中国移动线路,云端端口为千兆单模光口(1000Base-LX)。",
@@ -5506,7 +5506,7 @@
5506
5506
  "members": [
5507
5507
  {
5508
5508
  "disabled": false,
5509
- "document": "队列信息。是一个对象转成的json字符串,对应的golang结构体如下所示,比如`QueueWithConfigSetForFairScheduler`的第一个字段`Name`:\n\n```\nName string `json:\"name\"` //队列名称\n```\n- `Name`:字段名\n- `string`:字段类型\n- `json:\"name\"`:表示在序列化和反序列化`json`时,对应的`json key`,下面以`json key`来指代\n- `//`:后面的注释内容对应页面上看到的名称\n\n字段类型以`*`开头的表示取值可能为json规范下的null,不同的语言需要使用能表达null的类型来接收,比如java的包装类型;字段类型以`[]`开头的表示是数组类型;`json key`在调用`ModifyYarnQueueV2 `接口也会使用。\n\n- 公平调度器\n\n```\ntype QueueWithConfigSetForFairScheduler struct {\n\tName string `json:\"name\"` //队列名称\n\tMyId string `json:\"myId\"` // 队列id,用于编辑、删除、克隆时使用\n\tParentId string `json:\"parentId\"` // 父队列Id\n\tType *string `json:\"type\"` // 队列归属。parent或空,当确定某个队列是父队列,且没有子队列时,才可以设置,通常用来支持放置策略nestedUserQueue\n\tAclSubmitApps *AclForYarnQueue `json:\"aclSubmitApps\"` // 提交访问控制\n\tAclAdministerApps *AclForYarnQueue `json:\"aclAdministerApps\"` // 管理访问控制\n\tMinSharePreemptionTimeout *int `json:\"minSharePreemptionTimeout\"` // 最小共享优先权超时时间\n\tFairSharePreemptionTimeout *int `json:\"fairSharePreemptionTimeout\"` // 公平份额抢占超时时间\n\tFairSharePreemptionThreshold *float32 `json:\"fairSharePreemptionThreshold\"` // 公平份额抢占阈值。取值 (0,1]\n\tAllowPreemptionFrom *bool `json:\"allowPreemptionFrom\"` // 抢占模式\n\tSchedulingPolicy *string `json:\"schedulingPolicy\"` // 调度策略,取值有drf、fair、fifo\n\tIsDefault *bool `json:\"isDefault\"` // 是否是root.default队列\n\tIsRoot *bool `json:\"isRoot\"` // 是否是root队列\n\tConfigSets []ConfigSetForFairScheduler `json:\"configSets\"` // 配置集设置\n\tChildren []QueueWithConfigSetForFairScheduler `json:\"queues\"` // 子队列信息。递归\n}\n\ntype AclForYarnQueue struct {\n\tUser *string `json:\"user\"` //用户名\n\tGroup *string `json:\"group\"`//组名\n}\n\ntype ConfigSetForFairScheduler struct {\n\tName string `json:\"name\"` // 配置集名称\n\tMinResources *YarnResource `json:\"minResources\"` // 最小资源量\n\tMaxResources *YarnResource `json:\"maxResources\"` // 最大资源量\n\tMaxChildResources *YarnResource `json:\"maxChildResources\"` // 能够分配给为未声明子队列的最大资源量\n\tMaxRunningApps *int `json:\"maxRunningApps\"` // 最高可同时处于运行的App数量\n\tWeight *float32 `json:\"weight\"` // 权重\n\tMaxAMShare *float32 `json:\"maxAMShare\"` // App Master最大份额\n}\n\ntype YarnResource struct {\n\tVcores *int `json:\"vcores\"`\n\tMemory *int `json:\"memory\"`\n\tType *string `json:\"type\"` // 当值为`percent`时,表示使用的百分比,否则就是使用的绝对数值\n}\n```\n\n- 容量调度器\n\n```\ntype QueueForCapacitySchedulerV3 struct {\n\tName string `json:\"name\"` // 队列名称\n\tMyId string `json:\"myId\"` // 队列id,用于编辑、删除、克隆时使用\n\tParentId string `json:\"parentId\"` // 父队列Id\n\tConfigs []ConfigForCapacityV3 `json:\"configs\"` //配置集设置\n\tState *string `json:\"state\"` // 资源池状态\n\tDefaultNodeLabelExpression *string `json:\"default-node-label-expression\"` // 默认标签表达式\n\tAclSubmitApps *AclForYarnQueue `json:\"acl_submit_applications\"` // 提交访问控制\n\tAclAdminQueue *AclForYarnQueue `json:\"acl_administer_queue\"` //管理访问控制\n\tMaxAllocationMB *int32 `json:\"maximum-allocation-mb\"` // 分配Container最大内存数量\n\tMaxAllocationVcores *int32 `json:\"maximum-allocation-vcores\"` // Container最大vCore数量\n\tIsDefault *bool `json:\"isDefault\"`// 是否是root.default队列\n\tIsRoot *bool `json:\"isRoot\"` // 是否是root队列\n\tQueues []*QueueForCapacitySchedulerV3 `json:\"queues\"`//子队列信息。递归\n}\ntype ConfigForCapacityV3 struct {\n\tName string `json:\"configName\"` // 配置集名称\n\tLabels []CapacityLabel `json:\"labels\"` // 标签信息\n\tMinUserLimitPercent *int32 `json:\"minimum-user-limit-percent\"` // 用户最小容量\n\tUserLimitFactor *float32 `json:\"user-limit-factor\" valid:\"rangeExcludeLeft(0|)\"` // 用户资源因子\n\tMaxApps *int32 `json:\"maximum-applications\" valid:\"rangeExcludeLeft(0|)\"` // 最大应用数Max-Applications\n\tMaxAmPercent *float32 `json:\"maximum-am-resource-percent\"` // 最大AM比例\n\tDefaultApplicationPriority *int32 `json:\"default-application-priority\"` // 资源池优先级\n}\ntype CapacityLabel struct {\n\tName string `json:\"labelName\"`\n\tCapacity *float32 `json:\"capacity\"` // 容量\n\tMaxCapacity *float32 `json:\"maximum-capacity\"` //最大容量\n}\n\ntype AclForYarnQueue struct {\n\tUser *string `json:\"user\"` //用户名\n\tGroup *string `json:\"group\"`//组名\n}\n```",
5509
+ "document": "队列信息。是一个对象转成的json字符串,对应的golang结构体如下所示,例如`QueueWithConfigSetForFairScheduler`的第一个字段`Name`:```Name string `json:\"name\"` //队列名称```- `Name`:字段名- `string`:字段类型- `json:\"name\"`:表示在序列化和反序列化`json`时,对应的`json key`,下面以`json key`来指代- `//`:后面的注释内容对应页面上看到的名称字段类型以`*`开头的表示取值可能为json规范下的null,不同的语言需要使用能表达null的类型来接收,例如java的包装类型;字段类型以`[]`开头的表示是数组类型;`json key`在调用`ModifyYarnQueueV2 `接口也会使用。- 公平调度器```type QueueWithConfigSetForFairScheduler struct {\tName string `json:\"name\"` //队列名称\tMyId string `json:\"myId\"` // 队列id,用于编辑、删除、克隆时使用\tParentId string `json:\"parentId\"` // 父队列Id\tType *string `json:\"type\"` // 队列归属。parent或空,当确定某个队列是父队列,且没有子队列时,才可以设置,通常用来支持放置策略nestedUserQueue\tAclSubmitApps *AclForYarnQueue `json:\"aclSubmitApps\"` // 提交访问控制\tAclAdministerApps *AclForYarnQueue `json:\"aclAdministerApps\"` // 管理访问控制\tMinSharePreemptionTimeout *int `json:\"minSharePreemptionTimeout\"` // 最小共享优先权超时时间\tFairSharePreemptionTimeout *int `json:\"fairSharePreemptionTimeout\"` // 公平份额抢占超时时间\tFairSharePreemptionThreshold *float32 `json:\"fairSharePreemptionThreshold\"` // 公平份额抢占阈值。取值 (0,1]\tAllowPreemptionFrom *bool `json:\"allowPreemptionFrom\"` // 抢占模式\tSchedulingPolicy *string `json:\"schedulingPolicy\"` // 调度策略,取值有drf、fair、fifo\tIsDefault *bool `json:\"isDefault\"` // 是否是root.default队列\tIsRoot *bool `json:\"isRoot\"` // 是否是root队列\tConfigSets []ConfigSetForFairScheduler `json:\"configSets\"` // 配置集设置\tChildren []QueueWithConfigSetForFairScheduler `json:\"queues\"` // 子队列信息。递归}type AclForYarnQueue struct {\tUser *string `json:\"user\"` //用户名\tGroup *string `json:\"group\"`//组名}type ConfigSetForFairScheduler struct {\tName string `json:\"name\"` // 配置集名称\tMinResources *YarnResource `json:\"minResources\"` // 最小资源量\tMaxResources *YarnResource `json:\"maxResources\"` // 最大资源量\tMaxChildResources *YarnResource `json:\"maxChildResources\"` // 能够分配给为未声明子队列的最大资源量\tMaxRunningApps *int `json:\"maxRunningApps\"` // 最高可同时处于运行的App数量\tWeight *float32 `json:\"weight\"` // 权重\tMaxAMShare *float32 `json:\"maxAMShare\"` // App Master最大份额}type YarnResource struct {\tVcores *int `json:\"vcores\"`\tMemory *int `json:\"memory\"`\tType *string `json:\"type\"` // 当值为`percent`时,表示使用的百分比,否则就是使用的绝对数值}```- 容量调度器```type QueueForCapacitySchedulerV3 struct {\tName string `json:\"name\"` // 队列名称\tMyId string `json:\"myId\"` // 队列id,用于编辑、删除、克隆时使用\tParentId string `json:\"parentId\"` // 父队列Id\tConfigs []ConfigForCapacityV3 `json:\"configs\"` //配置集设置\tState *string `json:\"state\"` // 资源池状态\tDefaultNodeLabelExpression *string `json:\"default-node-label-expression\"` // 默认标签表达式\tAclSubmitApps *AclForYarnQueue `json:\"acl_submit_applications\"` // 提交访问控制\tAclAdminQueue *AclForYarnQueue `json:\"acl_administer_queue\"` //管理访问控制\tMaxAllocationMB *int32 `json:\"maximum-allocation-mb\"` // 分配Container最大内存数量\tMaxAllocationVcores *int32 `json:\"maximum-allocation-vcores\"` // Container最大vCore数量\tIsDefault *bool `json:\"isDefault\"`// 是否是root.default队列\tIsRoot *bool `json:\"isRoot\"` // 是否是root队列\tQueues []*QueueForCapacitySchedulerV3 `json:\"queues\"`//子队列信息。递归}type ConfigForCapacityV3 struct {\tName string `json:\"configName\"` // 配置集名称\tLabels []CapacityLabel `json:\"labels\"` // 标签信息\tMinUserLimitPercent *int32 `json:\"minimum-user-limit-percent\"` // 用户最小容量\tUserLimitFactor *float32 `json:\"user-limit-factor\" valid:\"rangeExcludeLeft(0|)\"` // 用户资源因子\tMaxApps *int32 `json:\"maximum-applications\" valid:\"rangeExcludeLeft(0|)\"` // 最大应用数Max-Applications\tMaxAmPercent *float32 `json:\"maximum-am-resource-percent\"` // 最大AM比例\tDefaultApplicationPriority *int32 `json:\"default-application-priority\"` // 资源池优先级}type CapacityLabel struct {\tName string `json:\"labelName\"`\tCapacity *float32 `json:\"capacity\"` // 容量\tMaxCapacity *float32 `json:\"maximum-capacity\"` //最大容量}type AclForYarnQueue struct {\tUser *string `json:\"user\"` //用户名\tGroup *string `json:\"group\"`//组名}```",
5510
5510
  "example": "无",
5511
5511
  "member": "string",
5512
5512
  "name": "Queue",
@@ -1383,7 +1383,7 @@
1383
1383
  },
1384
1384
  {
1385
1385
  "disabled": false,
1386
- "document": "设置用户开通自动签时是否绑定个人自动签账号许可。\n\n<ul><li>**0**: (默认) 使用个人自动签账号许可进行开通,个人自动签账号许可有效期1年,注: `不可解绑释放更换他人`</li>\n<li>**1**: 不绑定自动签账号许可开通,后续使用合同份额进行合同发起</li></ul>",
1386
+ "document": "设置用户自动签合同的扣费方式。\n\n<ul><li><b>1</b>: (默认)使用合同份额进行扣减</li></ul>",
1387
1387
  "example": "无",
1388
1388
  "member": "int64",
1389
1389
  "name": "LicenseType",
@@ -12180,7 +12180,7 @@
12180
12180
  "members": [
12181
12181
  {
12182
12182
  "disabled": false,
12183
- "document": "操作跳转链接\n<ul>\n<li><strong>有效期:</strong> 跳转链接的有效期为24小时。</li>\n<li><strong>无跳转链接返回的情况:</strong> 如果在操作过程中没有返回跳转链接,这意味着无需进行跳转操作。在这种情况下,服务将会直接被开通或关闭。\n<li><strong>有跳转链接返回的情况:</strong> 当操作类型为“OPEN”(开通服务),并且扩展服务类型为以下之一时, 系统将返回一个操作链接。当前操作人(超级管理员或法人)需要点击此链接,以完成服务的开通操作。\n\n<ul>\n<li><strong>OPEN_SERVER_SIGN</strong>(开放服务器签名)</li>\n<li><strong>OVERSEA_SIGN</strong>(海外签名)</li>\n</ul></li></li>\n</ul>",
12183
+ "document": "操作跳转链接\n<ul>\n<li><strong>有效期:</strong> 跳转链接的有效期为24小时。</li>\n<li><strong>无跳转链接返回的情况:</strong> 如果在操作过程中没有返回跳转链接,这意味着无需进行跳转操作。在这种情况下,服务将会直接被开通或关闭。\n<li><strong>有跳转链接返回的情况:</strong> 当操作类型为“OPEN”(开通服务),并且扩展服务类型为以下之一时, 系统将返回一个操作链接。当前操作人(超级管理员或法人)需要点击此链接,以完成服务的开通操作。\n\n<ul>\n<li><strong>OPEN_SERVER_SIGN</strong>(企业自动签署)</li>\n<li><strong>OVERSEA_SIGN</strong>(企业与港澳台居民签署合同)</li>\n</ul></li></li>\n</ul>",
12184
12184
  "example": "https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=OPEN_SERVER_SIGN&request_token=xxxxx&organizationId=xxxxx&channelType=xxxxx&expired_time=1673428532&login=1&verify=1",
12185
12185
  "member": "string",
12186
12186
  "name": "OperateUrl",
@@ -1260,19 +1260,19 @@
1260
1260
  ],
1261
1261
  "DescribeBillUsageDetail": [
1262
1262
  {
1263
- "document": "",
1264
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillUsageDetail\n<公共请求参数>\n\n{\n \"StartTime\": \"20230902\",\n \"EndTime\": \"20230930\",\n \"Offset\": 0,\n \"Limit\": 1000\n}",
1265
- "output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameter.Limit\",\n \"Message\": \"分页参数不合法\"\n },\n \"RequestId\": \"s169935778xxxxxxx\"\n }\n}",
1266
- "title": "查询失败样例"
1267
- },
1268
- {
1269
- "document": "",
1263
+ "document": "查询全部套餐消耗",
1270
1264
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillUsageDetail\n<公共请求参数>\n\n{\n \"StartTime\": \"20230902\",\n \"EndTime\": \"20230930\",\n \"Offset\": 0,\n \"Limit\": 50\n}",
1271
1265
  "output": "{\n \"Response\": {\n \"Details\": [\n {\n \"CostTime\": 1695037514,\n \"CostType\": 1,\n \"CreateOrganizationName\": \"典子谦示例企业\",\n \"FlowId\": \"yDwFdUUckps******uzcbXwoXbRF6ja3\",\n \"FlowName\": \"典子谦示例合同\",\n \"OperatorName\": \"典子谦;张三\",\n \"QuotaName\": \"企业版运营礼包\",\n \"QuotaType\": \"CloudEnterprise\",\n \"Remark\": \"\",\n \"Status\": 4,\n \"UseCount\": 1\n }\n ],\n \"RequestId\": \"s16992572741898xxxx\",\n \"Total\": 1\n }\n}",
1272
1266
  "title": "查询全部套餐消耗"
1273
1267
  },
1274
1268
  {
1275
- "document": "",
1269
+ "document": "调用参数错误,导致查询失败样例",
1270
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillUsageDetail\n<公共请求参数>\n\n{\n \"StartTime\": \"20230902\",\n \"EndTime\": \"20230930\",\n \"Offset\": 0,\n \"Limit\": 1000\n}",
1271
+ "output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameter.Limit\",\n \"Message\": \"分页参数不合法\"\n },\n \"RequestId\": \"s169935778xxxxxxx\"\n }\n}",
1272
+ "title": "查询失败样例"
1273
+ },
1274
+ {
1275
+ "document": "查询子企业客户消耗",
1276
1276
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillUsageDetail\n<公共请求参数>\n\n{\n \"StartTime\": \"20230902\",\n \"EndTime\": \"20230930\",\n \"Offset\": 0,\n \"Limit\": 50,\n \"Agent\": {\n \"ProxyOrganizationId\": \"yDxbNUyKQDx3oAUuO4zjEBQGidlGe4hP\"\n }\n}",
1277
1277
  "output": "{\n \"Response\": {\n \"Details\": [\n {\n \"CostTime\": 1695037514,\n \"CostType\": 1,\n \"CreateOrganizationName\": \"张三示例企业\",\n \"FlowId\": \"yDwFdUUckps******xAhL7zuaIwkMth4\",\n \"FlowName\": \"张三示业合同\",\n \"OperatorName\": \"典子谦;张三\",\n \"QuotaName\": \"企业版运营礼包\",\n \"QuotaType\": \"CloudEnterprise\",\n \"Remark\": \"\",\n \"Status\": 4,\n \"UseCount\": 1\n }\n ],\n \"RequestId\": \"s16992572741898xxxx\",\n \"Total\": 1\n }\n}",
1278
1278
  "title": "查询子企业客户消耗"
@@ -949,7 +949,7 @@
949
949
  },
950
950
  {
951
951
  "disabled": false,
952
- "document": "设置用户开通自动签时是否绑定个人自动签账号许可。\n\n<ul><li>**0**: (默认) 使用个人自动签账号许可进行开通,个人自动签账号许可有效期1年,注: `不可解绑释放更换他人`</li>\n<li>**1**: 不绑定自动签账号许可开通,后续使用合同份额进行合同发起</li></ul>",
952
+ "document": "设置用户开通自动签时是否绑定个人自动签账号许可。\n\n<ul><li><b>1</b>: (默认)不绑定自动签账号许可开通,开通后一直有效, 后续使用合同份额进行合同发起</li></ul>",
953
953
  "example": "无",
954
954
  "member": "int64",
955
955
  "name": "LicenseType",
@@ -10163,7 +10163,7 @@
10163
10163
  "members": [
10164
10164
  {
10165
10165
  "disabled": false,
10166
- "document": "操作跳转链接\n<ul><li><strong>链接有效期:</strong> 跳转链接的有效期为24小时。</li>\n<li><strong>没有返回链接的情形:</strong> 如果在操作时没有返回跳转链接,说明此次操作无需进行跳转,服务将会直接被开通或关闭。</li>\n<li><strong>返回链接的情形:</strong> 当操作类型为“OPEN”(开通服务),并且扩展服务类型为“AUTO_SIGN”(自动签名)、“DOWNLOAD_FLOW”(下载流程)或“OVERSEA_SIGN”(海外签名)时,系统将返回一个操作链接。收到操作链接后,贵方需主动联系超级管理员(超管)或法人。由超管或法人点击链接,以完成服务的开通操作。</li>\n</ul>\n\n",
10166
+ "document": "操作跳转链接\n<ul><li><strong>链接有效期:</strong> 跳转链接的有效期为24小时。</li>\n<li><strong>没有返回链接的情形:</strong> 如果在操作时没有返回跳转链接,说明此次操作无需进行跳转,服务将会直接被开通或关闭。</li>\n<li><strong>返回链接的情形:</strong> 当操作类型为<b>OPEN(开通服务)</b>,并且扩展服务类型为<b>AUTO_SIGN( 企业自动签署)</b>、<b>DOWNLOAD_FLOW(授权渠道下载合同)</b>或<b>OVERSEA_SIGN(企业与港澳台居民签署合同)</b>时,系统将返回一个操作链接。收到操作链接后,贵方需主动联系超级管理员(超管)或法人。<font color=\"red\"><b>由超管或法人点击链接</b></font>,以完成服务的开通操作。</li>\n</ul>\n\n",
10167
10167
  "example": "https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=OPEN_SERVER_SIGN&request_token=xxxxx&organizationId=xxxxx&channelType=xxxxx&expired_time=1673428532&login=1&verify=1",
10168
10168
  "member": "string",
10169
10169
  "name": "OperateUrl",
@@ -1799,6 +1799,16 @@
1799
1799
  "type": "list",
1800
1800
  "value_allowed_null": true
1801
1801
  },
1802
+ {
1803
+ "disabled": false,
1804
+ "document": "描述当前请求活体阶段被拒绝的详细原因,详情如下:\n01-用户全程闭眼\n02-用户未完成指定动作\n03-疑似翻拍攻击\n04-疑似合成攻击\n05-疑似黑产模版\n06-疑似存在水印\n07-反光校验未通过\n08-疑似中途换人\n09-人脸质量过差\n10-距离校验不通过\n11-疑似对抗样本攻击\n12-嘴巴区域疑似存在攻击痕迹\n13-眼睛区域疑似存在攻击痕迹\n14-眼睛或嘴巴被遮挡\n注意:此字段可能返回 null,表示取不到有效值。",
1805
+ "example": "[]",
1806
+ "member": "string",
1807
+ "name": "LivenessInfoTag",
1808
+ "output_required": true,
1809
+ "type": "list",
1810
+ "value_allowed_null": true
1811
+ },
1802
1812
  {
1803
1813
  "disabled": false,
1804
1814
  "document": "手机号码。\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -0,0 +1,4 @@
1
+ # -*- coding: utf-8 -*-
2
+
3
+ from tccli.services.gwlb.gwlb_client import action_caller
4
+