tencentcloud-sdk-nodejs 4.1.233 → 4.1.234
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/dataagent/v20250513/dataagent_client.js +32 -29
- package/es/services/ioa/v20220601/ioa_client.js +9 -0
- package/es/services/monitor/v20180724/monitor_client.js +0 -6
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +5 -5
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +19 -22
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +21 -17
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -9
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +26 -22
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +8 -8
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +8 -8
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -5
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +8 -10
- package/tencentcloud/services/dataagent/v20250513/dataagent_client.d.ts +39 -35
- package/tencentcloud/services/dataagent/v20250513/dataagent_client.js +57 -51
- package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +13 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +13 -1
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +18 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +270 -42
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +24 -24
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -13
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +0 -16
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -82
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +58 -14
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +12 -8
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +50 -38
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +8 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +204 -203
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +52 -37
|
@@ -1398,15 +1398,15 @@ export interface AlarmPolicyRule {
|
|
|
1398
1398
|
*/
|
|
1399
1399
|
export interface CreateGrafanaIntegrationRequest {
|
|
1400
1400
|
/**
|
|
1401
|
-
* Grafana 实例 ID,例如:grafana-abcdefgh
|
|
1401
|
+
* <p>Grafana 实例 ID,例如:grafana-abcdefgh</p>
|
|
1402
1402
|
*/
|
|
1403
1403
|
InstanceId: string;
|
|
1404
1404
|
/**
|
|
1405
|
-
*
|
|
1405
|
+
* <p>集成类型(接口DescribeGrafanaIntegrationOverviews返回的集成信息中的Code字段)</p>
|
|
1406
1406
|
*/
|
|
1407
1407
|
Kind: string;
|
|
1408
1408
|
/**
|
|
1409
|
-
*
|
|
1409
|
+
* <p>集成配置</p>
|
|
1410
1410
|
*/
|
|
1411
1411
|
Content: string;
|
|
1412
1412
|
}
|
|
@@ -3220,20 +3220,6 @@ export interface DescribePrometheusScrapeStatisticsResponse {
|
|
|
3220
3220
|
*/
|
|
3221
3221
|
RequestId?: string;
|
|
3222
3222
|
}
|
|
3223
|
-
/**
|
|
3224
|
-
* DescribeServiceDiscovery返回参数结构体
|
|
3225
|
-
*/
|
|
3226
|
-
export interface DescribeServiceDiscoveryResponse {
|
|
3227
|
-
/**
|
|
3228
|
-
* 返回服务发现列表信息
|
|
3229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3230
|
-
*/
|
|
3231
|
-
ServiceDiscoverySet?: Array<ServiceDiscoveryItem>;
|
|
3232
|
-
/**
|
|
3233
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3234
|
-
*/
|
|
3235
|
-
RequestId?: string;
|
|
3236
|
-
}
|
|
3237
3223
|
/**
|
|
3238
3224
|
* ExportPrometheusReadOnlyDynamicAPI请求参数结构体
|
|
3239
3225
|
*/
|
|
@@ -3345,19 +3331,6 @@ export interface BindingPolicyObjectRequest {
|
|
|
3345
3331
|
*/
|
|
3346
3332
|
EbEventFlag?: number;
|
|
3347
3333
|
}
|
|
3348
|
-
/**
|
|
3349
|
-
* CreateServiceDiscovery返回参数结构体
|
|
3350
|
-
*/
|
|
3351
|
-
export interface CreateServiceDiscoveryResponse {
|
|
3352
|
-
/**
|
|
3353
|
-
* 创建成功之后,返回对应服务发现信息
|
|
3354
|
-
*/
|
|
3355
|
-
ServiceDiscovery?: ServiceDiscoveryItem;
|
|
3356
|
-
/**
|
|
3357
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3358
|
-
*/
|
|
3359
|
-
RequestId?: string;
|
|
3360
|
-
}
|
|
3361
3334
|
/**
|
|
3362
3335
|
* ModifyPrometheusAgentExternalLabels请求参数结构体
|
|
3363
3336
|
*/
|
|
@@ -4634,7 +4607,7 @@ export interface PrometheusAlertAllowTimeRange {
|
|
|
4634
4607
|
*/
|
|
4635
4608
|
export interface CreateGrafanaIntegrationResponse {
|
|
4636
4609
|
/**
|
|
4637
|
-
*
|
|
4610
|
+
* <p>集成 ID</p>
|
|
4638
4611
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4639
4612
|
*/
|
|
4640
4613
|
IntegrationId?: string;
|
|
@@ -6385,33 +6358,13 @@ export interface TerminatePrometheusInstancesRequest {
|
|
|
6385
6358
|
InstanceIds: Array<string>;
|
|
6386
6359
|
}
|
|
6387
6360
|
/**
|
|
6388
|
-
*
|
|
6361
|
+
* UnbindPrometheusManagedGrafana返回参数结构体
|
|
6389
6362
|
*/
|
|
6390
|
-
export interface
|
|
6391
|
-
/**
|
|
6392
|
-
* Prometheus 实例 ID
|
|
6393
|
-
*/
|
|
6394
|
-
InstanceId: string;
|
|
6395
|
-
/**
|
|
6396
|
-
* <li>类型为TKE:对应集成的腾讯云容器服务集群 ID</li>
|
|
6397
|
-
*/
|
|
6398
|
-
KubeClusterId: string;
|
|
6399
|
-
/**
|
|
6400
|
-
* 用户 Kubernetes 集群类型:
|
|
6401
|
-
<li> 1 = 容器服务集群(TKE) </li>
|
|
6402
|
-
*/
|
|
6403
|
-
KubeType: number;
|
|
6404
|
-
/**
|
|
6405
|
-
* 服务发现类型,取值如下:
|
|
6406
|
-
<li> 1 = ServiceMonitor</li>
|
|
6407
|
-
<li> 2 = PodMonitor</li>
|
|
6408
|
-
<li> 3 = JobMonitor</li>
|
|
6409
|
-
*/
|
|
6410
|
-
Type: number;
|
|
6363
|
+
export interface UnbindPrometheusManagedGrafanaResponse {
|
|
6411
6364
|
/**
|
|
6412
|
-
*
|
|
6365
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6413
6366
|
*/
|
|
6414
|
-
|
|
6367
|
+
RequestId?: string;
|
|
6415
6368
|
}
|
|
6416
6369
|
/**
|
|
6417
6370
|
* 周期内的统计方式
|
|
@@ -7025,15 +6978,6 @@ export interface CleanGrafanaInstanceResponse {
|
|
|
7025
6978
|
*/
|
|
7026
6979
|
RequestId?: string;
|
|
7027
6980
|
}
|
|
7028
|
-
/**
|
|
7029
|
-
* UnbindPrometheusManagedGrafana返回参数结构体
|
|
7030
|
-
*/
|
|
7031
|
-
export interface UnbindPrometheusManagedGrafanaResponse {
|
|
7032
|
-
/**
|
|
7033
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7034
|
-
*/
|
|
7035
|
-
RequestId?: string;
|
|
7036
|
-
}
|
|
7037
6981
|
/**
|
|
7038
6982
|
* DescribeGrafanaChannels返回参数结构体
|
|
7039
6983
|
*/
|
|
@@ -9649,24 +9593,6 @@ export interface PrometheusInstanceTenantUsage {
|
|
|
9649
9593
|
*/
|
|
9650
9594
|
Fee?: number;
|
|
9651
9595
|
}
|
|
9652
|
-
/**
|
|
9653
|
-
* DescribeServiceDiscovery请求参数结构体
|
|
9654
|
-
*/
|
|
9655
|
-
export interface DescribeServiceDiscoveryRequest {
|
|
9656
|
-
/**
|
|
9657
|
-
* Prometheus 实例 ID
|
|
9658
|
-
*/
|
|
9659
|
-
InstanceId: string;
|
|
9660
|
-
/**
|
|
9661
|
-
* <li>类型是 TKE,为对应的腾讯云容器服务集群 ID</li>
|
|
9662
|
-
*/
|
|
9663
|
-
KubeClusterId: string;
|
|
9664
|
-
/**
|
|
9665
|
-
* 用户 Kubernetes 集群类型:
|
|
9666
|
-
<li> 1 = 容器服务集群(TKE) </li>
|
|
9667
|
-
*/
|
|
9668
|
-
KubeType: number;
|
|
9669
|
-
}
|
|
9670
9596
|
/**
|
|
9671
9597
|
* 任务步骤信息
|
|
9672
9598
|
*/
|
|
@@ -13154,7 +13154,7 @@ export interface BatchSubTaskResult {
|
|
|
13154
13154
|
SmartSubtitlesTaskResult?: BatchSmartSubtitlesResult;
|
|
13155
13155
|
}
|
|
13156
13156
|
/**
|
|
13157
|
-
* Aigc结果文件上传COS时,需传入的信息。 需创建并授权
|
|
13157
|
+
* Aigc结果文件上传COS时,需传入的信息。 需创建并授权MPS_QcsRole角色。
|
|
13158
13158
|
*/
|
|
13159
13159
|
export interface AigcStoreCosParam {
|
|
13160
13160
|
/**
|
|
@@ -814,6 +814,14 @@ export interface Setats {
|
|
|
814
814
|
* <p>类型:0 公网,1 内网</p><p>枚举值:</p><ul><li>0: 公网</li><li>1: 内网</li></ul><p>默认值:0</p>
|
|
815
815
|
*/
|
|
816
816
|
WebUIType?: number;
|
|
817
|
+
/**
|
|
818
|
+
* <p>setats集群的名字</p>
|
|
819
|
+
*/
|
|
820
|
+
Name?: string;
|
|
821
|
+
/**
|
|
822
|
+
* <p>setats集群注释</p>
|
|
823
|
+
*/
|
|
824
|
+
Remark?: string;
|
|
817
825
|
}
|
|
818
826
|
/**
|
|
819
827
|
* 自定义树结构出参作业列表
|
|
@@ -2357,37 +2365,53 @@ export interface TriggerJobSavepointResponse {
|
|
|
2357
2365
|
*/
|
|
2358
2366
|
export interface VariableItem {
|
|
2359
2367
|
/**
|
|
2360
|
-
*
|
|
2368
|
+
* <p>变量id</p>
|
|
2361
2369
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2362
2370
|
*/
|
|
2363
2371
|
SerialId?: string;
|
|
2364
2372
|
/**
|
|
2365
|
-
*
|
|
2373
|
+
* <p>变量名</p>
|
|
2366
2374
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2367
2375
|
*/
|
|
2368
2376
|
Name?: string;
|
|
2369
2377
|
/**
|
|
2370
|
-
*
|
|
2378
|
+
* <p>变量值</p>
|
|
2371
2379
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2372
2380
|
*/
|
|
2373
2381
|
Value?: string;
|
|
2374
2382
|
/**
|
|
2375
|
-
*
|
|
2383
|
+
* <p>变量值类型</p><p>枚举值:</p><ul><li>0: 自定义变量</li><li>1: 凭据值</li></ul>
|
|
2384
|
+
*/
|
|
2385
|
+
ValueType?: number;
|
|
2386
|
+
/**
|
|
2387
|
+
* <p>凭据所在地域</p>
|
|
2388
|
+
*/
|
|
2389
|
+
SecretRegion?: string;
|
|
2390
|
+
/**
|
|
2391
|
+
* <p>凭据名称</p>
|
|
2392
|
+
*/
|
|
2393
|
+
SecretName?: string;
|
|
2394
|
+
/**
|
|
2395
|
+
* <p>凭据版本</p>
|
|
2396
|
+
*/
|
|
2397
|
+
SecretVersionId?: string;
|
|
2398
|
+
/**
|
|
2399
|
+
* <p>变量值是否隐藏</p>
|
|
2376
2400
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2377
2401
|
*/
|
|
2378
2402
|
Type?: number;
|
|
2379
2403
|
/**
|
|
2380
|
-
*
|
|
2404
|
+
* <p>变量描述</p>
|
|
2381
2405
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2382
2406
|
*/
|
|
2383
2407
|
Remark?: string;
|
|
2384
2408
|
/**
|
|
2385
|
-
*
|
|
2409
|
+
* <p>变量创建时间</p>
|
|
2386
2410
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2387
2411
|
*/
|
|
2388
2412
|
CreateTime?: string;
|
|
2389
2413
|
/**
|
|
2390
|
-
*
|
|
2414
|
+
* <p>变量创建人</p>
|
|
2391
2415
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2392
2416
|
*/
|
|
2393
2417
|
CreatorUin?: string;
|
|
@@ -2857,9 +2881,9 @@ export interface ExpertModeConfiguration {
|
|
|
2857
2881
|
*/
|
|
2858
2882
|
export interface CreateVariableResponse {
|
|
2859
2883
|
/**
|
|
2860
|
-
*
|
|
2884
|
+
* <p>变量Id</p>
|
|
2861
2885
|
*/
|
|
2862
|
-
VariableId
|
|
2886
|
+
VariableId?: string;
|
|
2863
2887
|
/**
|
|
2864
2888
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2865
2889
|
*/
|
|
@@ -3398,25 +3422,45 @@ export interface Cluster {
|
|
|
3398
3422
|
*/
|
|
3399
3423
|
export interface CreateVariableRequest {
|
|
3400
3424
|
/**
|
|
3401
|
-
*
|
|
3425
|
+
* <p>变量名</p>
|
|
3402
3426
|
*/
|
|
3403
3427
|
Name: string;
|
|
3404
3428
|
/**
|
|
3405
|
-
*
|
|
3429
|
+
* <p>变量值</p>
|
|
3406
3430
|
*/
|
|
3407
3431
|
Value: string;
|
|
3408
3432
|
/**
|
|
3409
|
-
*
|
|
3433
|
+
* <p>变量类型 1:显式 2:隐藏</p>
|
|
3410
3434
|
*/
|
|
3411
3435
|
Type: number;
|
|
3412
3436
|
/**
|
|
3413
|
-
*
|
|
3437
|
+
* <p>描述信息</p>
|
|
3414
3438
|
*/
|
|
3415
3439
|
Remark?: string;
|
|
3416
3440
|
/**
|
|
3417
|
-
*
|
|
3441
|
+
* <p>工作空间 SerialId</p>
|
|
3418
3442
|
*/
|
|
3419
3443
|
WorkSpaceId?: string;
|
|
3444
|
+
/**
|
|
3445
|
+
* <p>变量值类型</p><p>枚举值:</p><ul><li>0: 自定义变量</li><li>1: 凭据值</li></ul>
|
|
3446
|
+
*/
|
|
3447
|
+
ValueType?: number;
|
|
3448
|
+
/**
|
|
3449
|
+
* <p>凭据所在地域</p>
|
|
3450
|
+
*/
|
|
3451
|
+
SecretRegion?: string;
|
|
3452
|
+
/**
|
|
3453
|
+
* <p>凭据名称</p>
|
|
3454
|
+
*/
|
|
3455
|
+
SecretName?: string;
|
|
3456
|
+
/**
|
|
3457
|
+
* <p>凭据版本</p>
|
|
3458
|
+
*/
|
|
3459
|
+
SecretVersionId?: string;
|
|
3460
|
+
/**
|
|
3461
|
+
* <p>凭据值md5</p>
|
|
3462
|
+
*/
|
|
3463
|
+
SecretValueMd5?: string;
|
|
3420
3464
|
}
|
|
3421
3465
|
/**
|
|
3422
3466
|
* 作业运行图
|
|
@@ -9760,7 +9760,7 @@ export interface ImageRepoInfo {
|
|
|
9760
9760
|
*/
|
|
9761
9761
|
export interface CreateAssetImageRegistryScanTaskResponse {
|
|
9762
9762
|
/**
|
|
9763
|
-
*
|
|
9763
|
+
* <p>返回的任务ID</p>
|
|
9764
9764
|
*/
|
|
9765
9765
|
TaskID?: number;
|
|
9766
9766
|
/**
|
|
@@ -13225,33 +13225,37 @@ export interface DescribeAssetImageRegistryDetailRequest {
|
|
|
13225
13225
|
*/
|
|
13226
13226
|
export interface CreateAssetImageRegistryScanTaskRequest {
|
|
13227
13227
|
/**
|
|
13228
|
-
*
|
|
13228
|
+
* <p>是否扫描全部镜像</p>
|
|
13229
13229
|
*/
|
|
13230
13230
|
All?: boolean;
|
|
13231
13231
|
/**
|
|
13232
|
-
*
|
|
13232
|
+
* <p>扫描的镜像列表</p>
|
|
13233
13233
|
*/
|
|
13234
13234
|
Images?: Array<ImageInfo>;
|
|
13235
13235
|
/**
|
|
13236
|
-
*
|
|
13236
|
+
* <p>扫描类型数组</p>
|
|
13237
13237
|
*/
|
|
13238
13238
|
ScanType?: Array<string>;
|
|
13239
13239
|
/**
|
|
13240
|
-
*
|
|
13240
|
+
* <p>扫描的镜像列表</p>
|
|
13241
13241
|
*/
|
|
13242
13242
|
Id?: Array<number | bigint>;
|
|
13243
13243
|
/**
|
|
13244
|
-
*
|
|
13244
|
+
* <p>过滤条件</p>
|
|
13245
13245
|
*/
|
|
13246
13246
|
Filters?: Array<AssetFilters>;
|
|
13247
13247
|
/**
|
|
13248
|
-
*
|
|
13248
|
+
* <p>不需要扫描的镜像列表, 与Filters配合使用</p>
|
|
13249
13249
|
*/
|
|
13250
13250
|
ExcludeImageList?: Array<number | bigint>;
|
|
13251
13251
|
/**
|
|
13252
|
-
*
|
|
13252
|
+
* <p>是否仅扫描各repository最新版的镜像, 与Filters配合使用</p>
|
|
13253
13253
|
*/
|
|
13254
13254
|
OnlyScanLatest?: boolean;
|
|
13255
|
+
/**
|
|
13256
|
+
* <p>任务超时时长</p><p>单位:秒</p>
|
|
13257
|
+
*/
|
|
13258
|
+
Timeout?: number;
|
|
13255
13259
|
}
|
|
13256
13260
|
/**
|
|
13257
13261
|
* DescribeAssetClusterList请求参数结构体
|
|
@@ -1695,11 +1695,11 @@ export interface HealthChecker {
|
|
|
1695
1695
|
*/
|
|
1696
1696
|
Port?: number;
|
|
1697
1697
|
/**
|
|
1698
|
-
*
|
|
1698
|
+
* 检查频率,表示多久发起一次健康检查任务,单位为秒。可配置 10-600 秒。
|
|
1699
1699
|
*/
|
|
1700
1700
|
Interval?: number;
|
|
1701
1701
|
/**
|
|
1702
|
-
*
|
|
1702
|
+
* 每一次健康检查的超时时间,若健康检查消耗时间大于此值,则检查结果判定为“不健康”, 单位为秒,默认值为 5s,取值必须小于 Interval。
|
|
1703
1703
|
*/
|
|
1704
1704
|
Timeout?: number;
|
|
1705
1705
|
/**
|
|
@@ -396,7 +396,7 @@ export interface DescribeRecentSessionListRequest {
|
|
|
396
396
|
*/
|
|
397
397
|
export interface DescribeDeviceSessionDetailsResponse {
|
|
398
398
|
/**
|
|
399
|
-
*
|
|
399
|
+
* <p>按设备区分的会话详细数据</p>
|
|
400
400
|
*/
|
|
401
401
|
Details?: Array<SessionDeviceDetail>;
|
|
402
402
|
/**
|
|
@@ -994,151 +994,155 @@ export interface DescribeDeviceListRequest {
|
|
|
994
994
|
*/
|
|
995
995
|
export interface SessionDeviceDetail {
|
|
996
996
|
/**
|
|
997
|
-
*
|
|
997
|
+
* <p>设备类型:field或remote</p>
|
|
998
998
|
*/
|
|
999
999
|
DeviceType?: string;
|
|
1000
1000
|
/**
|
|
1001
|
-
*
|
|
1001
|
+
* <p>起始点位时间,单位:秒</p>
|
|
1002
1002
|
*/
|
|
1003
1003
|
StartTime?: number;
|
|
1004
1004
|
/**
|
|
1005
|
-
*
|
|
1005
|
+
* <p>结束点位时间,单位:秒</p>
|
|
1006
1006
|
*/
|
|
1007
1007
|
EndTime?: number;
|
|
1008
1008
|
/**
|
|
1009
|
-
*
|
|
1009
|
+
* <p>会话ID</p>
|
|
1010
1010
|
*/
|
|
1011
1011
|
SessionId?: string;
|
|
1012
1012
|
/**
|
|
1013
|
-
*
|
|
1013
|
+
* <p>码率,单位:kbps</p>
|
|
1014
1014
|
*/
|
|
1015
1015
|
Rate?: Array<number | bigint>;
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* <p>帧率</p>
|
|
1018
1018
|
*/
|
|
1019
1019
|
Fps?: Array<number | bigint>;
|
|
1020
1020
|
/**
|
|
1021
|
-
*
|
|
1021
|
+
* <p>丢包率,单位:%</p>
|
|
1022
1022
|
*/
|
|
1023
1023
|
Lost?: Array<number>;
|
|
1024
1024
|
/**
|
|
1025
|
-
*
|
|
1025
|
+
* <p>网络时延,单位:ms</p>
|
|
1026
1026
|
*/
|
|
1027
1027
|
NetworkLatency?: Array<number | bigint>;
|
|
1028
1028
|
/**
|
|
1029
|
-
*
|
|
1029
|
+
* <p>视频时延,单位:ms</p>
|
|
1030
1030
|
*/
|
|
1031
1031
|
VideoLatency?: Array<number | bigint>;
|
|
1032
1032
|
/**
|
|
1033
|
-
* CPU
|
|
1033
|
+
* <p>CPU使用率,单位:%</p>
|
|
1034
1034
|
*/
|
|
1035
1035
|
CpuUsed?: Array<number>;
|
|
1036
1036
|
/**
|
|
1037
|
-
*
|
|
1037
|
+
* <p>内存使用率,单位:%</p>
|
|
1038
1038
|
*/
|
|
1039
1039
|
MemUsed?: Array<number>;
|
|
1040
1040
|
/**
|
|
1041
|
-
*
|
|
1041
|
+
* <p>时间偏移量,单位:秒</p>
|
|
1042
1042
|
*/
|
|
1043
1043
|
TimeOffset?: Array<number | bigint>;
|
|
1044
1044
|
/**
|
|
1045
|
-
*
|
|
1045
|
+
* <p>项目ID</p>
|
|
1046
1046
|
*/
|
|
1047
1047
|
ProjectId?: string;
|
|
1048
1048
|
/**
|
|
1049
|
-
*
|
|
1049
|
+
* <p>设备ID</p>
|
|
1050
1050
|
*/
|
|
1051
1051
|
DeviceId?: string;
|
|
1052
1052
|
/**
|
|
1053
|
-
* sdk
|
|
1053
|
+
* <p>sdk版本</p>
|
|
1054
1054
|
*/
|
|
1055
1055
|
Ver?: string;
|
|
1056
1056
|
/**
|
|
1057
|
-
*
|
|
1057
|
+
* <p>模式(p2p/server)</p>
|
|
1058
1058
|
*/
|
|
1059
1059
|
SdkMode?: string;
|
|
1060
1060
|
/**
|
|
1061
|
-
*
|
|
1061
|
+
* <p>解码耗时,单位:ms</p>
|
|
1062
1062
|
*/
|
|
1063
1063
|
DecodeCost?: Array<number | bigint>;
|
|
1064
1064
|
/**
|
|
1065
|
-
*
|
|
1065
|
+
* <p>【已废弃,使用RenderCost】</p>
|
|
1066
1066
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1067
1067
|
* @deprecated
|
|
1068
1068
|
*/
|
|
1069
1069
|
RenderConst?: Array<number | bigint>;
|
|
1070
1070
|
/**
|
|
1071
|
-
*
|
|
1071
|
+
* <p>卡顿k100</p>
|
|
1072
1072
|
*/
|
|
1073
1073
|
K100?: Array<number>;
|
|
1074
1074
|
/**
|
|
1075
|
-
*
|
|
1075
|
+
* <p>卡顿k150</p>
|
|
1076
1076
|
*/
|
|
1077
1077
|
K150?: Array<number>;
|
|
1078
1078
|
/**
|
|
1079
|
-
* nack
|
|
1079
|
+
* <p>nack请求数</p>
|
|
1080
1080
|
*/
|
|
1081
1081
|
NACK?: Array<number | bigint>;
|
|
1082
1082
|
/**
|
|
1083
|
-
*
|
|
1083
|
+
* <p>服务端调控码率,单位:kbps</p>
|
|
1084
1084
|
*/
|
|
1085
1085
|
BitRateEstimate?: Array<number | bigint>;
|
|
1086
1086
|
/**
|
|
1087
|
-
*
|
|
1087
|
+
* <p>宽度</p>
|
|
1088
1088
|
*/
|
|
1089
1089
|
Width?: number;
|
|
1090
1090
|
/**
|
|
1091
|
-
*
|
|
1091
|
+
* <p>高度</p>
|
|
1092
1092
|
*/
|
|
1093
1093
|
Height?: number;
|
|
1094
1094
|
/**
|
|
1095
|
-
*
|
|
1095
|
+
* <p>编码耗时,单位:ms</p>
|
|
1096
1096
|
*/
|
|
1097
1097
|
EncodeCost?: Array<number | bigint>;
|
|
1098
1098
|
/**
|
|
1099
|
-
*
|
|
1099
|
+
* <p>采集耗时,单位:ms</p>
|
|
1100
1100
|
*/
|
|
1101
1101
|
CaptureCost?: Array<number | bigint>;
|
|
1102
1102
|
/**
|
|
1103
|
-
*
|
|
1103
|
+
* <p>渲染耗时,单位:ms</p>
|
|
1104
1104
|
*/
|
|
1105
1105
|
RenderCost?: Array<number | bigint>;
|
|
1106
1106
|
/**
|
|
1107
|
-
*
|
|
1107
|
+
* <p>配置宽度</p>
|
|
1108
1108
|
*/
|
|
1109
1109
|
ConfigWidth?: number;
|
|
1110
1110
|
/**
|
|
1111
|
-
*
|
|
1111
|
+
* <p>配置高度</p>
|
|
1112
1112
|
*/
|
|
1113
1113
|
ConfigHeight?: number;
|
|
1114
1114
|
/**
|
|
1115
|
-
*
|
|
1115
|
+
* <p>平均帧间隔</p>
|
|
1116
1116
|
*/
|
|
1117
1117
|
FrameDelta?: Array<number | bigint>;
|
|
1118
1118
|
/**
|
|
1119
|
-
*
|
|
1119
|
+
* <p>最大帧间隔</p>
|
|
1120
1120
|
*/
|
|
1121
1121
|
MaxFrameDelta?: Array<number | bigint>;
|
|
1122
1122
|
/**
|
|
1123
|
-
*
|
|
1123
|
+
* <p>总码率评估,单位:kbps</p>
|
|
1124
1124
|
*/
|
|
1125
1125
|
TotalBitrateEstimate?: Array<number | bigint>;
|
|
1126
1126
|
/**
|
|
1127
|
-
*
|
|
1127
|
+
* <p>帧间隔大于100ms的卡顿时长</p>
|
|
1128
1128
|
*/
|
|
1129
1129
|
Lag100Duration?: Array<number | bigint>;
|
|
1130
1130
|
/**
|
|
1131
|
-
*
|
|
1131
|
+
* <p>帧间隔大于150ms的卡顿时长</p>
|
|
1132
1132
|
*/
|
|
1133
1133
|
Lag150Duration?: Array<number | bigint>;
|
|
1134
1134
|
/**
|
|
1135
|
-
*
|
|
1135
|
+
* <p>是否开启多网:0 单网,1 多网</p>
|
|
1136
1136
|
*/
|
|
1137
1137
|
MultiMode?: number;
|
|
1138
1138
|
/**
|
|
1139
|
-
*
|
|
1139
|
+
* <p>多网卡信息</p>
|
|
1140
1140
|
*/
|
|
1141
1141
|
MultiNet?: Array<MultiNet>;
|
|
1142
|
+
/**
|
|
1143
|
+
* <p>现场设备和远端设备消息通道往返延迟</p><p>单位:毫秒ms</p>
|
|
1144
|
+
*/
|
|
1145
|
+
ControlLatency?: Array<number | bigint>;
|
|
1142
1146
|
}
|
|
1143
1147
|
/**
|
|
1144
1148
|
* GetTotalDuration返回参数结构体
|
|
@@ -1388,9 +1392,17 @@ export interface BoundLicensesResponse {
|
|
|
1388
1392
|
*/
|
|
1389
1393
|
export interface DescribeDeviceSessionDetailsRequest {
|
|
1390
1394
|
/**
|
|
1391
|
-
*
|
|
1395
|
+
* <p>会话ID</p>
|
|
1392
1396
|
*/
|
|
1393
1397
|
SessionId: string;
|
|
1398
|
+
/**
|
|
1399
|
+
* <p>查询指标开始时间</p><p>单位:秒</p>
|
|
1400
|
+
*/
|
|
1401
|
+
StartTime?: number;
|
|
1402
|
+
/**
|
|
1403
|
+
* <p>查询指标结束时间</p><p>单位:秒</p>
|
|
1404
|
+
*/
|
|
1405
|
+
EndTime?: number;
|
|
1394
1406
|
}
|
|
1395
1407
|
/**
|
|
1396
1408
|
* GetLicenses返回参数结构体
|
|
@@ -4162,7 +4162,8 @@ export interface TranscriptionParam {
|
|
|
4162
4162
|
*/
|
|
4163
4163
|
MaxIdleTime?: number;
|
|
4164
4164
|
/**
|
|
4165
|
-
*
|
|
4165
|
+
* 自定义数据模式: 0表示不开启自定义数据,1表示开启自定义数据。
|
|
4166
|
+
不填默认为0,表示不开启自定义数据。
|
|
4166
4167
|
*/
|
|
4167
4168
|
SendCustomMode?: number;
|
|
4168
4169
|
}
|
|
@@ -6716,7 +6716,7 @@ export interface AigcImageOutputConfig {
|
|
|
6716
6716
|
*/
|
|
6717
6717
|
ExpireTime?: string;
|
|
6718
6718
|
/**
|
|
6719
|
-
* <p>生成图片的分辨率。各模型可选值:</p><ul><li>OG:
|
|
6719
|
+
* <p>生成图片的分辨率。各模型可选值:</p><ul><li>OG:1K、2K、4K,默认1K;</li><li>GG 2.5:1K、2K、4K,默认1K;</li><li>GG 3.0:1K、2K、4K,默认1K;</li><li>GG 3.1:512、1K、2K、4K,默认1K;</li><li>Kling 2.1:1k、2k,默认1k;</li><li>Kling 3.0:1k、2k,默认1k;</li><li>Kling 3.0-Omni:1k、2k、4k,默认1k;</li><li>Kling O1:1k、2k、4k,默认1k;</li><li>SI 4.0:1K、2K、4K,默认1K;</li><li>SI 4.5:2K、4K,默认2K;</li><li>SI 5.0-lite:2K、3K,默认2K;</li><li>Vidu q2:1080p、2K、4K,默认1080p;</li><li>Hunyuan 3.0:暂不支持本字段,可通过<code>ExtInfo</code>字段设置分辨率;</li><li>Qwen 0925:暂不支持本字段,可通过<code>ExtInfo</code>字段设置分辨率;</li></ul>
|
|
6720
6720
|
*/
|
|
6721
6721
|
Resolution?: string;
|
|
6722
6722
|
/**
|
|
@@ -15732,6 +15732,14 @@ export interface DescribeLLMContentSecCheckRequest {
|
|
|
15732
15732
|
* <p>图片base64编码后的数据,body大小最大支持10M</p>
|
|
15733
15733
|
*/
|
|
15734
15734
|
ImageEncode?: string;
|
|
15735
|
+
/**
|
|
15736
|
+
* <p>tool_call 场景工具名称</p>
|
|
15737
|
+
*/
|
|
15738
|
+
ToolName?: string;
|
|
15739
|
+
/**
|
|
15740
|
+
* <p>tool_call 场景工具参数</p>
|
|
15741
|
+
*/
|
|
15742
|
+
ToolArgs?: string;
|
|
15735
15743
|
}
|
|
15736
15744
|
/**
|
|
15737
15745
|
* ModifyWafAutoDenyRules请求参数结构体
|