tccli 3.0.1234.1__py2.py3-none-any.whl → 3.0.1235.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/cdb/v20170320/api.json +15 -15
- tccli/services/cls/v20201016/api.json +4 -4
- tccli/services/cwp/cwp_client.py +326 -8
- tccli/services/cwp/v20180228/api.json +488 -1
- tccli/services/cwp/v20180228/examples.json +48 -0
- tccli/services/faceid/v20180301/api.json +19 -0
- tccli/services/hunyuan/v20230901/api.json +12 -3
- tccli/services/iotexplorer/iotexplorer_client.py +106 -0
- tccli/services/iotexplorer/v20190423/api.json +169 -0
- tccli/services/iotexplorer/v20190423/examples.json +16 -0
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20211125/api.json +169 -0
- tccli/services/iotvideo/v20211125/examples.json +16 -0
- tccli/services/ocr/v20181119/api.json +5 -5
- tccli/services/ocr/v20181119/examples.json +7 -7
- tccli/services/privatedns/v20201028/api.json +8 -8
- tccli/services/smh/v20210712/api.json +7 -7
- tccli/services/smh/v20210712/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +46 -33
- tccli/services/ssl/v20191205/examples.json +13 -13
- tccli/services/tcbr/v20220217/api.json +71 -71
- tccli/services/tcbr/v20220217/examples.json +13 -31
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/trocket/v20230308/api.json +19 -0
- tccli/services/tsf/v20180326/api.json +1577 -1408
- tccli/services/tsf/v20180326/examples.json +55 -61
- tccli/services/wedata/v20210820/api.json +76 -0
- {tccli-3.0.1234.1.dist-info → tccli-3.0.1235.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1234.1.dist-info → tccli-3.0.1235.1.dist-info}/RECORD +33 -33
- {tccli-3.0.1234.1.dist-info → tccli-3.0.1235.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1234.1.dist-info → tccli-3.0.1235.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1234.1.dist-info → tccli-3.0.1235.1.dist-info}/license_files/LICENSE +0 -0
@@ -99,16 +99,16 @@
|
|
99
99
|
"CreateApplication": [
|
100
100
|
{
|
101
101
|
"document": "",
|
102
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=CreateApplication\n&ApplicationName=test\n&ApplicationType=V\n&MicroserviceType=N\n&<公共请求参数>",
|
103
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"6281ddf9-1914-420b-afb8-93735ac3270a\",\n \"Result\": \"application-
|
102
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=CreateApplication\n&ApplicationName=application-test\n&ApplicationType=V\n&MicroserviceType=N\n&<公共请求参数>",
|
103
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6281ddf9-1914-420b-afb8-93735ac3270a\",\n \"Result\": \"application-6a79x94v\"\n }\n}",
|
104
104
|
"title": "创建应用示例"
|
105
105
|
}
|
106
106
|
],
|
107
107
|
"CreateCluster": [
|
108
108
|
{
|
109
109
|
"document": "创建集群",
|
110
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCluster\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-
|
111
|
-
"output": "{\n \"Response\": {\n \"Result\": \"
|
110
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCluster\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-6a79x94v\",\n \"ClusterName\": \"DEMO-DOCKER\",\n \"TsfZoneId\": \"100004\",\n \"ClusterType\": \"C\",\n \"ClusterCIDR\": \"172.16.0.0/16\",\n \"TsfRegionId\": \"ap-guangzhou\"\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"Result\": \"cluster-6a79x94v\",\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
112
112
|
"title": "创建集群"
|
113
113
|
}
|
114
114
|
],
|
@@ -220,7 +220,7 @@
|
|
220
220
|
{
|
221
221
|
"document": "",
|
222
222
|
"input": "https://tsf.tencentcloudapi.com/?Action=CreateNamespace\n&ClusterId=cluster-xxxxxxx\n&NamespaceName=tsf\n&<公共请求参数>",
|
223
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\":
|
223
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": \"namespace-6a79x94v\"\n }\n}",
|
224
224
|
"title": "创建命名空间示例"
|
225
225
|
}
|
226
226
|
],
|
@@ -243,7 +243,7 @@
|
|
243
243
|
"CreateProgram": [
|
244
244
|
{
|
245
245
|
"document": "",
|
246
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProgram\n<公共请求参数>\n\n{\n \"ProgramName\": \"
|
246
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProgram\n<公共请求参数>\n\n{\n \"ProgramName\": \"program-test\",\n \"ProgramDesc\": \"this is a description\",\n \"ProgramItemList\": [\n {\n \"ProgramItemId\": \"program-6a79x94v\",\n \"Resource\": {\n \"ResourceId\": \"resource-6a79x94v\",\n \"ResourceCode\": \"resourceCode\",\n \"ResourceName\": \"name-test\",\n \"ServiceCode\": \"mock-service\",\n \"ResourceAction\": \"TestAction\",\n \"IdField\": \"progaramId\",\n \"NameField\": \"programName\",\n \"SelectIdsField\": \"programId\",\n \"CreationTime\": 0,\n \"LastUpdateTime\": 0,\n \"DeleteFlag\": true,\n \"ResourceDesc\": \"this is a desc\",\n \"CanSelectAll\": true,\n \"SearchWordField\": \"programName\",\n \"Index\": 0\n },\n \"ValueList\": [\n \"abc\"\n ],\n \"IsAll\": true,\n \"CreationTime\": 0,\n \"LastUpdateTime\": 0,\n \"DeleteFlag\": true,\n \"ProgramId\": \"abc\"\n }\n ]\n}",
|
247
247
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3b15ccd0-650a-4d9a-96d4-db8a55579d38\",\n \"Result\": true\n }\n}",
|
248
248
|
"title": "创建数据集"
|
249
249
|
}
|
@@ -267,7 +267,7 @@
|
|
267
267
|
"CreateRepository": [
|
268
268
|
{
|
269
269
|
"document": "",
|
270
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=CreateRepository\
|
270
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=CreateRepository\n&RepositoryName=repoName-test\n&RepositoryType=private\n&BucketName=mybucket\n&BucketRegion=cq\n&Directory=aa/bb\n&RepositoryDesc=this is a desc\n&<公共请求参数>",
|
271
271
|
"output": "{\n \"Response\": {\n \"RequestId\": \"718bc8d5-ccd5-4735-b6b2-c864661e20bc\",\n \"Result\": true\n }\n}",
|
272
272
|
"title": "创建仓库"
|
273
273
|
}
|
@@ -275,7 +275,7 @@
|
|
275
275
|
"CreateTask": [
|
276
276
|
{
|
277
277
|
"document": "创建任务",
|
278
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=CreateTask\n&TaskName=test\n&TaskContent=com.example.task.simpleTask\n&TaskArgument=taskArgumentTest\n&ExecuteType=UNICAST\n&TaskType=JAVA\n&TaskRule.RuleType=Cron\n&TaskRule.RepeatInterval=0\n&TaskRule.Expression=00/1****?\n&TimeOut=30000\n&GroupId=group-12345678\n&<公共请求参数>",
|
278
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=CreateTask\n&TaskName=task-test\n&TaskContent=com.example.task.simpleTask\n&TaskArgument=taskArgumentTest\n&ExecuteType=UNICAST\n&TaskType=JAVA\n&TaskRule.RuleType=Cron\n&TaskRule.RepeatInterval=0\n&TaskRule.Expression=00/1****?\n&TimeOut=30000\n&GroupId=group-12345678\n&<公共请求参数>",
|
279
279
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6281ddf9-1914-420b-afb8-93735ac3270a\",\n \"Result\": \"task-12345678\"\n }\n}",
|
280
280
|
"title": "创建任务"
|
281
281
|
}
|
@@ -283,8 +283,8 @@
|
|
283
283
|
"CreateTaskFlow": [
|
284
284
|
{
|
285
285
|
"document": "创建工作流",
|
286
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTaskFlow\n<公共请求参数>\n\n{\n \"FlowName\": \"
|
287
|
-
"output": "{\n \"Response\": {\n \"Result\": \"
|
286
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTaskFlow\n<公共请求参数>\n\n{\n \"FlowName\": \"flow-name-test\",\n \"ProgramIdList\": [\n \"program-6a79x94v\"\n ],\n \"TriggerRule\": {\n \"RepeatInterval\": 1,\n \"RuleType\": \"1\",\n \"Expression\": \"* 2 * * * ?\"\n },\n \"TimeOut\": 1,\n \"FlowEdges\": [\n {\n \"PositionX\": \"1\",\n \"PositionY\": \"2\",\n \"NodeType\": \"1\",\n \"NodeName\": \"task-name\",\n \"EdgeType\": \"2\",\n \"NodeId\": \"node-6a79x94v\",\n \"ChildNodeId\": \"subnode-6a79x94v\",\n \"CoreNode\": \"node-6a79x94v\",\n \"FlowId\": \"flow-6a79x94v\",\n \"TaskLogId\": \"tlog-6a79x94v\",\n \"TaskId\": \"task-6a79x94v\",\n \"GraphId\": \"graph-6a79x94v\"\n }\n ]\n}",
|
287
|
+
"output": "{\n \"Response\": {\n \"Result\": \"flow-6a79x94v\",\n \"RequestId\": \"wnoxn-12ns92-nsiu29-374hsy\"\n }\n}",
|
288
288
|
"title": "创建工作流"
|
289
289
|
}
|
290
290
|
],
|
@@ -499,22 +499,16 @@
|
|
499
499
|
"DeployContainerGroup": [
|
500
500
|
{
|
501
501
|
"document": "",
|
502
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployContainerGroup\n<公共请求参数>\n\n{\n \"DoNotStart\": \"false\",\n \"MemRequest\": \"1024\",\n \"UpdateType\": \"1\",\n \"Server\": \"ccr.ccs.tencentyun.com\",\n \"InstanceNum\": \"1\",\n \"RepoName\": \"tsf_10000617xxxx/test\",\n \"TagName\": \"
|
502
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployContainerGroup\n<公共请求参数>\n\n{\n \"DoNotStart\": \"false\",\n \"MemRequest\": \"1024\",\n \"UpdateType\": \"1\",\n \"Server\": \"ccr.ccs.tencentyun.com\",\n \"InstanceNum\": \"1\",\n \"RepoName\": \"tsf_10000617xxxx/test\",\n \"TagName\": \"v1\",\n \"CpuRequest\": \"0.54\",\n \"JvmOpts\": \"-Xms128m-Xmx512m-XX:MetaspaceSize=128m-XX:MaxMetaspaceSize=512m\",\n \"UpdateIvl\": \"10\",\n \"GroupId\": \"group-6a79x94v\"\n}",
|
503
503
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b481cffd-6b00-463f-a1ae-7afe5fd5fa2e\",\n \"Result\": true\n }\n}",
|
504
504
|
"title": "部署容器应用"
|
505
505
|
}
|
506
506
|
],
|
507
507
|
"DeployGroup": [
|
508
|
-
{
|
509
|
-
"document": "test",
|
510
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"\",\n \"PkgId\": \"\"\n}",
|
511
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"95953982-9aa0-4f16-9bec-ffe7d8691d66\",\n \"Result\": null\n }\n}",
|
512
|
-
"title": "test"
|
513
|
-
},
|
514
508
|
{
|
515
509
|
"document": "部署虚拟机部署组应用",
|
516
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployGroup\n<公共请求参数>\n\n{\n \"PkgId\": \"pkg-
|
517
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"48994bff-70ed-43b9-ae0e-8d3b4d6e72cd\",\n \"Result\": {\n \"TaskId\": \"task-
|
510
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployGroup\n<公共请求参数>\n\n{\n \"PkgId\": \"pkg-6a79x94v\",\n \"GroupId\": \"group-6a79x94v\",\n \"StartupParameters\": \"-Xms128m-Xmx512m-XX:MetaspaceSize=128m-XX:MaxMetaspaceSize=512m\"\n}",
|
511
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"48994bff-70ed-43b9-ae0e-8d3b4d6e72cd\",\n \"Result\": {\n \"TaskId\": \"task-6a79x94v\"\n }\n }\n}",
|
518
512
|
"title": "部署虚拟机部署组应用"
|
519
513
|
}
|
520
514
|
],
|
@@ -581,8 +575,8 @@
|
|
581
575
|
"DescribeApplication": [
|
582
576
|
{
|
583
577
|
"document": "",
|
584
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeApplication\
|
585
|
-
"output": "{\n \"Response\": {\n \"
|
578
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeApplication\n&ApplicationId=application-6a79x94v\n&<公共请求参数>",
|
579
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"ApplicationId\": \"application-6a79x94v\",\n \"ApplicationName\": \"application-test-name\",\n \"ApplicationDesc\": \"this is a desc\",\n \"ApplicationType\": \"C\",\n \"MicroserviceType\": \"DEF\",\n \"ProgLang\": \"J\",\n \"CreateTime\": \"2020-11-22 09:16:12\",\n \"UpdateTime\": \"2021-11-22 09:16:12\",\n \"ApplicationResourceType\": \"C\",\n \"ApplicationRuntimeType\": \"konaJdk8\",\n \"ApigatewayServiceId\": \"ms-6a79x94v\",\n \"ApplicationRemarkName\": \"this is a remack name\",\n \"ServiceConfigList\": [\n {\n \"Name\": \"service-config-name\",\n \"Ports\": [\n {\n \"TargetPort\": \"8080\",\n \"Protocol\": \"8080\"\n }\n ],\n \"HealthCheck\": {\n \"Path\": \"/health\"\n }\n }\n ],\n \"IgnoreCreateImageRepository\": true,\n \"ApmInstanceId\": \"apm-6a79x94v\",\n \"ApmInstanceName\": \"apm-test-name\",\n \"SyncDeleteImageRepository\": true,\n \"MicroserviceSubType\": \"N\",\n \"ProgramLanguage\": \"Java\",\n \"FrameworkType\": \"Spring Cloud\",\n \"ServiceGovernanceConfig\": {\n \"EnableGovernance\": true,\n \"GovernanceType\": \"Share\",\n \"ExclusiveInstances\": [\n {\n \"CenterType\": \"Config\",\n \"InstanceId\": \"ins-6a79x94v\",\n \"InstanceType\": \"polaris\",\n \"InstanceName\": \"test-name\",\n \"RegionId\": \"ap-guangzhou\",\n \"InstanceNamespaceId\": \"ns-6a79x94v\"\n }\n ]\n },\n \"MicroserviceTypeList\": [\n \"N\"\n ],\n \"CreateSameNameImageRepository\": true\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
586
580
|
"title": "获取应用详情示例"
|
587
581
|
}
|
588
582
|
],
|
@@ -598,7 +592,7 @@
|
|
598
592
|
{
|
599
593
|
"document": "",
|
600
594
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeApplications\n&Offset=0\n&Limit=20\n&SearchWord=driverapi\n&<公共请求参数>",
|
601
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\":
|
595
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"ApplicationId\": \"application-6a79x94v\",\n \"ApplicationName\": \"application-test-name\",\n \"ApplicationDesc\": \"this is a desc\",\n \"ApplicationType\": \"C\",\n \"MicroserviceType\": \"DEF\",\n \"ProgLang\": \"J\",\n \"CreateTime\": \"2020-11-22 09:16:12\",\n \"UpdateTime\": \"2021-11-22 09:16:12\",\n \"ApplicationResourceType\": \"C\",\n \"ApplicationRuntimeType\": \"konaJdk8\",\n \"ApigatewayServiceId\": \"ms-6a79x94v\",\n \"ApplicationRemarkName\": \"this is a remack name\",\n \"ServiceConfigList\": [\n {\n \"Name\": \"service-config-name\",\n \"Ports\": [\n {\n \"TargetPort\": \"8080\",\n \"Protocol\": \"8080\"\n }\n ],\n \"HealthCheck\": {\n \"Path\": \"/health\"\n }\n }\n ],\n \"IgnoreCreateImageRepository\": true,\n \"ApmInstanceId\": \"apm-6a79x94v\",\n \"ApmInstanceName\": \"apm-test-name\",\n \"SyncDeleteImageRepository\": true,\n \"MicroserviceSubType\": \"N\",\n \"ProgramLanguage\": \"Java\",\n \"FrameworkType\": \"Spring Cloud\",\n \"ServiceGovernanceConfig\": {\n \"EnableGovernance\": true,\n \"GovernanceType\": \"Share\",\n \"ExclusiveInstances\": [\n {\n \"CenterType\": \"Config\",\n \"InstanceId\": \"ins-6a79x94v\",\n \"InstanceType\": \"polaris\",\n \"InstanceName\": \"test-name\",\n \"RegionId\": \"ap-guangzhou\",\n \"InstanceNamespaceId\": \"ns-6a79x94v\"\n }\n ]\n },\n \"MicroserviceTypeList\": [\n \"N\"\n ],\n \"CreateSameNameImageRepository\": true\n }\n ]\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
602
596
|
"title": "查询应用列表示例"
|
603
597
|
}
|
604
598
|
],
|
@@ -630,7 +624,7 @@
|
|
630
624
|
{
|
631
625
|
"document": "",
|
632
626
|
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusterInstances\n<公共请求参数>\n\n{\n \"Limit\": \"20\",\n \"ClusterId\": \"cluster-xxxxxxx\",\n \"Offset\": \"0\"\n}",
|
633
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"a92e58d4-b415-4069-910e-c84e60233019\",\n \"Result\": {\n \"TotalCount\": 2,\n \"Content\": [\n {\n \"InstanceId\": \"ins-
|
627
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a92e58d4-b415-4069-910e-c84e60233019\",\n \"Result\": {\n \"TotalCount\": 2,\n \"Content\": [\n {\n \"InstanceId\": \"ins-6a79x94v\",\n \"NodeInstanceId\": \"ins-6a79x94v\",\n \"InstanceName\": \"consumer\",\n \"LanIp\": \"172.16.0.7\",\n \"WanIp\": \"193.112.32.241\",\n \"NamespaceId\": \"namespace-6a79x94v\",\n \"NamespaceName\": \"test-namespace\",\n \"UpdateTime\": null,\n \"InstanceDesc\": null,\n \"ClusterId\": null,\n \"ClusterName\": null,\n \"InstanceStatus\": null,\n \"InstanceAvailableStatus\": \"Abnormal\",\n \"ServiceInstanceStatus\": \"Stopped\",\n \"ServiceSidecarStatus\": \"UnSupported\",\n \"OperationState\": 6,\n \"CountInTsf\": null,\n \"GroupId\": \"\",\n \"GroupName\": null,\n \"ApplicationId\": null,\n \"ApplicationName\": null,\n \"InstanceCreatedTime\": null,\n \"InstanceExpiredTime\": null,\n \"InstanceChargeType\": null,\n \"InstanceTotalCpu\": null,\n \"InstanceTotalMem\": null,\n \"InstanceUsedCpu\": null,\n \"InstanceUsedMem\": null,\n \"InstanceLimitCpu\": null,\n \"InstanceLimitMem\": null,\n \"InstancePkgVersion\": \"\",\n \"ClusterType\": null,\n \"InstanceZoneId\": null,\n \"RestrictState\": null,\n \"InstanceImportMode\": \"R\",\n \"Reason\": \"R\",\n \"ApplicationResourceType\": \"def\",\n \"AgentVersion\": \"1.46.0\",\n \"ApplicationType\": null\n }\n ]\n }\n }\n}",
|
634
628
|
"title": "查询集群机器列表"
|
635
629
|
}
|
636
630
|
],
|
@@ -694,7 +688,7 @@
|
|
694
688
|
{
|
695
689
|
"document": "",
|
696
690
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeContainerEvents\n&ResourceType=instance\n&ResourceId=test-event-6f46bcb6b-sxfcr\n&Offset=0\n&Limit=20\n&<公共请求参数>",
|
697
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"FirstTimestamp\": 0,\n \"LastTimestamp\": 0,\n \"Type\": \"
|
691
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"FirstTimestamp\": 0,\n \"LastTimestamp\": 0,\n \"Type\": \"instance\",\n \"Kind\": \"SERVER\",\n \"Name\": \"test-event\",\n \"Reason\": \"this is a reason\",\n \"Message\": \"this is a msg\",\n \"Count\": 0\n }\n ]\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
698
692
|
"title": "DescribeContainerEvents"
|
699
693
|
}
|
700
694
|
],
|
@@ -710,15 +704,15 @@
|
|
710
704
|
{
|
711
705
|
"document": "",
|
712
706
|
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeContainerGroupDeployInfo\n<公共请求参数>\n\n{\n \"GroupId\": \"group-gyqpkzda\"\n}",
|
713
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
707
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"GroupId\": \"group-gyqpkzda\",\n \"GroupName\": \"group-test\",\n \"InstanceNum\": 0,\n \"CurrentNum\": 0,\n \"Server\": \"ccr.tencent.com\",\n \"Reponame\": \"tsf_1038293xxxxx/nginx\",\n \"TagName\": \"latest\",\n \"CpuRequest\": \"0.5\",\n \"CpuLimit\": \"1\",\n \"MemRequest\": \"64\",\n \"MemLimit\": \"512\",\n \"AccessType\": 0,\n \"ProtocolPorts\": [\n {\n \"Protocol\": \"tcp\",\n \"Port\": 8080,\n \"TargetPort\": 8080,\n \"NodePort\": 0,\n \"Name\": \"tcp-8080\"\n }\n ],\n \"UpdateType\": 0,\n \"UpdateIvl\": 0,\n \"JvmOpts\": \"-Xmx1024m -Xms128m\",\n \"SubnetId\": \"subnet-gyqpkzda\",\n \"AgentCpuRequest\": \"0.1\",\n \"AgentCpuLimit\": \"0.2\",\n \"AgentMemRequest\": \"32\",\n \"AgentMemLimit\": \"128\",\n \"IstioCpuRequest\": \"0.1\",\n \"IstioCpuLimit\": \"0.2\",\n \"IstioMemRequest\": \"32\",\n \"IstioMemLimit\": \"128\",\n \"Envs\": [\n {\n \"Name\": \"host\",\n \"Value\": \"metadata.host\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"metadata.host\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"resource\"\n }\n }\n }\n ],\n \"HealthCheckSettings\": {\n \"LivenessProbe\": {\n \"ActionType\": \"Port\",\n \"InitialDelaySeconds\": 60,\n \"TimeoutSeconds\": 30,\n \"PeriodSeconds\": 30,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 3,\n \"Scheme\": \"tcp\",\n \"Port\": 8080,\n \"Path\": \"/health\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"Type\": \"TCP\"\n },\n \"ReadinessProbe\": {\n \"ActionType\": \"Port\",\n \"InitialDelaySeconds\": 180,\n \"TimeoutSeconds\": 30,\n \"PeriodSeconds\": 30,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 3,\n \"Scheme\": \"tcp\",\n \"Port\": 8080,\n \"Path\": \"/health\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"Type\": \"TCP\"\n }\n },\n \"DeployAgent\": true,\n \"Alias\": \"group-alias\",\n \"DisableService\": true,\n \"HeadlessService\": true,\n \"TcrRepoInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegistryId\": \"reg-gyqpkzda\",\n \"RegistryName\": \"presonal-registry\",\n \"Namespace\": \"default\",\n \"RepoName\": \"nginx\"\n },\n \"VolumeInfos\": [\n {\n \"VolumeType\": \"HOST\",\n \"VolumeName\": \"host\",\n \"VolumeConfig\": \"host\",\n \"ConfigMapOptions\": [\n {\n \"Key\": \"host\",\n \"Path\": \"/host\",\n \"Mode\": \"host\"\n }\n ],\n \"EmptyDirOption\": {\n \"EnableMemory\": true,\n \"StorageCapacity\": 0,\n \"StorageUnit\": \"sunit\",\n \"SizeLimit\": \"64\"\n }\n }\n ],\n \"VolumeMountInfos\": [\n {\n \"VolumeMountName\": \"mount-name\",\n \"VolumeMountPath\": \"/config\",\n \"VolumeMountSubPath\": \"/conf\",\n \"ReadOrWrite\": \"777\"\n }\n ],\n \"KubeInjectEnable\": true,\n \"RepoType\": \"tcr\",\n \"WarmupSetting\": {\n \"Enabled\": true,\n \"WarmupTime\": 1,\n \"Curvature\": 1,\n \"EnabledProtection\": true\n },\n \"GatewayConfig\": {\n \"Name\": \"gateway-config-test\"\n },\n \"ContainerName\": \"group-name-279128-28nsu82\",\n \"AdditionalContainerList\": [\n {\n \"ContainerName\": \"agent\",\n \"TagName\": \"v1\",\n \"RepoName\": \"agent\",\n \"RepoType\": \"tcr\",\n \"TcrRepoInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegistryId\": \"reg-gyqpkzda\",\n \"RegistryName\": \"agent\",\n \"Namespace\": \"default\",\n \"RepoName\": \"agent\"\n },\n \"Server\": \"ccr.tencent.com\",\n \"SecretName\": \"default-secret-name\",\n \"JvmOpts\": \"-Xmx64m -Xms32m\",\n \"CpuLimit\": \"1\",\n \"CpuRequest\": \"0.1\",\n \"MemRequest\": \"32\",\n \"MemLimit\": \"128\",\n \"HealthCheckSettings\": {\n \"LivenessProbe\": {\n \"ActionType\": \"tcp\",\n \"InitialDelaySeconds\": 180,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"http\",\n \"Port\": 1,\n \"Path\": \"/health\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"Type\": \"TCP\"\n }\n },\n \"Envs\": [\n {\n \"Name\": \"host\",\n \"Value\": \"metadata.host\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"metadata.host\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"metadata.host\"\n }\n }\n }\n ],\n \"UserEnvs\": [\n {\n \"Name\": \"consul_ip\",\n \"Value\": \"10.23.12.3\"\n }\n ],\n \"VolumeMountInfoList\": [\n {\n \"VolumeMountName\": \"host\",\n \"VolumeMountPath\": \"/host\",\n \"VolumeMountSubPath\": \"/config\",\n \"ReadOrWrite\": \"777\"\n }\n ]\n }\n ],\n \"InternalContainerList\": [\n {\n \"ContainerName\": \"internal-container-test\",\n \"TagName\": \"v1\",\n \"RepoName\": \"nginx\",\n \"RepoType\": \"tcr\",\n \"TcrRepoInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegistryId\": \"reg-6a79x94v\",\n \"RegistryName\": \"nginx\",\n \"Namespace\": \"default\",\n \"RepoName\": \"nginx\"\n },\n \"Server\": \"ccr.ccs.tencent.com\",\n \"SecretName\": \"default-secretName\",\n \"JvmOpts\": \"-Xmx64m -Xms32m\",\n \"CpuLimit\": \"1\",\n \"CpuRequest\": \"0.1\",\n \"MemRequest\": \"32\",\n \"MemLimit\": \"128\",\n \"HealthCheckSettings\": {},\n \"VolumeMountInfoList\": [\n {\n \"VolumeMountName\": \"host\",\n \"VolumeMountPath\": \"/host\",\n \"VolumeMountSubPath\": \"/config\",\n \"ReadOrWrite\": \"777\"\n }\n ]\n }\n ]\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
714
708
|
"title": "DescribeContainerGroupDeployInfo"
|
715
709
|
}
|
716
710
|
],
|
717
711
|
"DescribeContainerGroupDetail": [
|
718
712
|
{
|
719
713
|
"document": "",
|
720
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeContainerGroupDetail\n&GroupId=group-
|
721
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"UpdatedTime\": 0,\n \"HealthCheckSettings\": {\n \"ReadinessProbe\": {\n \"TimeoutSeconds\": 1,\n \"InitialDelaySeconds\": 1,\n \"ActionType\": \"
|
714
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeContainerGroupDetail\n&GroupId=group-6a79x94v\n&<公共请求参数>",
|
715
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"UpdatedTime\": 0,\n \"HealthCheckSettings\": {\n \"ReadinessProbe\": {\n \"TimeoutSeconds\": 1,\n \"InitialDelaySeconds\": 1,\n \"ActionType\": \"TCP\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"PeriodSeconds\": 1,\n \"Path\": \"/health\",\n \"SuccessThreshold\": 1,\n \"Scheme\": \"http\",\n \"Port\": 1,\n \"FailureThreshold\": 1\n },\n \"LivenessProbe\": {\n \"TimeoutSeconds\": 1,\n \"InitialDelaySeconds\": 1,\n \"ActionType\": \"TCP\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"PeriodSeconds\": 1,\n \"Path\": \"/health\",\n \"SuccessThreshold\": 1,\n \"Scheme\": \"http\",\n \"Port\": 1,\n \"FailureThreshold\": 1\n }\n },\n \"InstanceNum\": 1,\n \"NamespaceName\": \"default\",\n \"MaxUnavailable\": \"25%\",\n \"ApplicationType\": \"C\",\n \"CurrentNum\": 1,\n \"MicroserviceType\": \"DEF\",\n \"Status\": \"Running\",\n \"LbIp\": \"10.23.29.11\",\n \"MemRequest\": \"0.5\",\n \"AccessType\": 1,\n \"UpdateIvl\": 10,\n \"Envs\": [\n {\n \"Name\": \"consul_ip\",\n \"Value\": \"10.29.26.11\"\n },\n {\n \"Name\": \"host\",\n \"Value\": \"hostName\"\n }\n ],\n \"TagName\": \"v1\",\n \"ClusterIp\": \"10.29.1.2\",\n \"MemLimit\": \"512\",\n \"CpuLimit\": \"1\",\n \"ApplicationId\": \"application-6a79x94v\",\n \"ApplicationName\": \"applicaiton-name\",\n \"ProtocolPorts\": [\n {\n \"TargetPort\": 30032,\n \"Protocol\": \"tcp\",\n \"Port\": 30032,\n \"NodePort\": 0\n }\n ],\n \"UpdateType\": 1,\n \"ClusterId\": \"cls-6a79x94v\",\n \"MaxSurge\": \"25%\",\n \"Server\": \"ccr.tencent.com\",\n \"SubnetId\": \"subnet-6a79x94v\",\n \"NodePort\": 30870,\n \"GroupId\": \"group-6a79x94v\",\n \"GroupResourceType\": \"C\",\n \"InstanceCount\": 1,\n \"GroupName\": \"test-group\",\n \"ClusterName\": \"k8s-cluster\",\n \"CreateTime\": \"2022-11-22 09:27:11\",\n \"Reponame\": \"nginx\",\n \"CpuRequest\": \"0.5\",\n \"Message\": \"this is a msg\",\n \"NamespaceId\": \"namespace-6a79x94v\",\n \"AllowPlainYamlDeploy\": true,\n \"IsNotEqualServiceConfig\": true,\n \"RepoName\": \"nginx\",\n \"Alias\": \"this is a alias\"\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
722
716
|
"title": "DescribeContainerGroupDetail"
|
723
717
|
}
|
724
718
|
],
|
@@ -726,7 +720,7 @@
|
|
726
720
|
{
|
727
721
|
"document": "查询容器部署组列表",
|
728
722
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeContainerGroups\r\n&ApplicationId=application-xxxxxxx\r\n&Offset=0\r\n&Limit=10\r\n&<公共请求参数>",
|
729
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"41a08459-9e0b-4609-841b-0859d6f844e1\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"Server\": \"ccr.ccs.tencentyun.com\",\n \"CpuLimit\": \"2.00\",\n \"GroupId\": \"group-xxxxxxx\",\n \"ClusterId\": \"cls-xxxxxxx\",\n \"TagName\": \"20190517xxxxxxx\",\n \"CpuRequest\": \"\",\n \"MemLimit\": \"4096.00\",\n \"GroupName\": \"
|
723
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"41a08459-9e0b-4609-841b-0859d6f844e1\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"Server\": \"ccr.ccs.tencentyun.com\",\n \"CpuLimit\": \"2.00\",\n \"GroupId\": \"group-xxxxxxx\",\n \"ClusterId\": \"cls-xxxxxxx\",\n \"TagName\": \"20190517xxxxxxx\",\n \"CpuRequest\": \"\",\n \"MemLimit\": \"4096.00\",\n \"GroupName\": \"testGroup\",\n \"RepoName\": \"tsf_410xxxxxxx/test\",\n \"CreateTime\": \"\",\n \"NamespaceId\": \"namespace-xxxxxxx\",\n \"MemRequest\": \"\",\n \"ClusterName\": \"示例\",\n \"NamespaceName\": \"testNamespace\",\n \"Alias\": \"aliasNamespace\",\n \"KubeInjectEnable\": true,\n \"UpdatedTime\": \"\"\n }\n ]\n }\n }\n}",
|
730
724
|
"title": "查询容器部署组列表"
|
731
725
|
}
|
732
726
|
],
|
@@ -878,7 +872,7 @@
|
|
878
872
|
{
|
879
873
|
"document": "",
|
880
874
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeGroupRelease\n&GroupId=group-xxxxxx\n&<公共请求参数>",
|
881
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c033faca-041a-4357-a96d-xxxxxxxx\",\n \"Result\": {\n \"PackageName\": \"consumer-demo-1.25.0-Greenwich-SNAPSHOT.jar\",\n \"PackageVersion\": \"
|
875
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c033faca-041a-4357-a96d-xxxxxxxx\",\n \"Result\": {\n \"PackageName\": \"consumer-demo-1.25.0-Greenwich-SNAPSHOT.jar\",\n \"PackageVersion\": \"1.25.0\",\n \"PackageId\": \"pkg-xxxxxx\",\n \"PublicConfigReleaseList\": [\n {\n \"ConfigReleaseId\": \"dcfgr-xxxxxx\",\n \"ConfigId\": \"dcfg-p-xxxxxx\",\n \"ConfigName\": \"n1\",\n \"ConfigVersion\": \"v1\",\n \"ReleaseTime\": \"2021-08-10 10:xx:xx\",\n \"GroupId\": \"group-6a79x94v\",\n \"GroupName\": \"group-mock\",\n \"NamespaceId\": \"namespace-xxxxxxxx\",\n \"NamespaceName\": \"default\",\n \"ClusterId\": \"cls-6a79x94v\",\n \"ClusterName\": \"cls-mock\",\n \"ReleaseDesc\": \"this is a desc\",\n \"ApplicationId\": \"application-6a79x94v\"\n }\n ]\n }\n }\n}",
|
882
876
|
"title": "查询部署组发布的相关信息"
|
883
877
|
}
|
884
878
|
],
|
@@ -894,7 +888,7 @@
|
|
894
888
|
{
|
895
889
|
"document": "",
|
896
890
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeGroups\n&ApplicationId=application-xxxxxxx\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
897
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"4bf8bc01-2786-4341-be2b-c6610556026e\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"ApplicationType\": \"V\",\n \"MicroserviceType\": \"N\",\n \"GroupId\": \"group-
|
891
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4bf8bc01-2786-4341-be2b-c6610556026e\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"ApplicationType\": \"V\",\n \"MicroserviceType\": \"N\",\n \"GroupId\": \"group-6a79x94v\",\n \"ClusterId\": \"cluster-6a79x94v\",\n \"StartupParameters\": \"-Xms128m -Xmx512m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m\",\n \"ClusterName\": \"cls-mock\",\n \"ApplicationName\": \"app-mock\",\n \"NamespaceName\": \"default\",\n \"GroupDesc\": \"this is a desc\",\n \"UpdateTime\": \"2019-03-11 16:51:55\",\n \"GroupName\": \"group-mock\",\n \"Alias\": \"group-alias\",\n \"DeployDesc\": \"描述\",\n \"NamespaceId\": \"namespace-6a79x94v\",\n \"GroupResourceType\": \"DEF\",\n \"CreateTime\": \"2019-03-11 16:51:55\",\n \"UpdatedTime\": \"17623946749\",\n \"ApplicationId\": \"application-6a79x94v\"\n }\n ]\n }\n }\n}",
|
898
892
|
"title": "获取虚拟机部署组列表"
|
899
893
|
}
|
900
894
|
],
|
@@ -910,7 +904,7 @@
|
|
910
904
|
{
|
911
905
|
"document": "",
|
912
906
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeImageRepository\n&Offset=0\n&Limit=20\n&<公共请求参数>",
|
913
|
-
"output": "{\n \"Response\": {\n \"
|
907
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Server\": \"ccr.tencent.com\",\n \"Content\": [\n {\n \"Reponame\": \"tsf_100010349923/docker-java-provider\",\n \"Repotype\": \"tcr\",\n \"TagCount\": 0,\n \"IsPublic\": 0,\n \"IsUserFavor\": true,\n \"IsQcloudOfficial\": true,\n \"FavorCount\": 0,\n \"PullCount\": 0,\n \"Description\": \"this is a desc\",\n \"CreationTime\": \"2019-05-29 15:02:08\",\n \"UpdateTime\": \"2019-05-29 15:02:08\",\n \"TcrRepoInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegistryId\": \"reg-6a79x94v\",\n \"RegistryName\": \"reg-mock\",\n \"Namespace\": \"default\"\n },\n \"TcrBindingId\": 0,\n \"ApplicationId\": \"application-6a79x94v\",\n \"ApplicationName\": {\n \"RuleId\": \"rule-6a79x94v\",\n \"Name\": \"app-mock\",\n \"ExpandVmCountLimit\": 0,\n \"ShrinkVmCountLimit\": 0,\n \"GroupCount\": 0,\n \"Desc\": \"this is a desc\",\n \"Description\": \"this is a desc\",\n \"DisableMetricAS\": 1,\n \"EnableCronAS\": 1\n },\n \"ApplicationNameReal\": \"app-mock\",\n \"Public\": 0,\n \"CreateMode\": \"manual\"\n }\n ]\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
914
908
|
"title": "DescribeImageRepository"
|
915
909
|
}
|
916
910
|
],
|
@@ -918,7 +912,7 @@
|
|
918
912
|
{
|
919
913
|
"document": "",
|
920
914
|
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImageTags\n<公共请求参数>\n\n{\n \"ApplicationId\": \"abc\",\n \"Offset\": 0,\n \"Limit\": 20,\n \"QueryImageIdFlag\": 0,\n \"SearchWord\": \"abc\",\n \"RepoType\": \"abc\",\n \"RepoName\": \"abc\"\n}",
|
921
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"RepoName\": \"
|
915
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"RepoName\": \"tsf_1382720xxxxx/nginx\",\n \"Server\": \"ccr.tencent.com\",\n \"Content\": [\n {\n \"RepoName\": \"tsf_1382720xxxxx/nginx\",\n \"TagName\": \"v1\",\n \"TagId\": \"tag-6a79x94v\",\n \"ImageId\": \"img-6a79x94v\",\n \"Size\": \"256m\",\n \"CreationTime\": \"2020-11-22 09:33:13\",\n \"UpdateTime\": \"2020-11-23 09:33:13\",\n \"Author\": \"user\",\n \"Architecture\": \"x86\",\n \"DockerVersion\": \"1.16\",\n \"Os\": \"centos\",\n \"PushTime\": \"2020-11-22 09:33:13\",\n \"SizeByte\": 0\n }\n ]\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
922
916
|
"title": "DescribeImageTags"
|
923
917
|
}
|
924
918
|
],
|
@@ -941,32 +935,32 @@
|
|
941
935
|
"DescribeInvocationMetricDataCurve": [
|
942
936
|
{
|
943
937
|
"document": "",
|
944
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeInvocationMetricDataCurve\n&StartTime=2020-06-03 17:11:49\n&EndTime=2020-06-03 17:21:49\n&MetricDimensions.0.Name=NamespaceId\n&MetricDimensions.0.Value=
|
945
|
-
"output": "{\n \"Response\": {\n \"
|
938
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeInvocationMetricDataCurve\n&StartTime=2020-06-03 17:11:49\n&EndTime=2020-06-03 17:21:49\n&MetricDimensions.0.Name=NamespaceId\n&MetricDimensions.0.Value=namespace-6a79x94v\n&Metrics.0.Name=request_count\n&Metrics.0.Function=sum\n&<公共请求参数>",
|
939
|
+
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"MetricName\": \"abc\",\n \"MetricFunction\": \"abc\",\n \"MetricDataPoints\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Tag\": \"abc\"\n }\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
946
940
|
"title": "DescribeInvocationMetricDataCurve"
|
947
941
|
}
|
948
942
|
],
|
949
943
|
"DescribeInvocationMetricDataDimension": [
|
950
944
|
{
|
951
945
|
"document": "demo",
|
952
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInvocationMetricDataDimension\n<公共请求参数>\n\n{\n \"StartTime\": \"
|
953
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"Content\": [
|
946
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInvocationMetricDataDimension\n<公共请求参数>\n\n{\n \"StartTime\": \"2024-11-11 12:21:32\",\n \"DimensionName\": \"applicationName\",\n \"Limit\": 0,\n \"SearchWord\": \"name\",\n \"Offset\": 0,\n \"EndTime\": \"2024-11-11 12:26:32\",\n \"MetricDimensionValues\": [\n {\n \"Name\": \"key\",\n \"Value\": [\n \"value1\"\n ]\n }\n ]\n}",
|
947
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Content\": [],\n \"TotalCount\": 0\n },\n \"RequestId\": \"niw82o0-k298s7-akqo20-kx8305\"\n }\n}",
|
954
948
|
"title": "demo"
|
955
949
|
}
|
956
950
|
],
|
957
951
|
"DescribeInvocationMetricDataPoint": [
|
958
952
|
{
|
959
953
|
"document": "",
|
960
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInvocationMetricDataPoint\n<公共请求参数>\n\n{\n \"
|
961
|
-
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"
|
954
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInvocationMetricDataPoint\n<公共请求参数>\n\n{\n \"StartTime\": \"2019-11-23 09:22:33\",\n \"EndTime\": \"2019-11-23 09:24:33\",\n \"MetricDimensionValues\": [\n {\n \"Name\": \"namespace\",\n \"Value\": [\n \"namespace-6a79x94v\"\n ]\n }\n ],\n \"Metrics\": [\n {\n \"Name\": \"name-mock\",\n \"Function\": \"func-mock\"\n }\n ],\n \"Kind\": \"SERVER\"\n}",
|
955
|
+
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"MetricName\": \"name-mock\",\n \"MetricFunction\": \"func-mock\",\n \"MetricDataValue\": \"namespace-6a79x94v\",\n \"DailyPercent\": 0\n }\n ],\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
962
956
|
"title": "demo"
|
963
957
|
}
|
964
958
|
],
|
965
959
|
"DescribeInvocationMetricScatterPlot": [
|
966
960
|
{
|
967
961
|
"document": "",
|
968
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeInvocationMetricScatterPlot\n&StartTime=2020-06-03 17:11:49\n&EndTime=2020-06-03 17:21:49\n&MetricDimensions.0.Name=NamespaceId\n&MetricDimensions.0.Value=
|
969
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"EndTime\": 0,\n \"StartTime\": 0,\n \"Period\": 0,\n \"DataPoints\": [\n {\n \"Points\": [\n {\n \"Values\": [\n 0\n ]\n }\n ],\n \"MetricName\": \"
|
962
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeInvocationMetricScatterPlot\n&StartTime=2020-06-03 17:11:49\n&EndTime=2020-06-03 17:21:49\n&MetricDimensions.0.Name=NamespaceId\n&MetricDimensions.0.Value=namespace-6a79x94v\n&Metrics.0.Name=request_count\n&Metrics.0.Function=sum\n&<公共请求参数>",
|
963
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"EndTime\": 0,\n \"StartTime\": 0,\n \"Period\": 0,\n \"DataPoints\": [\n {\n \"Points\": [\n {\n \"Values\": [\n 0\n ]\n }\n ],\n \"MetricName\": \"namespaceId\",\n \"PointKeys\": [\n \"time\"\n ]\n }\n ]\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
970
964
|
"title": "DescribeInvocationMetricDataCurve"
|
971
965
|
}
|
972
966
|
],
|
@@ -1046,7 +1040,7 @@
|
|
1046
1040
|
{
|
1047
1041
|
"document": "获取应用application-jy9w6lka下的程序包信息",
|
1048
1042
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribePkgs\n&ApplicationId=application-xxxxxxxx\n&Offset=0\n&Limit=20\n&<公共请求参数>",
|
1049
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"PkgId\": \"
|
1043
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"PkgId\": \"pkg-6a79x94v\",\n \"PkgName\": \"java-consumer\",\n \"PkgType\": \"jar\",\n \"PkgVersion\": \"v1\",\n \"PkgDesc\": \"this is a desc\",\n \"UploadTime\": \"2020-11-12 09:12:33\",\n \"Md5\": \"2s78294s810xxxxxxxxxxx\",\n \"PkgPubStatus\": 0,\n \"PkgBindInfo\": [\n {\n \"ApplicationId\": \"application-6a79x94v\",\n \"GroupId\": \"group-6a79x94v\"\n }\n ]\n }\n ],\n \"RepositoryId\": \"repository-6a79x94v\",\n \"RepositoryType\": \"cos\",\n \"RepositoryName\": \"bucket-mock\"\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
1050
1044
|
"title": "获取应用下程序包列表"
|
1051
1045
|
}
|
1052
1046
|
],
|
@@ -1126,7 +1120,7 @@
|
|
1126
1120
|
{
|
1127
1121
|
"document": "",
|
1128
1122
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeRepositories\n&Offset=0\n&Limit=20\n&SearchWord=demo\n&RepositoryType=default\n&<公共请求参数>",
|
1129
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"RepositoryId\": \"
|
1123
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"RepositoryId\": \"repo-6a79x94v\",\n \"RepositoryName\": \"repo-mock\",\n \"RepositoryType\": \"cos\",\n \"RepositoryDesc\": \"this is a desc\",\n \"IsUsed\": true,\n \"CreateTime\": \"2019-12-20 09:33:22\",\n \"BucketName\": \"testBucket\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"Directory\": \"/app\"\n }\n ]\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
1130
1124
|
"title": "获取所有仓库列表"
|
1131
1125
|
}
|
1132
1126
|
],
|
@@ -1150,7 +1144,7 @@
|
|
1150
1144
|
{
|
1151
1145
|
"document": "",
|
1152
1146
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeSimpleApplications\n&Offset=50\n&Limit=50\n&<公共请求参数>",
|
1153
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"ApplicationId\": \"
|
1147
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"ApplicationId\": \"application-6a79x94v\",\n \"ApplicationName\": \"app-mock\",\n \"ApplicationType\": \"C\",\n \"MicroserviceType\": \"DEF\",\n \"ApplicationDesc\": \"this is a desc\",\n \"ProgLang\": \"J\",\n \"ApplicationResourceType\": \"DEF\",\n \"CreateTime\": \"2019-11-22 11:12:22\",\n \"UpdateTime\": \"2019-11-22 11:12:22\",\n \"ApigatewayServiceId\": \"gw-ins-6a79x94v\",\n \"ApplicationRuntimeType\": \"konaJdk8\",\n \"AmpInstanceId\": \"apm-6a79x94v\",\n \"ApmInstanceName\": \"apm-mock\"\n }\n ]\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
1154
1148
|
"title": "查询简单应用列表"
|
1155
1149
|
}
|
1156
1150
|
],
|
@@ -1158,15 +1152,15 @@
|
|
1158
1152
|
{
|
1159
1153
|
"document": "",
|
1160
1154
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeSimpleClusters\n&Offset=0\n&Limit=50\n&<公共请求参数>",
|
1161
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"73d633f3-1d91-443a-a5bb-b4d419a56721\",\n \"Result\": {\n \"TotalCount\": 2,\n \"Content\": [\n {\n \"ClusterId\": \"cls-
|
1155
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"73d633f3-1d91-443a-a5bb-b4d419a56721\",\n \"Result\": {\n \"TotalCount\": 2,\n \"Content\": [\n {\n \"ClusterId\": \"cls-6a79x94v\",\n \"ClusterVersion\": \"1.18\",\n \"SubnetId\": \"subnet-6a79x94v\",\n \"ClusterName\": \"示例\",\n \"ClusterDesc\": null,\n \"ClusterType\": \"C\",\n \"VpcId\": \"vpc-6a79x94v\",\n \"CreateTime\": null,\n \"UpdateTime\": null,\n \"ClusterStatus\": null,\n \"ClusterCIDR\": null,\n \"ClusterTotalCpu\": null,\n \"ClusterTotalMem\": null,\n \"ClusterUsedCpu\": null,\n \"ClusterUsedMem\": null,\n \"ClusterLimitCpu\": null,\n \"ClusterLimitMem\": null,\n \"InstanceCount\": null,\n \"RunInstanceCount\": null,\n \"RunServiceInstanceCount\": null,\n \"NormalInstanceCount\": null,\n \"DeleteFlag\": null,\n \"DeleteFlagReason\": null,\n \"OperationInfo\": null,\n \"TsfRegionId\": null,\n \"TsfRegionName\": null,\n \"TsfZoneId\": null,\n \"TsfZoneName\": null\n }\n ]\n }\n }\n}",
|
1162
1156
|
"title": "查询简单集群列表"
|
1163
1157
|
}
|
1164
1158
|
],
|
1165
1159
|
"DescribeSimpleGroups": [
|
1166
1160
|
{
|
1167
1161
|
"document": "",
|
1168
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeSimpleGroups\n&Offset=0\n&Limit=20\n&ApplicationId=application-
|
1169
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"f92318c2-55c5-479f-b73e-f63683bee456\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"GroupId\": \"group-
|
1162
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeSimpleGroups\n&Offset=0\n&Limit=20\n&ApplicationId=application-6a79x94v\n&<公共请求参数>",
|
1163
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f92318c2-55c5-479f-b73e-f63683bee456\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"GroupId\": \"group-6a79x94v\",\n \"GroupName\": \"group-mock\",\n \"ClusterId\": \"cls-6a79x94v\",\n \"ClusterName\": \"cls-mock\",\n \"ClusterType\": \"C\",\n \"NamespaceId\": \"namespace-6a79x94v\",\n \"NamespaceName\": \"default\",\n \"ApplicationId\": \"application-6a79x94v\",\n \"ApplicationName\": \"java-service\",\n \"ApplicationType\": \"C\",\n \"AppMicroServiceType\": \"N\",\n \"GroupResourceType\": \"DEF\",\n \"StartupParameters\": \"-Dspring.application.name=java-service\"\n }\n ]\n }\n }\n}",
|
1170
1164
|
"title": "查询简单部署组列表"
|
1171
1165
|
}
|
1172
1166
|
],
|
@@ -1189,8 +1183,8 @@
|
|
1189
1183
|
"DescribeTaskDetail": [
|
1190
1184
|
{
|
1191
1185
|
"document": "",
|
1192
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeTaskDetail\n&TaskId=
|
1193
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"RetryInterval\": 0,\n \"TriggerType\": \"
|
1186
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeTaskDetail\n&TaskId=task-6a79x94v\n&<公共请求参数>",
|
1187
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"RetryInterval\": 0,\n \"TriggerType\": \"auto\",\n \"TimeOut\": 0,\n \"TaskRule\": {\n \"RepeatInterval\": 1,\n \"RuleType\": \"cron\",\n \"Expression\": \"* 30 * * * ? *\"\n },\n \"TaskState\": \"Running\",\n \"SuccessRatio\": 0,\n \"TaskContent\": \"1,2,3,4,5\",\n \"TaskArgument\": \"1,2,3,4,5\",\n \"AdvanceSettings\": {\n \"SubTaskConcurrency\": 0\n },\n \"RetryCount\": 0,\n \"SuccessOperator\": \"noop\",\n \"TaskId\": \"task-6a79x94v\",\n \"TaskType\": \"normal\",\n \"ShardCount\": 0,\n \"ExecuteType\": \"auto\",\n \"TaskName\": \"task-mock\",\n \"ShardArguments\": [\n {\n \"ShardValue\": \"4\",\n \"ShardKey\": 1\n }\n ],\n \"GroupId\": \"group-6a79x94v\",\n \"TaskLogId\": \"tlog-6a79x94v\",\n \"BelongFlowIds\": [\n \"flow-6a79x94v\"\n ]\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
1194
1188
|
"title": "查询任务详情"
|
1195
1189
|
}
|
1196
1190
|
],
|
@@ -1198,7 +1192,7 @@
|
|
1198
1192
|
{
|
1199
1193
|
"document": "",
|
1200
1194
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeTaskLastStatus\n&TaskId=task-qv8kq6m7\n&<公共请求参数>",
|
1201
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\",\n \"Result\": {\n \"BatchId\": \"batch-vk8hn123g\",\n \"State\": \"SUCCESS\",\n \"BatchLogId\": \"
|
1195
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\",\n \"Result\": {\n \"BatchId\": \"batch-vk8hn123g\",\n \"State\": \"SUCCESS\",\n \"BatchLogId\": \"blog-6a79x94v\"\n }\n }\n}",
|
1202
1196
|
"title": "查看任务最近执行批次状态"
|
1203
1197
|
}
|
1204
1198
|
],
|
@@ -1254,7 +1248,7 @@
|
|
1254
1248
|
{
|
1255
1249
|
"document": "",
|
1256
1250
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeUploadInfo\r\n&PkgName=test-drvier-api-1.0.0-SNAPSHOT.jar\r\n&PkgType=fatjar\r\n&PkgVersion=20190529xxxxxx\r\n&ApplicationId=application-xxxxxx\r\n&<公共请求参数>",
|
1257
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"7b3c781d-xxxx-47d4-xxxx-807a73291ff7\",\n \"Result\": {\n \"PkgId\": \"pkg-zzzzzz\",\n \"Bucket\": \"tsf-gz-123456789\",\n \"Region\": \"ap-guangzhou\",\n \"Path\": \"111111111/application-xxxxxxxx/20190529174449/test.jar\",\n \"Credentials\": {\n \"SessionToken\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n \"TmpAppId\": \"
|
1251
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7b3c781d-xxxx-47d4-xxxx-807a73291ff7\",\n \"Result\": {\n \"PkgId\": \"pkg-zzzzzz\",\n \"Bucket\": \"tsf-gz-123456789\",\n \"Region\": \"ap-guangzhou\",\n \"Path\": \"111111111/application-xxxxxxxx/20190529174449/test.jar\",\n \"Credentials\": {\n \"SessionToken\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n \"TmpAppId\": \"137227103\",\n \"TmpSecretId\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n \"TmpSecretKey\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n \"ExpiredTime\": 1559100000,\n \"Domain\": \"cos.ap-guangzhou.myqcloud.com\"\n }\n }\n }\n}",
|
1258
1252
|
"title": "获取上传程序包信息"
|
1259
1253
|
}
|
1260
1254
|
],
|
@@ -1429,8 +1423,8 @@
|
|
1429
1423
|
"ModifyGroup": [
|
1430
1424
|
{
|
1431
1425
|
"document": "",
|
1432
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=ModifyGroup\n&GroupId=group-9yn2q8yd\n&GroupName=
|
1433
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"
|
1426
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=ModifyGroup\n&GroupId=group-9yn2q8yd\n&GroupName=group-mock\n&<公共请求参数>",
|
1427
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"qoxw9-hwp2nx8-snm82-n82y3\"\n }\n}",
|
1434
1428
|
"title": "更新部署组详情"
|
1435
1429
|
}
|
1436
1430
|
],
|
@@ -1477,7 +1471,7 @@
|
|
1477
1471
|
"ModifyProgram": [
|
1478
1472
|
{
|
1479
1473
|
"document": "",
|
1480
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProgram\n<公共请求参数>\n\n{\n \"ProgramId\": \"
|
1474
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProgram\n<公共请求参数>\n\n{\n \"ProgramId\": \"program-6a79x94v\",\n \"ProgramName\": \"program-mock\",\n \"ProgramDesc\": \"this is a desc\",\n \"ProgramItemList\": [\n {\n \"ProgramItemId\": \"prog-item-6a79x94v\",\n \"Resource\": {\n \"ResourceId\": \"resource-6a79x94v\",\n \"ResourceCode\": \"code-mock\",\n \"ResourceName\": \"name-mock\",\n \"ServiceCode\": \"code-mock\",\n \"ResourceAction\": \"Action\",\n \"DeleteFlag\": true,\n \"ResourceDesc\": \"this is a desc\",\n \"CanSelectAll\": true,\n \"SearchWordField\": \"programId\",\n \"Index\": 0\n },\n \"ValueList\": [\n \"value1\"\n ],\n \"IsAll\": true,\n \"DeleteFlag\": true,\n \"ProgramId\": \"program-6a79x94v\"\n }\n ],\n \"EmptyProgramItemList\": true\n}",
|
1481
1475
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3b15ccd0-650a-4d9a-96d4-db8a55579d38\",\n \"Result\": true\n }\n}",
|
1482
1476
|
"title": "更新数据集"
|
1483
1477
|
}
|
@@ -1486,7 +1480,7 @@
|
|
1486
1480
|
{
|
1487
1481
|
"document": "修改任务",
|
1488
1482
|
"input": "https://tsf.tencentcloudapi.com/?Action=ModifyTask\n&TaskId=task-klwqrnlw\n&TaskName=demohaha\n&<公共请求参数>",
|
1489
|
-
"output": "{\
|
1483
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
1490
1484
|
"title": "修改任务"
|
1491
1485
|
}
|
1492
1486
|
],
|
@@ -1501,16 +1495,16 @@
|
|
1501
1495
|
"OperateApplicationTcrBinding": [
|
1502
1496
|
{
|
1503
1497
|
"document": "",
|
1504
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OperateApplicationTcrBinding\n<公共请求参数>\n\n{\n \"TcrRepoInfo\": {\n \"RegistryName\": \"
|
1505
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"
|
1498
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OperateApplicationTcrBinding\n<公共请求参数>\n\n{\n \"TcrRepoInfo\": {\n \"RegistryName\": \"register-name\",\n \"Namespace\": \"tsf_127273497\",\n \"Region\": \"1\",\n \"RegistryId\": \"ngxin\",\n \"RepoName\": \"ngxin\"\n },\n \"Command\": \"bind\",\n \"ApplicationId\": \"application-6a79x94v\"\n}",
|
1499
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
1506
1500
|
"title": "OperateApplicationTcrBinding"
|
1507
1501
|
}
|
1508
1502
|
],
|
1509
1503
|
"ReassociateBusinessLogConfig": [
|
1510
1504
|
{
|
1511
1505
|
"document": "",
|
1512
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=ReassociateBusinessLogConfig\
|
1513
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1506
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=ReassociateBusinessLogConfig\n&ApplicationId=application-6a79x94v\n&GroupId=group-6a79x94v\n&ConfigId=config-old\n&NewConfigId=config-new\n&<公共请求参数>",
|
1507
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
1514
1508
|
"title": "重关联业务日志配置"
|
1515
1509
|
}
|
1516
1510
|
],
|
@@ -1645,8 +1639,8 @@
|
|
1645
1639
|
"ShrinkGroup": [
|
1646
1640
|
{
|
1647
1641
|
"document": "",
|
1648
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=ShrinkGroup\n&GroupId=group-
|
1649
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"TaskId\": \"
|
1642
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=ShrinkGroup\n&GroupId=group-6a79x94v\n&<公共请求参数>",
|
1643
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TaskId\": \"task-6a79x94v\"\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
1650
1644
|
"title": "缩容虚拟机部署组"
|
1651
1645
|
}
|
1652
1646
|
],
|
@@ -1781,7 +1775,7 @@
|
|
1781
1775
|
"UpdateRepository": [
|
1782
1776
|
{
|
1783
1777
|
"document": "",
|
1784
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=UpdateRepository\
|
1778
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=UpdateRepository\n&RepositoryId=application-xxxxxxxx\n&RepositoryDesc=\"this is a new desc\"\n&<公共请求参数>",
|
1785
1779
|
"output": "{\n \"Response\": {\n \"RequestId\": \"718bc8d5-ccd5-4735-b6b2-c864661e20bc\",\n \"Result\": true\n }\n}",
|
1786
1780
|
"title": "更新仓库信息"
|
1787
1781
|
}
|