tccli 3.0.1327.1__py2.py3-none-any.whl → 3.0.1328.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/apm/v20210622/api.json +10 -1
- tccli/services/apm/v20210622/examples.json +2 -2
- tccli/services/bh/v20230418/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +2 -2
- tccli/services/cdb/v20170320/api.json +21 -3
- tccli/services/cfs/v20190719/api.json +1 -1
- tccli/services/chc/chc_client.py +53 -0
- tccli/services/chc/v20230418/api.json +62 -0
- tccli/services/chc/v20230418/examples.json +8 -0
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/cwp/v20180228/api.json +92 -1
- tccli/services/dbbrain/v20210527/api.json +4 -4
- tccli/services/dcdb/v20180411/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +3 -3
- tccli/services/emr/v20190103/api.json +174 -9
- tccli/services/ess/ess_client.py +126 -20
- tccli/services/ess/v20201111/api.json +134 -0
- tccli/services/ess/v20201111/examples.json +22 -0
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/gs/gs_client.py +674 -144
- tccli/services/gs/v20191118/api.json +680 -4
- tccli/services/gs/v20191118/examples.json +80 -0
- tccli/services/iotexplorer/v20190423/api.json +5 -5
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/mariadb/v20170312/api.json +10 -10
- tccli/services/ocr/v20181119/api.json +74 -9
- tccli/services/partners/v20180321/api.json +7 -7
- tccli/services/tcss/v20201101/api.json +58 -3
- tccli/services/tcss/v20201101/examples.json +2 -2
- tccli/services/tem/tem_client.py +53 -0
- tccli/services/tem/v20210701/api.json +107 -0
- tccli/services/tem/v20210701/examples.json +8 -0
- tccli/services/teo/v20220901/api.json +807 -74
- tccli/services/teo/v20220901/examples.json +2 -2
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/vclm/v20240523/api.json +173 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vod/v20180717/api.json +13 -11
- tccli/services/vod/v20180717/examples.json +4 -4
- tccli/services/vpc/v20170312/api.json +10 -1
- tccli/services/waf/v20180125/api.json +2 -2
- tccli/services/wedata/v20210820/api.json +952 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1327.1.dist-info → tccli-3.0.1328.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1327.1.dist-info → tccli-3.0.1328.1.dist-info}/RECORD +51 -51
- {tccli-3.0.1327.1.dist-info → tccli-3.0.1328.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1327.1.dist-info → tccli-3.0.1328.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1327.1.dist-info → tccli-3.0.1328.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1328.1'
|
@@ -1146,13 +1146,22 @@
|
|
1146
1146
|
},
|
1147
1147
|
{
|
1148
1148
|
"disabled": false,
|
1149
|
-
"document": "
|
1149
|
+
"document": "按业务系统名过滤,支持模糊检索",
|
1150
1150
|
"example": "可观测-测试",
|
1151
1151
|
"member": "string",
|
1152
1152
|
"name": "InstanceName",
|
1153
1153
|
"required": false,
|
1154
1154
|
"type": "string"
|
1155
1155
|
},
|
1156
|
+
{
|
1157
|
+
"disabled": false,
|
1158
|
+
"document": "按业务系统 ID 过滤,支持模糊检索",
|
1159
|
+
"example": "apm-CVfliqa8U",
|
1160
|
+
"member": "string",
|
1161
|
+
"name": "InstanceId",
|
1162
|
+
"required": false,
|
1163
|
+
"type": "string"
|
1164
|
+
},
|
1156
1165
|
{
|
1157
1166
|
"disabled": false,
|
1158
1167
|
"document": "按业务系统 ID 过滤",
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"DescribeApmInstances": [
|
20
20
|
{
|
21
21
|
"document": "获取 APM 业务系统列表",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApmInstances\n<公共请求参数>\n\n{\n \"Tags\": [\n {\n \"Key\": \"
|
23
|
-
"output": "{\n \"Response\": {\n \"Instances\": [\n {\n \"
|
22
|
+
"input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApmInstances\n<公共请求参数>\n\n{\n \"Tags\": [\n {\n \"Key\": \"appId\",\n \"Value\": \"251005942\"\n }\n ]\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"Instances\": [\n {\n \"AmountOfUsedStorage\": 100,\n \"AppId\": 251005942,\n \"BillingInstance\": 0,\n \"ClientCount\": 0,\n \"CountOfReportSpanPerDay\": 0,\n \"CreateUin\": \"1500000686\",\n \"CustomShowTags\": [],\n \"DashboardTopicID\": \"\",\n \"DefaultTSF\": 0,\n \"Description\": \"\",\n \"ErrRateThreshold\": 5,\n \"ErrorSample\": 1,\n \"Free\": 2,\n \"InstanceId\": \"apm-u6HNYVXhz\",\n \"IsInstrumentationVulnerabilityScan\": 1,\n \"IsMemoryHijackingAnalysis\": 1,\n \"IsRelatedDashboard\": 0,\n \"IsRelatedLog\": 0,\n \"IsRemoteCommandExecutionAnalysis\": 1,\n \"IsSqlInjectionAnalysis\": 1,\n \"LogIndexType\": 0,\n \"LogRegion\": \"\",\n \"LogSet\": \"\",\n \"LogSource\": \"\",\n \"LogTopicID\": \"\",\n \"LogTraceIdKey\": \"\",\n \"MetricDuration\": 3,\n \"Name\": \"test1\",\n \"PayMode\": 0,\n \"PayModeEffective\": true,\n \"Region\": \"ap-guangzhou\",\n \"ResponseDurationWarningThreshold\": 500,\n \"SampleRate\": 100,\n \"ServiceCount\": 0,\n \"SlowRequestSavedThreshold\": 500,\n \"SpanDailyCounters\": 0,\n \"Status\": 1,\n \"StopReason\": 0,\n \"Tags\": [\n {\n \"Key\": \"负责人\",\n \"Value\": \"archerkang\"\n },\n {\n \"Key\": \"运营产品\",\n \"Value\": \"云监控产品\"\n },\n {\n \"Key\": \"运营部门\",\n \"Value\": \"/../../../../../../../../../../../../../../../../../../../../etc/./////.////.///.//./passwd\"\n }\n ],\n \"TotalCount\": 0,\n \"TraceDuration\": 7\n }\n ],\n \"RequestId\": \"1afaff9e-88c9-4949-9c84-fd5eae88a88a\"\n }\n}",
|
24
24
|
"title": "获取 APM 业务系统列表"
|
25
25
|
}
|
26
26
|
],
|
@@ -9634,6 +9634,15 @@
|
|
9634
9634
|
"name": "AppAssetUrl",
|
9635
9635
|
"required": false,
|
9636
9636
|
"type": "string"
|
9637
|
+
},
|
9638
|
+
{
|
9639
|
+
"disabled": false,
|
9640
|
+
"document": "资产类型",
|
9641
|
+
"example": "Linux",
|
9642
|
+
"member": "string",
|
9643
|
+
"name": "DeviceKind",
|
9644
|
+
"required": false,
|
9645
|
+
"type": "string"
|
9637
9646
|
}
|
9638
9647
|
],
|
9639
9648
|
"type": "object"
|
@@ -190,11 +190,11 @@
|
|
190
190
|
"status": "online"
|
191
191
|
},
|
192
192
|
"GetSnapOverview": {
|
193
|
-
"document": "获取快照概览信息",
|
193
|
+
"document": "为进一步规范化API命名,该接口决定预下线,新接口命名为:DescribeSnapshotOverview\n\n获取快照概览信息",
|
194
194
|
"input": "GetSnapOverviewRequest",
|
195
195
|
"name": "获取快照概览信息",
|
196
196
|
"output": "GetSnapOverviewResponse",
|
197
|
-
"status": "
|
197
|
+
"status": "deprecated"
|
198
198
|
},
|
199
199
|
"InitializeDisks": {
|
200
200
|
"document": "重新初始化云硬盘至云硬盘初始创建时的状态。使用云硬盘的重新初始化功能时需要注意以下4点:\n1. 如果云硬盘是由快照创建的,则重新初始化会通过此快照重新回滚此云硬盘,即将云硬盘恢复为与快照一致的状态;\n2. 如果云硬盘不是通过快照创建的,则重新初始化会清空此云硬盘的数据;请在重新初始化云硬盘前检查并备份必要的数据;\n3. 当前仅未挂载的、非共享属性的数据盘云硬盘支持重新初始化;\n4. 当创建此云硬盘的原始快照被删除时,不再支持重新初始化此云硬盘。",
|
@@ -5559,7 +5559,7 @@
|
|
5559
5559
|
},
|
5560
5560
|
{
|
5561
5561
|
"disabled": false,
|
5562
|
-
"document": "私有网络 ID
|
5562
|
+
"document": "私有网络 ID,请使用 [查询私有网络列表](/document/api/215/15778)。",
|
5563
5563
|
"example": "vpc-594gwq4l",
|
5564
5564
|
"member": "string",
|
5565
5565
|
"name": "UniqVpcId",
|
@@ -5745,6 +5745,24 @@
|
|
5745
5745
|
"name": "ClusterTopology",
|
5746
5746
|
"required": false,
|
5747
5747
|
"type": "object"
|
5748
|
+
},
|
5749
|
+
{
|
5750
|
+
"disabled": false,
|
5751
|
+
"document": "原实例所在地域名,当传入异地备份时为必选项,例:ap-guangzhou",
|
5752
|
+
"example": "ap-guangzhou",
|
5753
|
+
"member": "string",
|
5754
|
+
"name": "SrcRegion",
|
5755
|
+
"required": false,
|
5756
|
+
"type": "string"
|
5757
|
+
},
|
5758
|
+
{
|
5759
|
+
"disabled": false,
|
5760
|
+
"document": "异地数据备份id",
|
5761
|
+
"example": "12445233",
|
5762
|
+
"member": "int64",
|
5763
|
+
"name": "SpecifiedSubBackupId",
|
5764
|
+
"required": false,
|
5765
|
+
"type": "int"
|
5748
5766
|
}
|
5749
5767
|
],
|
5750
5768
|
"type": "object"
|
@@ -5894,7 +5912,7 @@
|
|
5894
5912
|
},
|
5895
5913
|
{
|
5896
5914
|
"disabled": false,
|
5897
|
-
"document": "私有网络 ID
|
5915
|
+
"document": "私有网络 ID,请使用 [查询私有网络列表](/document/api/215/15778)。\n说明:如果创建的是集群版实例,此参数为必填且为私有网络类型。",
|
5898
5916
|
"example": "vpc-5l7l5q11",
|
5899
5917
|
"member": "string",
|
5900
5918
|
"name": "UniqVpcId",
|
@@ -6310,7 +6328,7 @@
|
|
6310
6328
|
},
|
6311
6329
|
{
|
6312
6330
|
"disabled": false,
|
6313
|
-
"document": "私有网络 ID
|
6331
|
+
"document": "私有网络 ID,请使用 [查询私有网络列表](/document/api/215/15778)。\n说明:如果创建的是集群版实例,此参数为必填且为私有网络类型。",
|
6314
6332
|
"example": "vpc-5l7l5q11",
|
6315
6333
|
"member": "string",
|
6316
6334
|
"name": "UniqVpcId",
|
@@ -2409,7 +2409,7 @@
|
|
2409
2409
|
},
|
2410
2410
|
{
|
2411
2411
|
"disabled": false,
|
2412
|
-
"document": "过滤条件。\n<br>SnapshotId - Array of String - 是否必填:否 -(过滤条件)按快照ID过滤。\n<br>SnapshotName - Array of String - 是否必填:否 -(过滤条件)按照快照名称过滤。\n<br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。\n<br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。\n<br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤\n(creating
|
2412
|
+
"document": "过滤条件。\n<br>SnapshotId - Array of String - 是否必填:否 -(过滤条件)按快照ID过滤。\n<br>SnapshotName - Array of String - 是否必填:否 -(过滤条件)按照快照名称过滤。\n<br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。\n<br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。\n<br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤\n(creating:创建中 | available:运行中| deleting: 删除中 | rollbacking_new:由快照创建新文件系统中| create-failed 创建失败)\n<br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。\n<br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。",
|
2413
2413
|
"example": "无",
|
2414
2414
|
"member": "Filter",
|
2415
2415
|
"name": "Filters",
|
tccli/services/chc/chc_client.py
CHANGED
@@ -1109,6 +1109,58 @@ def doDescribeAvailableModelList(args, parsed_globals):
|
|
1109
1109
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1110
1110
|
|
1111
1111
|
|
1112
|
+
def doExportCustomerWorkOrderDetail(args, parsed_globals):
|
1113
|
+
g_param = parse_global_arg(parsed_globals)
|
1114
|
+
|
1115
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
1116
|
+
cred = credential.CVMRoleCredential()
|
1117
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
1118
|
+
cred = credential.STSAssumeRoleCredential(
|
1119
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
1120
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
1121
|
+
)
|
1122
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
1123
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
1124
|
+
else:
|
1125
|
+
cred = credential.Credential(
|
1126
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
1127
|
+
)
|
1128
|
+
http_profile = HttpProfile(
|
1129
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
1130
|
+
reqMethod="POST",
|
1131
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
1132
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
1133
|
+
)
|
1134
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
1135
|
+
if g_param[OptionsDefine.Language]:
|
1136
|
+
profile.language = g_param[OptionsDefine.Language]
|
1137
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
1138
|
+
client = mod.ChcClient(cred, g_param[OptionsDefine.Region], profile)
|
1139
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
1140
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
1141
|
+
model = models.ExportCustomerWorkOrderDetailRequest()
|
1142
|
+
model.from_json_string(json.dumps(args))
|
1143
|
+
start_time = time.time()
|
1144
|
+
while True:
|
1145
|
+
rsp = client.ExportCustomerWorkOrderDetail(model)
|
1146
|
+
result = rsp.to_json_string()
|
1147
|
+
try:
|
1148
|
+
json_obj = json.loads(result)
|
1149
|
+
except TypeError as e:
|
1150
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
1151
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
1152
|
+
break
|
1153
|
+
cur_time = time.time()
|
1154
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
1155
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
1156
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
1157
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
1158
|
+
else:
|
1159
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
1160
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
1161
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1162
|
+
|
1163
|
+
|
1112
1164
|
def doCreateSpeciallyQuitWorkOrder(args, parsed_globals):
|
1113
1165
|
g_param = parse_global_arg(parsed_globals)
|
1114
1166
|
|
@@ -1973,6 +2025,7 @@ ACTION_MAP = {
|
|
1973
2025
|
"DescribeDeviceList": doDescribeDeviceList,
|
1974
2026
|
"CreatePowerOnWorkOrder": doCreatePowerOnWorkOrder,
|
1975
2027
|
"DescribeAvailableModelList": doDescribeAvailableModelList,
|
2028
|
+
"ExportCustomerWorkOrderDetail": doExportCustomerWorkOrderDetail,
|
1976
2029
|
"CreateSpeciallyQuitWorkOrder": doCreateSpeciallyQuitWorkOrder,
|
1977
2030
|
"CreatePowerOffWorkOrder": doCreatePowerOffWorkOrder,
|
1978
2031
|
"CreatePersonnelVisitWorkOrder": doCreatePersonnelVisitWorkOrder,
|
@@ -252,6 +252,13 @@
|
|
252
252
|
"output": "DescribeWorkOrderTypesResponse",
|
253
253
|
"status": "online"
|
254
254
|
},
|
255
|
+
"ExportCustomerWorkOrderDetail": {
|
256
|
+
"document": "导出工单详情",
|
257
|
+
"input": "ExportCustomerWorkOrderDetailRequest",
|
258
|
+
"name": "导出客户工单详情",
|
259
|
+
"output": "ExportCustomerWorkOrderDetailResponse",
|
260
|
+
"status": "online"
|
261
|
+
},
|
255
262
|
"ModifyWorkOrderTypeCollectFlag": {
|
256
263
|
"document": "如果当前该工单类型是收藏状态,调用接口后变成未收藏状态,如果是未收藏状态,调用该接口变为收藏状态",
|
257
264
|
"input": "ModifyWorkOrderTypeCollectFlagRequest",
|
@@ -3812,6 +3819,61 @@
|
|
3812
3819
|
],
|
3813
3820
|
"usage": "out"
|
3814
3821
|
},
|
3822
|
+
"ExportCustomerWorkOrderDetailRequest": {
|
3823
|
+
"document": "ExportCustomerWorkOrderDetail请求参数结构体",
|
3824
|
+
"members": [
|
3825
|
+
{
|
3826
|
+
"disabled": false,
|
3827
|
+
"document": "服务工单类型",
|
3828
|
+
"example": "['rackPowerOn']",
|
3829
|
+
"member": "string",
|
3830
|
+
"name": "WorkOrderType",
|
3831
|
+
"required": true,
|
3832
|
+
"type": "list"
|
3833
|
+
},
|
3834
|
+
{
|
3835
|
+
"disabled": false,
|
3836
|
+
"document": "要导出的工单的起始时间",
|
3837
|
+
"example": "2024-11-22 00:00:00",
|
3838
|
+
"member": "string",
|
3839
|
+
"name": "BeginDateTime",
|
3840
|
+
"required": true,
|
3841
|
+
"type": "string"
|
3842
|
+
},
|
3843
|
+
{
|
3844
|
+
"disabled": false,
|
3845
|
+
"document": "要导出的工单的结束时间",
|
3846
|
+
"example": "2025-05-11 00:00:00",
|
3847
|
+
"member": "string",
|
3848
|
+
"name": "EndDateTime",
|
3849
|
+
"required": true,
|
3850
|
+
"type": "string"
|
3851
|
+
}
|
3852
|
+
],
|
3853
|
+
"type": "object"
|
3854
|
+
},
|
3855
|
+
"ExportCustomerWorkOrderDetailResponse": {
|
3856
|
+
"document": "ExportCustomerWorkOrderDetail返回参数结构体",
|
3857
|
+
"members": [
|
3858
|
+
{
|
3859
|
+
"disabled": false,
|
3860
|
+
"document": "返回下载地址",
|
3861
|
+
"example": "无",
|
3862
|
+
"member": "string",
|
3863
|
+
"name": "DownloadUrl",
|
3864
|
+
"output_required": true,
|
3865
|
+
"type": "string",
|
3866
|
+
"value_allowed_null": false
|
3867
|
+
},
|
3868
|
+
{
|
3869
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3870
|
+
"member": "string",
|
3871
|
+
"name": "RequestId",
|
3872
|
+
"type": "string"
|
3873
|
+
}
|
3874
|
+
],
|
3875
|
+
"type": "object"
|
3876
|
+
},
|
3815
3877
|
"ExpressDelivery": {
|
3816
3878
|
"document": "快递寄件信息,快递寄件必填",
|
3817
3879
|
"members": [
|
@@ -288,6 +288,14 @@
|
|
288
288
|
"title": "请求示例"
|
289
289
|
}
|
290
290
|
],
|
291
|
+
"ExportCustomerWorkOrderDetail": [
|
292
|
+
{
|
293
|
+
"document": "",
|
294
|
+
"input": "POST / HTTP/1.1\nHost: chc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCommonServiceWorkOrder\n<公共请求参数>\n\n{\n \"WorkOrderType\": [\n \"rackOn\"\n ],\n \"BeginDateTime\": \"2025-04-01 00:00:00\",\n \"EndDateTime\": \"2025-04-30 00:00:00\"\n}",
|
295
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"http://ap-guangzhou-test-1305532550.cos.ap-guangzhou.myqcloud.com/idc_portal_work_order/251233270/251233270_2025-04-01_00-00-00_2025-04-30_00-00-00.xlsx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1749127181%3B1749127541&q-key-time=1749127181%3B1749127541&q-header-list=host&q-url-param-list=&q-signature=3a30d015e08fb524f75b31217d2436bbce70e6ec\",\n \"RequestId\": \"591f555e-23b9-4b9a-aab8-186364534732\"\n }\n}",
|
296
|
+
"title": "导出客户工单详情"
|
297
|
+
}
|
298
|
+
],
|
291
299
|
"ModifyWorkOrderTypeCollectFlag": [
|
292
300
|
{
|
293
301
|
"document": "",
|
@@ -10320,7 +10320,7 @@
|
|
10320
10320
|
"type": "list"
|
10321
10321
|
},
|
10322
10322
|
{
|
10323
|
-
"disabled":
|
10323
|
+
"disabled": true,
|
10324
10324
|
"document": "本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常重启失败后选择强制重启实例。取值范围:<br><li>true:表示在正常重启失败后进行强制重启</li><li>false:表示在正常重启失败后不进行强制重启</li><br>默认取值:false。",
|
10325
10325
|
"example": "false",
|
10326
10326
|
"member": "bool",
|
@@ -12159,7 +12159,7 @@
|
|
12159
12159
|
"type": "list"
|
12160
12160
|
},
|
12161
12161
|
{
|
12162
|
-
"disabled":
|
12162
|
+
"disabled": true,
|
12163
12163
|
"document": "本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常关闭失败后选择强制关闭实例。取值范围:<br><li>true:表示在正常关闭失败后进行强制关闭</li><li>false:表示在正常关闭失败后不进行强制关闭</li><br>默认取值:false。",
|
12164
12164
|
"example": "false",
|
12165
12165
|
"member": "bool",
|
@@ -41324,6 +41324,17 @@
|
|
41324
41324
|
"required": false,
|
41325
41325
|
"type": "string",
|
41326
41326
|
"value_allowed_null": false
|
41327
|
+
},
|
41328
|
+
{
|
41329
|
+
"disabled": false,
|
41330
|
+
"document": "命令行参数 没有填*",
|
41331
|
+
"example": "timeout=200",
|
41332
|
+
"member": "string",
|
41333
|
+
"name": "Args",
|
41334
|
+
"output_required": false,
|
41335
|
+
"required": false,
|
41336
|
+
"type": "string",
|
41337
|
+
"value_allowed_null": false
|
41327
41338
|
}
|
41328
41339
|
],
|
41329
41340
|
"usage": "both"
|
@@ -59442,6 +59453,56 @@
|
|
59442
59453
|
"output_required": false,
|
59443
59454
|
"type": "object",
|
59444
59455
|
"value_allowed_null": false
|
59456
|
+
},
|
59457
|
+
{
|
59458
|
+
"disabled": false,
|
59459
|
+
"document": "主机类型",
|
59460
|
+
"example": "CVM",
|
59461
|
+
"member": "string",
|
59462
|
+
"name": "MachineType",
|
59463
|
+
"output_required": false,
|
59464
|
+
"type": "string",
|
59465
|
+
"value_allowed_null": false
|
59466
|
+
},
|
59467
|
+
{
|
59468
|
+
"disabled": false,
|
59469
|
+
"document": "可用区ID",
|
59470
|
+
"example": "17",
|
59471
|
+
"member": "uint64",
|
59472
|
+
"name": "RegionId",
|
59473
|
+
"output_required": false,
|
59474
|
+
"type": "int",
|
59475
|
+
"value_allowed_null": false
|
59476
|
+
},
|
59477
|
+
{
|
59478
|
+
"disabled": false,
|
59479
|
+
"document": "修复任务是否创建了快照: 0-未创建,其他-已创建",
|
59480
|
+
"example": "0",
|
59481
|
+
"member": "uint64",
|
59482
|
+
"name": "HasSnapshot",
|
59483
|
+
"output_required": false,
|
59484
|
+
"type": "int",
|
59485
|
+
"value_allowed_null": false
|
59486
|
+
},
|
59487
|
+
{
|
59488
|
+
"disabled": false,
|
59489
|
+
"document": "最后修复时间",
|
59490
|
+
"example": "2021-03-24 16:37:57",
|
59491
|
+
"member": "string",
|
59492
|
+
"name": "LatestFixTime",
|
59493
|
+
"output_required": false,
|
59494
|
+
"type": "string",
|
59495
|
+
"value_allowed_null": false
|
59496
|
+
},
|
59497
|
+
{
|
59498
|
+
"disabled": false,
|
59499
|
+
"document": "说明",
|
59500
|
+
"example": "说明英文",
|
59501
|
+
"member": "string",
|
59502
|
+
"name": "DescriptionEn",
|
59503
|
+
"output_required": false,
|
59504
|
+
"type": "string",
|
59505
|
+
"value_allowed_null": false
|
59445
59506
|
}
|
59446
59507
|
],
|
59447
59508
|
"usage": "out"
|
@@ -59785,7 +59846,7 @@
|
|
59785
59846
|
},
|
59786
59847
|
{
|
59787
59848
|
"disabled": false,
|
59788
|
-
"document": "快照状态 0-初始状态1-快照创建成功;2-快照创建失败;",
|
59849
|
+
"document": "快照状态 0-初始状态1-快照创建成功;2-快照创建失败;10-不支持,11-无需创建",
|
59789
59850
|
"example": "1",
|
59790
59851
|
"member": "uint64",
|
59791
59852
|
"name": "Status",
|
@@ -59802,6 +59863,16 @@
|
|
59802
59863
|
"output_required": true,
|
59803
59864
|
"type": "string",
|
59804
59865
|
"value_allowed_null": false
|
59866
|
+
},
|
59867
|
+
{
|
59868
|
+
"disabled": false,
|
59869
|
+
"document": "主机类型",
|
59870
|
+
"example": "CVM",
|
59871
|
+
"member": "string",
|
59872
|
+
"name": "MachineType",
|
59873
|
+
"output_required": false,
|
59874
|
+
"type": "string",
|
59875
|
+
"value_allowed_null": false
|
59805
59876
|
}
|
59806
59877
|
],
|
59807
59878
|
"usage": "out"
|
@@ -59950,6 +60021,16 @@
|
|
59950
60021
|
"output_required": true,
|
59951
60022
|
"type": "string",
|
59952
60023
|
"value_allowed_null": false
|
60024
|
+
},
|
60025
|
+
{
|
60026
|
+
"disabled": false,
|
60027
|
+
"document": "主机类型",
|
60028
|
+
"example": "CVM",
|
60029
|
+
"member": "string",
|
60030
|
+
"name": "MachineType",
|
60031
|
+
"output_required": false,
|
60032
|
+
"type": "string",
|
60033
|
+
"value_allowed_null": false
|
59953
60034
|
}
|
59954
60035
|
],
|
59955
60036
|
"usage": "out"
|
@@ -60226,6 +60307,16 @@
|
|
60226
60307
|
"output_required": false,
|
60227
60308
|
"type": "int",
|
60228
60309
|
"value_allowed_null": false
|
60310
|
+
},
|
60311
|
+
{
|
60312
|
+
"disabled": false,
|
60313
|
+
"document": "最近修复时间",
|
60314
|
+
"example": "2021-03-30 19:17:28",
|
60315
|
+
"member": "string",
|
60316
|
+
"name": "LatestFixTime",
|
60317
|
+
"output_required": false,
|
60318
|
+
"type": "string",
|
60319
|
+
"value_allowed_null": false
|
60229
60320
|
}
|
60230
60321
|
],
|
60231
60322
|
"usage": "out"
|
@@ -274,7 +274,7 @@
|
|
274
274
|
"status": "online"
|
275
275
|
},
|
276
276
|
"DescribeIndexRecommendAggregationSlowLogs": {
|
277
|
-
"document": "
|
277
|
+
"document": "查询某张表的慢查模板概览,这个接口是对用户点击对应的推荐索引后,展示慢日志用的",
|
278
278
|
"input": "DescribeIndexRecommendAggregationSlowLogsRequest",
|
279
279
|
"name": "慢查模板概览",
|
280
280
|
"output": "DescribeIndexRecommendAggregationSlowLogsResponse",
|
@@ -4536,7 +4536,7 @@
|
|
4536
4536
|
},
|
4537
4537
|
{
|
4538
4538
|
"disabled": false,
|
4539
|
-
"document": "
|
4539
|
+
"document": "表名。",
|
4540
4540
|
"example": "demo_collection",
|
4541
4541
|
"member": "string",
|
4542
4542
|
"name": "Collection",
|
@@ -4545,7 +4545,7 @@
|
|
4545
4545
|
},
|
4546
4546
|
{
|
4547
4547
|
"disabled": false,
|
4548
|
-
"document": "
|
4548
|
+
"document": "签名。这个值是DescribelndexRecommendInfo接口返回",
|
4549
4549
|
"example": "d6e6fe0025c258592dd6f442312f26ww",
|
4550
4550
|
"member": "string",
|
4551
4551
|
"name": "Signs",
|
@@ -4561,7 +4561,7 @@
|
|
4561
4561
|
{
|
4562
4562
|
"disabled": false,
|
4563
4563
|
"document": "查询实例慢查询聚合结果。",
|
4564
|
-
"example": "
|
4564
|
+
"example": "{\"AvgExecTime\":1208,\"AvgDocsExamined\":12660,\"SlowLogCount\":3,\"SlowLogs\":[],\"SortCount\":0}",
|
4565
4565
|
"member": "Aggregation",
|
4566
4566
|
"name": "Aggregation",
|
4567
4567
|
"output_required": true,
|
@@ -291,7 +291,7 @@
|
|
291
291
|
"document": "",
|
292
292
|
"input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDCDBShards\n<公共请求参数>\n\n{\n \"InstanceId\": \"dcdbt-21dfpcv1\"\n}",
|
293
293
|
"output": "{\n \"Response\": {\n \"DcnFlag\": 0,\n \"RequestId\": \"f976f43c-6dd3-4dbf-869b-a1b0eac50506\",\n \"Shards\": [\n {\n \"Cpu\": 2,\n \"CreateTime\": \"2021-12-01 11:49:54\",\n \"InstanceId\": \"dcdbt-21dfpcv1\",\n \"Memory\": 4,\n \"MemoryUsage\": 0.94,\n \"NodeCount\": 2,\n \"Paymode\": \"prepaid\",\n \"PeriodEndTime\": \"2023-01-01 11:12:24\",\n \"Pid\": 1002231,\n \"ProjectId\": 0,\n \"ProxyVersion\": \"\\\"1.17.6-M-V2.0R723D002\\\"\",\n \"Range\": \"0-31\",\n \"Region\": \"ap-guangzhou\",\n \"ShardId\": 434,\n \"ShardInstanceId\": \"shard-ngbrea6b\",\n \"ShardMasterZone\": \"ap-guangzhou-1\",\n \"ShardSerialId\": \"set_1643096858_1\",\n \"ShardSlaveZones\": [\n \"ap-guangzhou-1\"\n ],\n \"Status\": 2,\n \"StatusDesc\": \"运行中\",\n \"Storage\": 10,\n \"StorageUsage\": 0.01,\n \"SubnetId\": \"subnet-ovkcc9x6\",\n \"VpcId\": \"vpc-j97vcvb5\",\n \"Zone\": \"ap-guangzhou-2\"\n },\n {\n \"Cpu\": 1,\n \"CreateTime\": \"2021-12-01 11:49:54\",\n \"InstanceId\": \"dcdbt-21dfpcv1\",\n \"Memory\": 2,\n \"MemoryUsage\": 0.99,\n \"NodeCount\": 2,\n \"Paymode\": \"prepaid\",\n \"PeriodEndTime\": \"2023-01-01 11:12:24\",\n \"Pid\": 1002231,\n \"ProjectId\": 0,\n \"ProxyVersion\": \"\\\"1.17.6-M-V2.0R723D002\\\"\",\n \"Range\": \"32-63\",\n \"Region\": \"ap-guangzhou\",\n \"ShardId\": 435,\n \"ShardInstanceId\": \"shard-5zf65smf\",\n \"ShardMasterZone\": \"ap-guangzhou-1\",\n \"ShardSerialId\": \"set_1643096949_3\",\n \"ShardSlaveZones\": [\n \"ap-guangzhou-1\"\n ],\n \"Status\": 2,\n \"StatusDesc\": \"运行中\",\n \"Storage\": 10,\n \"StorageUsage\": 0.011,\n \"SubnetId\": \"subnet-ovkcc9x6\",\n \"VpcId\": \"vpc-j97vcvb5\",\n \"Zone\": \"ap-guangzhou-2\"\n }\n ],\n \"TotalCount\": 2\n }\n}",
|
294
|
-
"title": "
|
294
|
+
"title": "查询云数据库实例的分片信息"
|
295
295
|
}
|
296
296
|
],
|
297
297
|
"DescribeDCDBUpgradePrice": [
|
@@ -1069,7 +1069,7 @@
|
|
1069
1069
|
},
|
1070
1070
|
{
|
1071
1071
|
"disabled": false,
|
1072
|
-
"document": "线程数,取值1-
|
1072
|
+
"document": "线程数,取值1-8,默认为1",
|
1073
1073
|
"example": "1",
|
1074
1074
|
"member": "int64",
|
1075
1075
|
"name": "ThreadCount",
|
@@ -5614,7 +5614,7 @@
|
|
5614
5614
|
},
|
5615
5615
|
{
|
5616
5616
|
"disabled": false,
|
5617
|
-
"document": "DDL
|
5617
|
+
"document": "DDL同步选项,具体描述要同步哪些DDL; 当OpTypes取值PartialDDL时、字段不能为空;必填、dts会用该值覆盖原有的值",
|
5618
5618
|
"example": "无",
|
5619
5619
|
"member": "DdlOption",
|
5620
5620
|
"name": "DdlOptions",
|
@@ -8052,7 +8052,7 @@
|
|
8052
8052
|
},
|
8053
8053
|
{
|
8054
8054
|
"disabled": false,
|
8055
|
-
"document": "DDL
|
8055
|
+
"document": "DDL同步选项,具体描述要同步哪些DDL\n注意:此字段可能返回 null,表示取不到有效值。",
|
8056
8056
|
"example": "DdlOption",
|
8057
8057
|
"member": "DdlOption",
|
8058
8058
|
"name": "DdlOptions",
|