tccli 3.0.1243.1__py2.py3-none-any.whl → 3.0.1244.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/aca/v20210323/api.json +107 -107
- tccli/services/aca/v20210323/examples.json +5 -5
- tccli/services/asr/v20190614/examples.json +6 -6
- tccli/services/cbs/v20170312/api.json +9 -0
- tccli/services/cdwdoris/v20211228/api.json +22 -2
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/cls/v20201016/api.json +185 -156
- tccli/services/cls/v20201016/examples.json +5 -5
- tccli/services/cvm/v20170312/api.json +8 -8
- tccli/services/cvm/v20170312/examples.json +4 -4
- tccli/services/dts/v20211206/api.json +9 -0
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/ocr/ocr_client.py +38 -91
- tccli/services/ocr/v20181119/api.json +0 -187
- tccli/services/ocr/v20181119/examples.json +0 -8
- tccli/services/scf/scf_client.py +118 -65
- tccli/services/scf/v20180416/api.json +570 -475
- tccli/services/scf/v20180416/examples.json +52 -44
- tccli/services/tcb/v20180608/api.json +13 -13
- tccli/services/tcm/v20210413/api.json +45 -47
- tccli/services/tcr/v20190924/api.json +399 -371
- tccli/services/tcr/v20190924/examples.json +32 -32
- tccli/services/tke/v20180525/api.json +690 -590
- tccli/services/tke/v20180525/examples.json +128 -128
- tccli/services/vpc/v20170312/api.json +162 -134
- tccli/services/vpc/v20170312/examples.json +3 -3
- {tccli-3.0.1243.1.dist-info → tccli-3.0.1244.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1243.1.dist-info → tccli-3.0.1244.1.dist-info}/RECORD +33 -33
- {tccli-3.0.1243.1.dist-info → tccli-3.0.1244.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1243.1.dist-info → tccli-3.0.1244.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1243.1.dist-info → tccli-3.0.1244.1.dist-info}/license_files/LICENSE +0 -0
@@ -535,16 +535,16 @@
|
|
535
535
|
"DescribeInstances": [
|
536
536
|
{
|
537
537
|
"document": "",
|
538
|
-
"input": "
|
539
|
-
"output": "{\n \"Response\": {\n \"
|
538
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Registryids\": [\n \"tcr-dg284imq\"\n ]\n}",
|
539
|
+
"output": "{\n \"Response\": {\n \"Registries\": [\n {\n \"CreatedAt\": \"2024-07-19T15:33:22+08:00\",\n \"DeletionProtection\": true,\n \"EnableAnonymous\": true,\n \"ExpiredAt\": \"\",\n \"InternalEndpoint\": \"10.1.66.46\",\n \"PayMod\": 0,\n \"PublicDomain\": \"nicokang-tcr-gz.tencentcloudcr.com\",\n \"RegionId\": 1,\n \"RegionName\": \"ap-guangzhou\",\n \"RegistryId\": \"tcr-dg284imq\",\n \"RegistryName\": \"nicokang-tcr-gz\",\n \"RegistryType\": \"premium\",\n \"RenewFlag\": 0,\n \"Status\": \"Running\",\n \"TagSpecification\": {\n \"ResourceType\": \"instance\",\n \"Tags\": [\n {\n \"Key\": \"tcr-test2\",\n \"Value\": \"ericyyyang2\"\n },\n {\n \"Key\": \"tcr-test\",\n \"Value\": \"nicokang\"\n }\n ]\n },\n \"TokenValidTime\": 87600\n }\n ],\n \"RequestId\": \"06d6c73a-d845-4e20-a578-721a0cf7e268\",\n \"TotalCount\": 1\n }\n}",
|
540
540
|
"title": "查看实例列表"
|
541
541
|
}
|
542
542
|
],
|
543
543
|
"DescribeInternalEndpointDnsStatus": [
|
544
544
|
{
|
545
545
|
"document": "",
|
546
|
-
"input": "
|
547
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
546
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInternalEndpointDnsStatus\n<公共请求参数>\n\n{\n \"VpcSet\": [\n {\n \"InstanceId\": \"tcr-dg284imq\",\n \"VpcId\": \"vpc-9iazgkcl\",\n \"EniLBIp\": \"192.168.23.69\",\n \"UsePublicDomain\": true,\n \"RegionName\": \"ap-guangzhou\"\n }\n ]\n}",
|
547
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"56dac6c5-10a3-44c9-86cd-9e9be56bf4dd\",\n \"VpcSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"Status\": \"ENABLED\",\n \"VpcId\": \"vpc-9iazgkcl\"\n }\n ]\n }\n}",
|
548
548
|
"title": "查询私有域名解析状态"
|
549
549
|
}
|
550
550
|
],
|
@@ -559,8 +559,8 @@
|
|
559
559
|
"DescribeNamespacePersonal": [
|
560
560
|
{
|
561
561
|
"document": "",
|
562
|
-
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNamespacePersonal\n<公共请求参数>\n\n{\n \"Namespace\": \"
|
563
|
-
"output": "{\n \"Response\": {\n \"
|
562
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNamespacePersonal\n<公共请求参数>\n\n{\n \"Namespace\": \"nicokang\",\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
563
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"NamespaceCount\": 1,\n \"NamespaceInfo\": [\n {\n \"CreationTime\": \"2024-06-22 10:37:26\",\n \"Namespace\": \"nicokang\",\n \"RepoCount\": 10\n }\n ]\n },\n \"RequestId\": \"94a1d32a-4f73-4214-8864-6bafdda6b5f6\"\n }\n}",
|
564
564
|
"title": "查询个人版命名空间信息"
|
565
565
|
}
|
566
566
|
],
|
@@ -583,8 +583,8 @@
|
|
583
583
|
"DescribeReplicationInstanceCreateTasks": [
|
584
584
|
{
|
585
585
|
"document": "",
|
586
|
-
"input": "
|
587
|
-
"output": "{\n \"Response\": {\n \"
|
586
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReplicationInstanceCreateTasks\n<公共请求参数>\n\n{\n \"ReplicationRegistryId\": \"tcr-dg284imq-5-os5gcu\",\n \"ReplicationRegionId\": 5\n}",
|
587
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"72c8900b-f23e-42b3-9281-828a42d590a4\",\n \"Status\": \"SUCCESS\",\n \"TaskDetail\": [\n {\n \"CreatedTime\": \"2025-01-02T15:10:06+08:00\",\n \"FinishedTime\": \"2025-01-02T15:10:12+08:00\",\n \"TaskMessage\": \"\",\n \"TaskName\": \"SyncDBTask\",\n \"TaskStatus\": \"SUCCESS\",\n \"TaskUUID\": \"tcr-task-tcr-dg284imq-5-os5gcu-a152a2ca-2aee-4356-8bd9-09eea73c5c0a\"\n },\n {\n \"CreatedTime\": \"2025-01-02T15:10:06+08:00\",\n \"FinishedTime\": \"2025-01-02T15:10:12+08:00\",\n \"TaskMessage\": \"\",\n \"TaskName\": \"CreateTcrCrdTask\",\n \"TaskStatus\": \"SUCCESS\",\n \"TaskUUID\": \"tcr-task-tcr-dg284imq-5-os5gcu-d2c2b630-9417-44ea-b056-992de3289f90\"\n }\n ]\n }\n}",
|
588
588
|
"title": "查询创建从实例任务状态"
|
589
589
|
}
|
590
590
|
],
|
@@ -607,16 +607,16 @@
|
|
607
607
|
"DescribeRepositories": [
|
608
608
|
{
|
609
609
|
"document": "查询指定实例内全部镜像仓库",
|
610
|
-
"input": "
|
611
|
-
"output": "{\n \"Response\": {\n \"
|
610
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRepositories\n<公共请求参数>\n\n{\n \"RegistryId\": \"tcr-dg284imq\",\n \"NamespaceName\": \"multi-arch\",\n \"RepositoryName\": \"busybox\",\n \"Offset\": 1,\n \"Limit\": 10\n}",
|
611
|
+
"output": "{\n \"Response\": {\n \"RepositoryList\": [\n {\n \"BriefDescription\": \"busybox\",\n \"CreationTime\": \"2024-12-10 14:30:36.806284 +0000 UTC\",\n \"Description\": \"\",\n \"Name\": \"multi-arch/busybox\",\n \"Namespace\": \"multi-arch\",\n \"Public\": false,\n \"UpdateTime\": \"2024-12-10 14:30:36.806284 +0000 UTC\"\n }\n ],\n \"RequestId\": \"1cce5817-43d2-4f50-9fd5-e807d3ea0768\",\n \"TotalCount\": 1\n }\n}",
|
612
612
|
"title": "查询镜像仓库信息"
|
613
613
|
}
|
614
614
|
],
|
615
615
|
"DescribeRepositoryFilterPersonal": [
|
616
616
|
{
|
617
617
|
"document": "",
|
618
|
-
"input": "
|
619
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"PrivilegeFiltered\": false,\n \"RepoInfo\": [\n {\n \"
|
618
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRepositoryFilterPersonal\n<公共请求参数>\n\n{\n \"RepoName\": \"golang-test\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"Public\": 0,\n \"Namespace\": \"nicokang\"\n}",
|
619
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"PrivilegeFiltered\": false,\n \"RepoInfo\": [\n {\n \"CreationTime\": \"2024-11-09 16:11:32\",\n \"Description\": \"\",\n \"FavorCount\": 0,\n \"IsQcloudOfficial\": false,\n \"IsUserFavor\": false,\n \"Public\": 0,\n \"PullCount\": 0,\n \"RepoName\": \"nicokang/golang-test\",\n \"RepoType\": \"QCLOUD HUB\",\n \"TagCount\": 1,\n \"UpdateTime\": \"2024-11-12 17:29:20\"\n }\n ],\n \"Server\": \"ccr.ccs.tencentyun.com\",\n \"TotalCount\": 1\n },\n \"RequestId\": \"86ad9298-a532-4102-ba2a-b87b55e589fa\"\n }\n}",
|
620
620
|
"title": "获取满足输入搜索条件的个人版镜像仓库"
|
621
621
|
}
|
622
622
|
],
|
@@ -639,16 +639,16 @@
|
|
639
639
|
"DescribeSecurityPolicies": [
|
640
640
|
{
|
641
641
|
"document": "",
|
642
|
-
"input": "
|
643
|
-
"output": "{\n \"Response\": {\n \"SecurityPolicySet\": [\n {\n \"PolicyIndex\": 0,\n \"CidrBlock\": \"
|
642
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityPolicies\n<公共请求参数>\n\n{\n \"RegistryId\": \"tcr-dg284imq\"\n}",
|
643
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"23ff77a4-f5fc-4e2b-b0fa-c85c70676e6a\",\n \"SecurityPolicySet\": [\n {\n \"CidrBlock\": \"47.94.91.32/32\",\n \"Description\": \"\",\n \"PolicyIndex\": 0,\n \"PolicyVersion\": \"2\"\n },\n {\n \"CidrBlock\": \"0.0.0.0/0\",\n \"Description\": \"\",\n \"PolicyIndex\": 1,\n \"PolicyVersion\": \"2\"\n }\n ]\n }\n}",
|
644
644
|
"title": "查看实例安全策略"
|
645
645
|
}
|
646
646
|
],
|
647
647
|
"DescribeServiceAccounts": [
|
648
648
|
{
|
649
649
|
"document": "查询服务级账号",
|
650
|
-
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeServiceAccounts\n<公共请求参数>\n\n{\n \"RegistryId\": \"
|
651
|
-
"output": "{\n \"Response\": {\n \"ServiceAccounts\": [\n {\n \"
|
650
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeServiceAccounts\n<公共请求参数>\n\n{\n \"RegistryId\": \"tcr-dg284imq\",\n \"All\": true,\n \"EmbedPermission\": true,\n \"Filters\": [\n {\n \"Name\": \"ServiceAccountName\",\n \"Values\": [\n \"tcr$account_test\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
651
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6a0a32d8-3857-45d4-9f8a-e1d39efd8ac6\",\n \"ServiceAccounts\": [\n {\n \"CreateTime\": \"2024-12-30T14:44:31+08:00\",\n \"Description\": \"\",\n \"Disable\": false,\n \"ExpiresAt\": 1738133070653,\n \"Name\": \"tcr$account_test\",\n \"Permissions\": [\n {\n \"Actions\": [\n \"tcr:PullRepository\",\n \"tcr:DescribeHelmCharts\"\n ],\n \"Resource\": \"ns1\"\n },\n {\n \"Actions\": [\n \"tcr:PullRepository\",\n \"tcr:PushRepository\",\n \"tcr:CreateRepository\",\n \"tcr:CreateHelmChart\",\n \"tcr:DescribeHelmCharts\"\n ],\n \"Resource\": \"ns2\"\n }\n ],\n \"UpdateTime\": \"2024-12-30T14:44:31+08:00\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
652
652
|
"title": "查询服务级账号"
|
653
653
|
}
|
654
654
|
],
|
@@ -671,8 +671,8 @@
|
|
671
671
|
"DescribeTagRetentionRules": [
|
672
672
|
{
|
673
673
|
"document": "",
|
674
|
-
"input": "
|
675
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
674
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTagRetentionRules\n<公共请求参数>\n\n{\n \"RegistryId\": \"tcr-dg284imq\",\n \"NamespaceName\": \"ns2\",\n \"Limit\": 10,\n \"Offset\": 1\n}",
|
675
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3e5adfc9-766a-49c9-bd18-c8c0ca8c9050\",\n \"RetentionPolicyList\": [\n {\n \"CronSetting\": \"daily\",\n \"Disabled\": true,\n \"NamespaceName\": \"ns2\",\n \"NextExecutionTime\": \"2025-01-03T06:00:00+08:00\",\n \"RetentionId\": 18,\n \"RetentionRuleList\": [\n {\n \"Key\": \"latestPushedK\",\n \"Value\": 10\n }\n ]\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
676
676
|
"title": "查询镜像版本保留规则"
|
677
677
|
}
|
678
678
|
],
|
@@ -687,8 +687,8 @@
|
|
687
687
|
"DescribeWebhookTrigger": [
|
688
688
|
{
|
689
689
|
"document": "",
|
690
|
-
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebhookTrigger\n<公共请求参数>\n\n{\n \"
|
691
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
690
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebhookTrigger\n<公共请求参数>\n\n{\n \"RegistryId\": \"tcr-dg284imq\",\n \"Limit\": 10,\n \"Offset\": 1,\n \"Namespace\": \"ns1\"\n}",
|
691
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ca34c717-aba2-4307-a897-193343d10f39\",\n \"TotalCount\": 1,\n \"Triggers\": [\n {\n \"Condition\": \"golang\",\n \"Description\": \"\",\n \"Enabled\": true,\n \"EventTypes\": [\n \"pushImage\"\n ],\n \"Id\": 2,\n \"Name\": \"tirgger\",\n \"NamespaceId\": 1,\n \"Targets\": [\n {\n \"Address\": \"http://www.baidu.com\",\n \"Headers\": [\n {\n \"Key\": \"\",\n \"Values\": [\n \"undefined\"\n ]\n }\n ]\n }\n ]\n }\n ]\n }\n}",
|
692
692
|
"title": "查询触发器"
|
693
693
|
}
|
694
694
|
],
|
@@ -703,8 +703,8 @@
|
|
703
703
|
"DownloadHelmChart": [
|
704
704
|
{
|
705
705
|
"document": "",
|
706
|
-
"input": "
|
707
|
-
"output": "{\n \"Response\": {\n \"
|
706
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DownloadHelmChart\n<公共请求参数>\n\n{\n \"RegistryId\": \"tcr-dg284imq\",\n \"NamespaceName\": \"chart\",\n \"ChartName\": \"mychart\",\n \"ChartVersion\": \"0.1.0\"\n}",
|
707
|
+
"output": "{\n \"Response\": {\n \"Bucket\": \"tcr-dg284imq-1251707795\",\n \"ExpiredTime\": 1735531292,\n \"Path\": \"chart/mychart-0.1.0.tgz\",\n \"Region\": \"ap-guangzhou\",\n \"RequestId\": \"544d03c2-0eaf-422f-80f7-355d59ecec56\",\n \"StartTime\": 1735527692,\n \"TmpSecretId\": \"AKID3MccneCbtuvb4fJkrD9WhtldFVLLiN68dDuZsIz6UYZqgh6GSwYkkXlDM28lTEMn\",\n \"TmpSecretKey\": \"D+CIKDZ8tCG/WCDQ3ZW0P8jI2FTnAE4kDdfVJsXpx5k=\",\n \"TmpToken\": \"4oGxX3QwXFYLIyy01rbtYNzunag6Wp7ae7ac2c301dc22e35def4936b5f2adddbdlnEOlHBxFjaquqXiufCJ-rGUkrlGEzUpaXpEZEXpSN-Z9sVKhHzv4tTFRrCtBF36lC4II4ELiTyYemKJ5fyHGTSSe4hWnqOQaCKRTjRhd9LHr5e2SAhc3BiieW_Fmjr2IVWFAItWCZy4-uE-K5m56zrXM50Ye5Zp3d2fwqAKI5ZZYqsrV292gZj59wHX3KNOg_RHdrbLBSH3Qd5wsxEGDSAAWlfcNcsk5jbnJYhRQF29gyOgPSKoWCM17ZvsYsjdnN1E2Oi8Tkc8iud-K55C0rr1R4n5lCxD9AiJXfYFRDXXsRJHPuqzdWO5tmor8oBiWv_N-tcq_EdlPHcB_wYvxxOM1ezm73SX4QzE_mH7eQ\"\n }\n}",
|
708
708
|
"title": "下载Helm Chart"
|
709
709
|
}
|
710
710
|
],
|
@@ -789,20 +789,20 @@
|
|
789
789
|
"ModifyInstanceToken": [
|
790
790
|
{
|
791
791
|
"document": "",
|
792
|
-
"input": "
|
793
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
792
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstanceToken\n<公共请求参数>\n\n{\n \"TokenId\": \"ct3ucep1qcle9n4kmv00\",\n \"Enable\": false,\n \"RegistryId\": \"tcr-dg284imq\",\n \"Desc\": \"update desc\",\n \"ModifyFlag\": 1\n}",
|
793
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cff207ed-446a-4e62-8098-12b0c91a929b\"\n }\n}",
|
794
794
|
"title": "更新描述"
|
795
795
|
},
|
796
796
|
{
|
797
797
|
"document": "",
|
798
|
-
"input": "
|
799
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
798
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstanceToken\n<公共请求参数>\n\n{\n \"TokenId\": \"ct3ucep1qcle9n4kmv00\",\n \"Enable\": true,\n \"RegistryId\": \"tcr-dg284imq\",\n \"ModifyFlag\": 2\n}",
|
799
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b6e898ab-b817-43c6-9a51-31d3baaa2f68\"\n }\n}",
|
800
800
|
"title": "启用实例长期访问凭证"
|
801
801
|
},
|
802
802
|
{
|
803
803
|
"document": "",
|
804
|
-
"input": "
|
805
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
804
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstanceToken\n<公共请求参数>\n\n{\n \"TokenId\": \"ct3ucep1qcle9n4kmv00\",\n \"Enable\": false,\n \"RegistryId\": \"tcr-dg284imq\",\n \"ModifyFlag\": 2\n}",
|
805
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"14d569e1-e3cf-4399-a096-b6bd7b373240\"\n }\n}",
|
806
806
|
"title": "禁用实例长期访问凭证"
|
807
807
|
}
|
808
808
|
],
|
@@ -817,8 +817,8 @@
|
|
817
817
|
"ModifyRepository": [
|
818
818
|
{
|
819
819
|
"document": "",
|
820
|
-
"input": "
|
821
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
820
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRepository\n<公共请求参数>\n\n{\n \"RegistryId\": \"tcr-dg284imq\",\n \"NamespaceName\": \"ns1\",\n \"RepositoryName\": \"golang\",\n \"BriefDescription\": \"golang\",\n \"Description\": \"golang\"\n}",
|
821
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"488d0f66-ef02-4efc-a5e5-be8c9b39203e\"\n }\n}",
|
822
822
|
"title": "更新镜像仓库信息"
|
823
823
|
}
|
824
824
|
],
|
@@ -841,8 +841,8 @@
|
|
841
841
|
"ModifySecurityPolicy": [
|
842
842
|
{
|
843
843
|
"document": "",
|
844
|
-
"input": "
|
845
|
-
"output": "{\n \"Response\": {\n \"RegistryId\": \"tcr-
|
844
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityPolicy\n<公共请求参数>\n\n{\n \"RegistryId\": \"tcr-dg284imq\",\n \"PolicyIndex\": 2,\n \"CidrBlock\": \"3.3.3.3\",\n \"Description\": \"update access ip\"\n}",
|
845
|
+
"output": "{\n \"Response\": {\n \"RegistryId\": \"tcr-dg284imq\",\n \"RequestId\": \"057c8440-07a9-4e00-a7cd-8be2372dfb90\"\n }\n}",
|
846
846
|
"title": "更新实例外网白名单"
|
847
847
|
}
|
848
848
|
],
|