tccli 3.0.1188.1__py2.py3-none-any.whl → 3.0.1189.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/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +107 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/apm/v20210622/api.json +3 -1
- tccli/services/billing/v20180709/api.json +3 -0
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +19 -4
- tccli/services/ckafka/v20190819/api.json +5 -5
- tccli/services/dcdb/dcdb_client.py +106 -0
- tccli/services/dcdb/v20180411/api.json +318 -0
- tccli/services/dcdb/v20180411/examples.json +28 -0
- tccli/services/dnspod/dnspod_client.py +53 -0
- tccli/services/dnspod/v20210323/api.json +118 -0
- tccli/services/dnspod/v20210323/examples.json +8 -0
- tccli/services/emr/emr_client.py +269 -4
- tccli/services/emr/v20190103/api.json +591 -0
- tccli/services/emr/v20190103/examples.json +46 -0
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +54 -0
- tccli/services/es/v20180416/examples.json +14 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +120 -0
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/mariadb/mariadb_client.py +110 -4
- tccli/services/mariadb/v20170312/api.json +318 -0
- tccli/services/mariadb/v20170312/examples.json +16 -0
- tccli/services/ocr/v20181119/api.json +12 -2
- tccli/services/redis/redis_client.py +110 -4
- tccli/services/redis/v20180412/api.json +209 -0
- tccli/services/redis/v20180412/examples.json +16 -0
- tccli/services/teo/v20220901/api.json +14 -14
- tccli/services/tsf/v20180326/api.json +74 -29
- tccli/services/vdb/v20230616/api.json +491 -0
- tccli/services/vdb/v20230616/examples.json +46 -0
- tccli/services/vdb/vdb_client.py +265 -0
- tccli/services/vpc/v20170312/api.json +4 -4
- {tccli-3.0.1188.1.dist-info → tccli-3.0.1189.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1188.1.dist-info → tccli-3.0.1189.1.dist-info}/RECORD +44 -44
- {tccli-3.0.1188.1.dist-info → tccli-3.0.1189.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1188.1.dist-info → tccli-3.0.1189.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1188.1.dist-info → tccli-3.0.1189.1.dist-info}/license_files/LICENSE +0 -0
@@ -217,6 +217,13 @@
|
|
217
217
|
"output": "DescribeInstanceEventsResponse",
|
218
218
|
"status": "online"
|
219
219
|
},
|
220
|
+
"DescribeInstanceLogDelivery": {
|
221
|
+
"document": "本接口(DescribeInstanceLogDelivery)用于查询实例的日志投递配置。",
|
222
|
+
"input": "DescribeInstanceLogDeliveryRequest",
|
223
|
+
"name": "查询实例日志投递配置",
|
224
|
+
"output": "DescribeInstanceLogDeliveryResponse",
|
225
|
+
"status": "online"
|
226
|
+
},
|
220
227
|
"DescribeInstanceMonitorBigKey": {
|
221
228
|
"document": "腾讯云数据库 Redis 已经于2022年10月31日下线查询实例大 Key 接口。具体公告,请参见[查询实例大 Key 接口下线公告](https://cloud.tencent.com/document/product/239/81005)。",
|
222
229
|
"input": "DescribeInstanceMonitorBigKeyRequest",
|
@@ -581,6 +588,13 @@
|
|
581
588
|
"output": "ModifyInstanceEventResponse",
|
582
589
|
"status": "online"
|
583
590
|
},
|
591
|
+
"ModifyInstanceLogDelivery": {
|
592
|
+
"document": "本接口(ModifyInstanceLogDelivery)用于开启或关闭投递实例日志到CLS。",
|
593
|
+
"input": "ModifyInstanceLogDeliveryRequest",
|
594
|
+
"name": "修改实例日志投递配置",
|
595
|
+
"output": "ModifyInstanceLogDeliveryResponse",
|
596
|
+
"status": "online"
|
597
|
+
},
|
584
598
|
"ModifyInstanceParams": {
|
585
599
|
"document": "本接口(ModifyInstanceParams)用于修改Redis实例的参数配置。",
|
586
600
|
"input": "ModifyInstanceParamsRequest",
|
@@ -3758,6 +3772,43 @@
|
|
3758
3772
|
],
|
3759
3773
|
"type": "object"
|
3760
3774
|
},
|
3775
|
+
"DescribeInstanceLogDeliveryRequest": {
|
3776
|
+
"document": "DescribeInstanceLogDelivery请求参数结构体",
|
3777
|
+
"members": [
|
3778
|
+
{
|
3779
|
+
"disabled": false,
|
3780
|
+
"document": "实例ID。",
|
3781
|
+
"example": "crs-d8ej0xn2",
|
3782
|
+
"member": "string",
|
3783
|
+
"name": "InstanceId",
|
3784
|
+
"required": true,
|
3785
|
+
"type": "string"
|
3786
|
+
}
|
3787
|
+
],
|
3788
|
+
"type": "object"
|
3789
|
+
},
|
3790
|
+
"DescribeInstanceLogDeliveryResponse": {
|
3791
|
+
"document": "DescribeInstanceLogDelivery返回参数结构体",
|
3792
|
+
"members": [
|
3793
|
+
{
|
3794
|
+
"disabled": false,
|
3795
|
+
"document": "实例慢日志投递信息。",
|
3796
|
+
"example": "无",
|
3797
|
+
"member": "LogDeliveryInfo",
|
3798
|
+
"name": "SlowLog",
|
3799
|
+
"output_required": true,
|
3800
|
+
"type": "object",
|
3801
|
+
"value_allowed_null": false
|
3802
|
+
},
|
3803
|
+
{
|
3804
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3805
|
+
"member": "string",
|
3806
|
+
"name": "RequestId",
|
3807
|
+
"type": "string"
|
3808
|
+
}
|
3809
|
+
],
|
3810
|
+
"type": "object"
|
3811
|
+
},
|
3761
3812
|
"DescribeInstanceMonitorBigKeyRequest": {
|
3762
3813
|
"document": "DescribeInstanceMonitorBigKey请求参数结构体",
|
3763
3814
|
"members": [
|
@@ -8549,6 +8600,56 @@
|
|
8549
8600
|
],
|
8550
8601
|
"type": "object"
|
8551
8602
|
},
|
8603
|
+
"LogDeliveryInfo": {
|
8604
|
+
"document": "日志投递信息",
|
8605
|
+
"members": [
|
8606
|
+
{
|
8607
|
+
"disabled": false,
|
8608
|
+
"document": "日志投递开启状态,开启:true,关闭:false\n注意:此字段可能返回 null,表示取不到有效值。",
|
8609
|
+
"example": "true",
|
8610
|
+
"member": "bool",
|
8611
|
+
"name": "Enabled",
|
8612
|
+
"output_required": true,
|
8613
|
+
"required": false,
|
8614
|
+
"type": "bool",
|
8615
|
+
"value_allowed_null": true
|
8616
|
+
},
|
8617
|
+
{
|
8618
|
+
"disabled": false,
|
8619
|
+
"document": "日志集ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8620
|
+
"example": "4ae3d686-0dcf-4db3-9867-482def442c9a",
|
8621
|
+
"member": "string",
|
8622
|
+
"name": "LogsetId",
|
8623
|
+
"output_required": true,
|
8624
|
+
"required": false,
|
8625
|
+
"type": "string",
|
8626
|
+
"value_allowed_null": true
|
8627
|
+
},
|
8628
|
+
{
|
8629
|
+
"disabled": false,
|
8630
|
+
"document": "日志主题ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8631
|
+
"example": "27197b72-e1cb-4fc1-ab21-3865f589136f",
|
8632
|
+
"member": "string",
|
8633
|
+
"name": "TopicId",
|
8634
|
+
"output_required": true,
|
8635
|
+
"required": false,
|
8636
|
+
"type": "string",
|
8637
|
+
"value_allowed_null": true
|
8638
|
+
},
|
8639
|
+
{
|
8640
|
+
"disabled": false,
|
8641
|
+
"document": "日志集所在地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
8642
|
+
"example": "ap-guangzhou",
|
8643
|
+
"member": "string",
|
8644
|
+
"name": "LogRegion",
|
8645
|
+
"output_required": true,
|
8646
|
+
"required": false,
|
8647
|
+
"type": "string",
|
8648
|
+
"value_allowed_null": true
|
8649
|
+
}
|
8650
|
+
],
|
8651
|
+
"usage": "both"
|
8652
|
+
},
|
8552
8653
|
"ManualBackupInstanceRequest": {
|
8553
8654
|
"document": "ManualBackupInstance请求参数结构体",
|
8554
8655
|
"members": [
|
@@ -9144,6 +9245,114 @@
|
|
9144
9245
|
],
|
9145
9246
|
"type": "object"
|
9146
9247
|
},
|
9248
|
+
"ModifyInstanceLogDeliveryRequest": {
|
9249
|
+
"document": "ModifyInstanceLogDelivery请求参数结构体",
|
9250
|
+
"members": [
|
9251
|
+
{
|
9252
|
+
"disabled": false,
|
9253
|
+
"document": "实例ID。",
|
9254
|
+
"example": "crs-d8ej0xn2",
|
9255
|
+
"member": "string",
|
9256
|
+
"name": "InstanceId",
|
9257
|
+
"required": true,
|
9258
|
+
"type": "string"
|
9259
|
+
},
|
9260
|
+
{
|
9261
|
+
"disabled": false,
|
9262
|
+
"document": "日志类型。当前仅支持设置为slowlog,指慢查询日志。",
|
9263
|
+
"example": "slowlog",
|
9264
|
+
"member": "string",
|
9265
|
+
"name": "LogType",
|
9266
|
+
"required": true,
|
9267
|
+
"type": "string"
|
9268
|
+
},
|
9269
|
+
{
|
9270
|
+
"disabled": false,
|
9271
|
+
"document": "日志投递开启状态。\n- true:开启。\n- false:关闭。",
|
9272
|
+
"example": "true",
|
9273
|
+
"member": "bool",
|
9274
|
+
"name": "Enabled",
|
9275
|
+
"required": true,
|
9276
|
+
"type": "bool"
|
9277
|
+
},
|
9278
|
+
{
|
9279
|
+
"disabled": false,
|
9280
|
+
"document": "投递的日志集ID。",
|
9281
|
+
"example": "4ae3d686-0dcf-4db3-9867-482def442c9a",
|
9282
|
+
"member": "string",
|
9283
|
+
"name": "LogsetId",
|
9284
|
+
"required": false,
|
9285
|
+
"type": "string"
|
9286
|
+
},
|
9287
|
+
{
|
9288
|
+
"disabled": false,
|
9289
|
+
"document": "投递的日志主题ID。",
|
9290
|
+
"example": "27197b72-e1cb-4fc1-ab21-3865f589136f",
|
9291
|
+
"member": "string",
|
9292
|
+
"name": "TopicId",
|
9293
|
+
"required": false,
|
9294
|
+
"type": "string"
|
9295
|
+
},
|
9296
|
+
{
|
9297
|
+
"disabled": false,
|
9298
|
+
"document": "日志集名称。若**LogsetId**未指定具体的日志集ID,请配置该参数,设置日志集名称,系统会以设置的日志集名称自动创建新的日志集。",
|
9299
|
+
"example": "test-set-name",
|
9300
|
+
"member": "string",
|
9301
|
+
"name": "LogsetName",
|
9302
|
+
"required": false,
|
9303
|
+
"type": "string"
|
9304
|
+
},
|
9305
|
+
{
|
9306
|
+
"disabled": false,
|
9307
|
+
"document": "日志主题名称,TopicId为空时必传,会自动创建新的日志主题。",
|
9308
|
+
"example": "test-topic-name",
|
9309
|
+
"member": "string",
|
9310
|
+
"name": "TopicName",
|
9311
|
+
"required": false,
|
9312
|
+
"type": "string"
|
9313
|
+
},
|
9314
|
+
{
|
9315
|
+
"disabled": false,
|
9316
|
+
"document": "日志集所在地域,不传默认使用实例所在地域。",
|
9317
|
+
"example": "无",
|
9318
|
+
"member": "string",
|
9319
|
+
"name": "LogRegion",
|
9320
|
+
"required": false,
|
9321
|
+
"type": "string"
|
9322
|
+
},
|
9323
|
+
{
|
9324
|
+
"disabled": false,
|
9325
|
+
"document": "日志存储时间,默认为30天,可选范围1-3600天。",
|
9326
|
+
"example": "30",
|
9327
|
+
"member": "int64",
|
9328
|
+
"name": "Period",
|
9329
|
+
"required": false,
|
9330
|
+
"type": "int"
|
9331
|
+
},
|
9332
|
+
{
|
9333
|
+
"disabled": false,
|
9334
|
+
"document": "创建日志主题时,是否创建索引。",
|
9335
|
+
"example": "true",
|
9336
|
+
"member": "bool",
|
9337
|
+
"name": "CreateIndex",
|
9338
|
+
"required": false,
|
9339
|
+
"type": "bool"
|
9340
|
+
}
|
9341
|
+
],
|
9342
|
+
"type": "object"
|
9343
|
+
},
|
9344
|
+
"ModifyInstanceLogDeliveryResponse": {
|
9345
|
+
"document": "ModifyInstanceLogDelivery返回参数结构体",
|
9346
|
+
"members": [
|
9347
|
+
{
|
9348
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
9349
|
+
"member": "string",
|
9350
|
+
"name": "RequestId",
|
9351
|
+
"type": "string"
|
9352
|
+
}
|
9353
|
+
],
|
9354
|
+
"type": "object"
|
9355
|
+
},
|
9147
9356
|
"ModifyInstanceParamsRequest": {
|
9148
9357
|
"document": "ModifyInstanceParams请求参数结构体",
|
9149
9358
|
"members": [
|
@@ -254,6 +254,14 @@
|
|
254
254
|
"title": "查询实例事件"
|
255
255
|
}
|
256
256
|
],
|
257
|
+
"DescribeInstanceLogDelivery": [
|
258
|
+
{
|
259
|
+
"document": "查询实例日志投递配置",
|
260
|
+
"input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceLogDelivery\n<公共请求参数>\n\n{\n \"InstanceId\": \"crs-ib4uuh7x\"\n}",
|
261
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"27d4627d-4cc7-4144-af33-ac9f52a36878\",\n \"SlowLog\": {\n \"Enabled\": true,\n \"LogRegion\": \"ap-guangzhou\",\n \"LogsetId\": \"5db981e1-473c-4f1b-a2ad-4f480c49698f\",\n \"TopicId\": \"a78808d4-df0a-44d4-b71d-a111b1ad9170\"\n }\n }\n}",
|
262
|
+
"title": "示例1"
|
263
|
+
}
|
264
|
+
],
|
257
265
|
"DescribeInstanceMonitorBigKey": [
|
258
266
|
{
|
259
267
|
"document": "请求示例",
|
@@ -670,6 +678,14 @@
|
|
670
678
|
"title": "修改实例事件信息"
|
671
679
|
}
|
672
680
|
],
|
681
|
+
"ModifyInstanceLogDelivery": [
|
682
|
+
{
|
683
|
+
"document": "开启实例日志投递,并使用新创建的日志集和日志主题",
|
684
|
+
"input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstanceLogDelivery\n<公共请求参数>\n\n{\n \"InstanceId\": \"crs-ib4uuh7x\",\n \"LogType\": \"slowlog\",\n \"Enabled\": true,\n \"LogsetName\": \"test-logset-name\",\n \"TopicName\": \"test-topic-name\",\n \"CreateIndex\": true\n}",
|
685
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ac46037a-57a0-4fe2-a99d-93c10ef20883\"\n }\n}",
|
686
|
+
"title": "示例1"
|
687
|
+
}
|
688
|
+
],
|
673
689
|
"ModifyInstanceParams": [
|
674
690
|
{
|
675
691
|
"document": "",
|
@@ -5850,7 +5850,7 @@
|
|
5850
5850
|
},
|
5851
5851
|
{
|
5852
5852
|
"disabled": false,
|
5853
|
-
"document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 zone-id 下所有域名信息。详细的过滤条件如下:\n<li>domain-name:按照加速域名进行过滤;</li>\n<li>origin-type:按照源站类型进行过滤;</li>\n<li>origin:按照主源站地址进行过滤;</li>\n<li>backup-origin: 按照备用源站地址进行过滤;</li>\n<li>domain-cname:按照 CNAME 进行过滤;</li>\n<li>share-cname:按照共享 CNAME 进行过滤;</li
|
5853
|
+
"document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 zone-id 下所有域名信息。详细的过滤条件如下:\n<li>domain-name:按照加速域名进行过滤;</li>\n<li>origin-type:按照源站类型进行过滤;</li>\n<li>origin:按照主源站地址进行过滤;</li>\n<li>backup-origin: 按照备用源站地址进行过滤;</li>\n<li>domain-cname:按照 CNAME 进行过滤;</li>\n<li>share-cname:按照共享 CNAME 进行过滤;</li>",
|
5854
5854
|
"example": "无",
|
5855
5855
|
"member": "AdvancedFilter",
|
5856
5856
|
"name": "Filters",
|
@@ -8126,7 +8126,7 @@
|
|
8126
8126
|
},
|
8127
8127
|
{
|
8128
8128
|
"disabled": false,
|
8129
|
-
"document": "过滤条件,详细的过滤条件Key值如下:\n<li>ruleId
|
8129
|
+
"document": "过滤条件,详细的过滤条件Key值如下:\n<li>ruleId:按照转发规则 ID 进行过滤。</li>\n<li>proxyId:按照四层代理实例 ID 进行过滤。</li>",
|
8130
8130
|
"example": "无",
|
8131
8131
|
"member": "QueryCondition",
|
8132
8132
|
"name": "Filters",
|
@@ -12870,7 +12870,7 @@
|
|
12870
12870
|
"members": [
|
12871
12871
|
{
|
12872
12872
|
"disabled": false,
|
12873
|
-
"document": "源站类型,取值有:\n<li>IP_DOMAIN:IPV4、IPV6 或域名类型源站;</li>\n<li>COS:腾讯云 COS 对象存储源站;</li>\n<li>AWS_S3:AWS S3 对象存储源站;</li>\n<li>ORIGIN_GROUP:源站组类型源站;</li>\n<li>
|
12873
|
+
"document": "源站类型,取值有:\n<li>IP_DOMAIN:IPV4、IPV6 或域名类型源站;</li>\n<li>COS:腾讯云 COS 对象存储源站;</li>\n<li>AWS_S3:AWS S3 对象存储源站;</li>\n<li>ORIGIN_GROUP:源站组类型源站;</li>\n<li>VOD:云点播;</li>\n<li>SPACE:源站卸载,当前仅白名单开放;</li>\n<li>LB:负载均衡,当前仅白名单开放。</li>",
|
12874
12874
|
"example": "ip_domain",
|
12875
12875
|
"member": "string",
|
12876
12876
|
"name": "OriginType",
|
@@ -12880,7 +12880,7 @@
|
|
12880
12880
|
},
|
12881
12881
|
{
|
12882
12882
|
"disabled": false,
|
12883
|
-
"document": "源站地址,根据 OriginType 的取值分为以下情况:\n<li>当 OriginType = IP_DOMAIN 时,该参数为 IPv4、IPv6 地址或域名;</li>\n<li>当 OriginType = COS 时,该参数为 COS 桶的访问域名;</li>\n<li>当 OriginType = AWS_S3,该参数为 S3 桶的访问域名;</li>\n<li>当 OriginType = ORIGIN_GROUP 时,该参数为源站组 ID;</li>\n<li>当 OriginType = VOD 时,该参数请填写云点播应用 ID ;</li
|
12883
|
+
"document": "源站地址,根据 OriginType 的取值分为以下情况:\n<li>当 OriginType = IP_DOMAIN 时,该参数为 IPv4、IPv6 地址或域名;</li>\n<li>当 OriginType = COS 时,该参数为 COS 桶的访问域名;</li>\n<li>当 OriginType = AWS_S3,该参数为 S3 桶的访问域名;</li>\n<li>当 OriginType = ORIGIN_GROUP 时,该参数为源站组 ID;</li>\n<li>当 OriginType = VOD 时,该参数请填写云点播应用 ID ;</li>",
|
12884
12884
|
"example": "qq.com",
|
12885
12885
|
"member": "string",
|
12886
12886
|
"name": "Origin",
|
@@ -12939,7 +12939,7 @@
|
|
12939
12939
|
"value_allowed_null": true
|
12940
12940
|
},
|
12941
12941
|
{
|
12942
|
-
"disabled":
|
12942
|
+
"disabled": true,
|
12943
12943
|
"document": "MO 子应用 ID",
|
12944
12944
|
"example": "无",
|
12945
12945
|
"member": "int64",
|
@@ -12949,7 +12949,7 @@
|
|
12949
12949
|
"value_allowed_null": false
|
12950
12950
|
},
|
12951
12951
|
{
|
12952
|
-
"disabled":
|
12952
|
+
"disabled": true,
|
12953
12953
|
"document": "MO 分发范围,取值有: <li>All:全部</li> <li>Bucket:存储桶</li>",
|
12954
12954
|
"example": "无",
|
12955
12955
|
"member": "string",
|
@@ -12959,7 +12959,7 @@
|
|
12959
12959
|
"value_allowed_null": false
|
12960
12960
|
},
|
12961
12961
|
{
|
12962
|
-
"disabled":
|
12962
|
+
"disabled": true,
|
12963
12963
|
"document": "MO 存储桶 ID,分发范围(DistributionRange)为存储桶(Bucket)时必填",
|
12964
12964
|
"example": "无",
|
12965
12965
|
"member": "string",
|
@@ -13142,7 +13142,7 @@
|
|
13142
13142
|
"type": "list"
|
13143
13143
|
},
|
13144
13144
|
{
|
13145
|
-
"disabled":
|
13145
|
+
"disabled": true,
|
13146
13146
|
"document": "VODEO 子应用 ID。该参数当 OriginType = VODEO 时必填。",
|
13147
13147
|
"example": "无",
|
13148
13148
|
"member": "int64",
|
@@ -13151,7 +13151,7 @@
|
|
13151
13151
|
"type": "int"
|
13152
13152
|
},
|
13153
13153
|
{
|
13154
|
-
"disabled":
|
13154
|
+
"disabled": true,
|
13155
13155
|
"document": "VODEO 分发范围,该参数当 OriginType = VODEO 时必填。取值有: \n<li>All:当前应用下所有存储桶;</li> \n<li>Bucket:指定的某一个存储桶。</li>",
|
13156
13156
|
"example": "无",
|
13157
13157
|
"member": "string",
|
@@ -13160,7 +13160,7 @@
|
|
13160
13160
|
"type": "string"
|
13161
13161
|
},
|
13162
13162
|
{
|
13163
|
-
"disabled":
|
13163
|
+
"disabled": true,
|
13164
13164
|
"document": "VODEO 存储桶 ID,该参数当 OriginType = VODEO 且 VodeoDistributionRange = Bucket 时必填。",
|
13165
13165
|
"example": "无",
|
13166
13166
|
"member": "string",
|
@@ -15931,11 +15931,11 @@
|
|
15931
15931
|
"members": [
|
15932
15932
|
{
|
15933
15933
|
"disabled": false,
|
15934
|
-
"document": "返回数据对应时间点,采用unix秒级时间戳。",
|
15934
|
+
"document": "返回数据对应时间点,采用 unix 秒级时间戳。",
|
15935
15935
|
"example": "1652659200",
|
15936
15936
|
"member": "int64",
|
15937
15937
|
"name": "Timestamp",
|
15938
|
-
"
|
15938
|
+
"output_required": true,
|
15939
15939
|
"type": "int",
|
15940
15940
|
"value_allowed_null": false
|
15941
15941
|
},
|
@@ -15945,7 +15945,7 @@
|
|
15945
15945
|
"example": "100",
|
15946
15946
|
"member": "int64",
|
15947
15947
|
"name": "Value",
|
15948
|
-
"
|
15948
|
+
"output_required": true,
|
15949
15949
|
"type": "int",
|
15950
15950
|
"value_allowed_null": false
|
15951
15951
|
}
|
@@ -16507,7 +16507,7 @@
|
|
16507
16507
|
},
|
16508
16508
|
{
|
16509
16509
|
"disabled": false,
|
16510
|
-
"document": "站点接入方式,取值有:\n<li> full:NS 接入;</li>\n<li> partial:CNAME 接入;</li>\n<li> noDomainAccess:无域名接入;</li
|
16510
|
+
"document": "站点接入方式,取值有:\n<li> full:NS 接入;</li>\n<li> partial:CNAME 接入;</li>\n<li> noDomainAccess:无域名接入;</li>",
|
16511
16511
|
"example": "full",
|
16512
16512
|
"member": "string",
|
16513
16513
|
"name": "Type",
|
@@ -2537,100 +2537,130 @@
|
|
2537
2537
|
{
|
2538
2538
|
"disabled": false,
|
2539
2539
|
"document": "rule Id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2540
|
-
"example": "",
|
2540
|
+
"example": "无",
|
2541
2541
|
"member": "string",
|
2542
2542
|
"name": "RuleId",
|
2543
|
-
"
|
2543
|
+
"output_required": true,
|
2544
2544
|
"type": "string",
|
2545
2545
|
"value_allowed_null": true
|
2546
2546
|
},
|
2547
2547
|
{
|
2548
2548
|
"disabled": false,
|
2549
2549
|
"document": "API ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
2550
|
-
"example": "",
|
2550
|
+
"example": "无",
|
2551
2551
|
"member": "string",
|
2552
2552
|
"name": "ApiId",
|
2553
|
-
"
|
2553
|
+
"output_required": true,
|
2554
2554
|
"type": "string",
|
2555
2555
|
"value_allowed_null": true
|
2556
2556
|
},
|
2557
2557
|
{
|
2558
2558
|
"disabled": false,
|
2559
2559
|
"document": "限流名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2560
|
-
"example": "",
|
2560
|
+
"example": "无",
|
2561
2561
|
"member": "string",
|
2562
2562
|
"name": "RuleName",
|
2563
|
-
"
|
2563
|
+
"output_required": true,
|
2564
2564
|
"type": "string",
|
2565
2565
|
"value_allowed_null": true
|
2566
2566
|
},
|
2567
2567
|
{
|
2568
2568
|
"disabled": false,
|
2569
2569
|
"document": "最大限流qps\n注意:此字段可能返回 null,表示取不到有效值。",
|
2570
|
-
"example": "",
|
2570
|
+
"example": "无",
|
2571
2571
|
"member": "uint64",
|
2572
2572
|
"name": "MaxQps",
|
2573
|
-
"
|
2573
|
+
"output_required": true,
|
2574
2574
|
"type": "int",
|
2575
2575
|
"value_allowed_null": true
|
2576
2576
|
},
|
2577
2577
|
{
|
2578
2578
|
"disabled": false,
|
2579
2579
|
"document": "生效/禁用, enabled/disabled\n注意:此字段可能返回 null,表示取不到有效值。",
|
2580
|
-
"example": "",
|
2580
|
+
"example": "无",
|
2581
2581
|
"member": "string",
|
2582
2582
|
"name": "UsableStatus",
|
2583
|
-
"
|
2583
|
+
"output_required": true,
|
2584
2584
|
"type": "string",
|
2585
2585
|
"value_allowed_null": true
|
2586
2586
|
},
|
2587
2587
|
{
|
2588
2588
|
"disabled": false,
|
2589
2589
|
"document": "规则内容\n注意:此字段可能返回 null,表示取不到有效值。",
|
2590
|
-
"example": "",
|
2590
|
+
"example": "无",
|
2591
2591
|
"member": "string",
|
2592
2592
|
"name": "RuleContent",
|
2593
|
-
"
|
2593
|
+
"output_required": true,
|
2594
2594
|
"type": "string",
|
2595
2595
|
"value_allowed_null": true
|
2596
2596
|
},
|
2597
2597
|
{
|
2598
2598
|
"disabled": false,
|
2599
2599
|
"document": "Tsf Rule ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
2600
|
-
"example": "",
|
2600
|
+
"example": "无",
|
2601
2601
|
"member": "string",
|
2602
2602
|
"name": "TsfRuleId",
|
2603
|
-
"
|
2603
|
+
"output_required": true,
|
2604
2604
|
"type": "string",
|
2605
2605
|
"value_allowed_null": true
|
2606
2606
|
},
|
2607
2607
|
{
|
2608
2608
|
"disabled": false,
|
2609
2609
|
"document": "描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
2610
|
-
"example": "",
|
2610
|
+
"example": "无",
|
2611
2611
|
"member": "string",
|
2612
2612
|
"name": "Description",
|
2613
|
-
"
|
2613
|
+
"output_required": true,
|
2614
2614
|
"type": "string",
|
2615
2615
|
"value_allowed_null": true
|
2616
2616
|
},
|
2617
2617
|
{
|
2618
2618
|
"disabled": false,
|
2619
2619
|
"document": "创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2620
|
-
"example": "",
|
2620
|
+
"example": "无",
|
2621
2621
|
"member": "string",
|
2622
2622
|
"name": "CreatedTime",
|
2623
|
-
"
|
2623
|
+
"output_required": true,
|
2624
2624
|
"type": "string",
|
2625
2625
|
"value_allowed_null": true
|
2626
2626
|
},
|
2627
2627
|
{
|
2628
2628
|
"disabled": false,
|
2629
2629
|
"document": "更新时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2630
|
-
"example": "",
|
2630
|
+
"example": "无",
|
2631
2631
|
"member": "string",
|
2632
2632
|
"name": "UpdatedTime",
|
2633
|
-
"
|
2633
|
+
"output_required": true,
|
2634
|
+
"type": "string",
|
2635
|
+
"value_allowed_null": true
|
2636
|
+
},
|
2637
|
+
{
|
2638
|
+
"disabled": false,
|
2639
|
+
"document": "分页参数limit\n注意:此字段可能返回 null,表示取不到有效值。",
|
2640
|
+
"example": "无",
|
2641
|
+
"member": "int64",
|
2642
|
+
"name": "Limit",
|
2643
|
+
"output_required": false,
|
2644
|
+
"type": "int",
|
2645
|
+
"value_allowed_null": true
|
2646
|
+
},
|
2647
|
+
{
|
2648
|
+
"disabled": false,
|
2649
|
+
"document": "分页参数offset\n注意:此字段可能返回 null,表示取不到有效值。",
|
2650
|
+
"example": "无",
|
2651
|
+
"member": "int64",
|
2652
|
+
"name": "Offset",
|
2653
|
+
"output_required": false,
|
2654
|
+
"type": "int",
|
2655
|
+
"value_allowed_null": true
|
2656
|
+
},
|
2657
|
+
{
|
2658
|
+
"disabled": false,
|
2659
|
+
"document": "AppId\n注意:此字段可能返回 null,表示取不到有效值。",
|
2660
|
+
"example": "无",
|
2661
|
+
"member": "string",
|
2662
|
+
"name": "AppId",
|
2663
|
+
"output_required": false,
|
2634
2664
|
"type": "string",
|
2635
2665
|
"value_allowed_null": true
|
2636
2666
|
}
|
@@ -6403,7 +6433,7 @@
|
|
6403
6433
|
{
|
6404
6434
|
"disabled": false,
|
6405
6435
|
"document": "API分组ID",
|
6406
|
-
"example": "",
|
6436
|
+
"example": "无",
|
6407
6437
|
"member": "string",
|
6408
6438
|
"name": "GroupId",
|
6409
6439
|
"required": true,
|
@@ -6412,11 +6442,20 @@
|
|
6412
6442
|
{
|
6413
6443
|
"disabled": false,
|
6414
6444
|
"document": "微服务ID",
|
6415
|
-
"example": "",
|
6445
|
+
"example": "无",
|
6416
6446
|
"member": "string",
|
6417
6447
|
"name": "MicroserviceId",
|
6418
6448
|
"required": true,
|
6419
6449
|
"type": "string"
|
6450
|
+
},
|
6451
|
+
{
|
6452
|
+
"disabled": false,
|
6453
|
+
"document": "命名空间ID",
|
6454
|
+
"example": "无",
|
6455
|
+
"member": "string",
|
6456
|
+
"name": "NamespaceId",
|
6457
|
+
"required": false,
|
6458
|
+
"type": "string"
|
6420
6459
|
}
|
6421
6460
|
],
|
6422
6461
|
"type": "object"
|
@@ -6427,9 +6466,10 @@
|
|
6427
6466
|
{
|
6428
6467
|
"disabled": false,
|
6429
6468
|
"document": "是否成功",
|
6430
|
-
"example": "",
|
6469
|
+
"example": "无",
|
6431
6470
|
"member": "bool",
|
6432
6471
|
"name": "Result",
|
6472
|
+
"output_required": true,
|
6433
6473
|
"type": "bool",
|
6434
6474
|
"value_allowed_null": false
|
6435
6475
|
},
|
@@ -18482,7 +18522,8 @@
|
|
18482
18522
|
"example": "api-sadasf",
|
18483
18523
|
"member": "string",
|
18484
18524
|
"name": "ApiId",
|
18485
|
-
"
|
18525
|
+
"output_required": true,
|
18526
|
+
"required": false,
|
18486
18527
|
"type": "string",
|
18487
18528
|
"value_allowed_null": false
|
18488
18529
|
},
|
@@ -18492,7 +18533,8 @@
|
|
18492
18533
|
"example": "/test/echo/xxx",
|
18493
18534
|
"member": "string",
|
18494
18535
|
"name": "Path",
|
18495
|
-
"
|
18536
|
+
"output_required": true,
|
18537
|
+
"required": false,
|
18496
18538
|
"type": "string",
|
18497
18539
|
"value_allowed_null": false
|
18498
18540
|
},
|
@@ -18502,7 +18544,8 @@
|
|
18502
18544
|
"example": "ms1",
|
18503
18545
|
"member": "string",
|
18504
18546
|
"name": "MicroserviceName",
|
18505
|
-
"
|
18547
|
+
"output_required": true,
|
18548
|
+
"required": false,
|
18506
18549
|
"type": "string",
|
18507
18550
|
"value_allowed_null": false
|
18508
18551
|
},
|
@@ -18512,7 +18555,8 @@
|
|
18512
18555
|
"example": "GET",
|
18513
18556
|
"member": "string",
|
18514
18557
|
"name": "Method",
|
18515
|
-
"
|
18558
|
+
"output_required": true,
|
18559
|
+
"required": false,
|
18516
18560
|
"type": "string",
|
18517
18561
|
"value_allowed_null": true
|
18518
18562
|
},
|
@@ -18522,12 +18566,13 @@
|
|
18522
18566
|
"example": "ns-test",
|
18523
18567
|
"member": "string",
|
18524
18568
|
"name": "NamespaceName",
|
18525
|
-
"
|
18569
|
+
"output_required": true,
|
18570
|
+
"required": false,
|
18526
18571
|
"type": "string",
|
18527
18572
|
"value_allowed_null": true
|
18528
18573
|
}
|
18529
18574
|
],
|
18530
|
-
"usage": "
|
18575
|
+
"usage": "both"
|
18531
18576
|
},
|
18532
18577
|
"GatewayGroupIds": {
|
18533
18578
|
"document": "网关部署组ID和网关API分组ID元组",
|