tccli 3.0.1347.1__py2.py3-none-any.whl → 3.0.1349.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/__init__.py +3 -76
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/{smpn/smpn_client.py → ai3d/ai3d_client.py} +17 -17
- tccli/services/ai3d/v20250513/api.json +239 -0
- tccli/services/ai3d/v20250513/examples.json +21 -0
- tccli/services/aiart/v20221229/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +11 -0
- tccli/services/batch/v20170312/api.json +44 -0
- tccli/services/cdb/v20170320/api.json +8 -8
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -5
- tccli/services/cdwdoris/v20211228/api.json +145 -7
- tccli/services/cfg/v20210820/api.json +20 -0
- tccli/services/cfs/v20190719/api.json +10 -10
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +272 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/csip/csip_client.py +833 -144
- tccli/services/csip/v20221121/api.json +3304 -1436
- tccli/services/csip/v20221121/examples.json +104 -0
- tccli/services/cvm/v20170312/api.json +64 -1
- tccli/services/cwp/v20180228/api.json +9 -0
- tccli/services/cwp/v20180228/examples.json +6 -0
- tccli/services/emr/v20190103/api.json +217 -2
- tccli/services/es/v20250101/api.json +22 -0
- tccli/services/ess/v20201111/api.json +10 -1
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/gs/v20191118/api.json +38 -0
- tccli/services/igtm/igtm_client.py +159 -0
- tccli/services/igtm/v20231024/api.json +577 -0
- tccli/services/igtm/v20231024/examples.json +24 -0
- tccli/services/iotexplorer/v20190423/api.json +3 -3
- tccli/services/lcic/lcic_client.py +53 -0
- tccli/services/lcic/v20220817/api.json +53 -0
- tccli/services/lcic/v20220817/examples.json +8 -0
- tccli/services/live/v20180801/api.json +203 -1
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +248 -2
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/mrs/v20200910/api.json +10 -0
- tccli/services/nlp/nlp_client.py +4 -322
- tccli/services/nlp/v20190408/api.json +0 -459
- tccli/services/nlp/v20190408/examples.json +0 -48
- tccli/services/ocr/v20181119/api.json +97 -11
- tccli/services/omics/v20221128/api.json +38 -0
- tccli/services/redis/v20180412/api.json +6 -6
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/ses/v20201002/api.json +100 -5
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcb/v20180608/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +19 -0
- tccli/services/teo/teo_client.py +281 -16
- tccli/services/teo/v20220901/api.json +611 -6
- tccli/services/teo/v20220901/examples.json +48 -2
- tccli/services/tione/v20211111/api.json +16 -0
- tccli/services/tke/tke_client.py +57 -4
- tccli/services/tke/v20180525/api.json +24 -24
- tccli/services/tke/v20220501/api.json +52 -0
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tmt/v20180321/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +4 -4
- tccli/services/vclm/v20240523/api.json +3 -3
- tccli/services/vod/v20180717/api.json +5 -5
- tccli/services/vod/v20180717/examples.json +9 -9
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/vrs/v20200824/api.json +1 -1
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/RECORD +73 -171
- tccli/services/cis/__init__.py +0 -4
- tccli/services/cis/cis_client.py +0 -525
- tccli/services/cis/v20180408/api.json +0 -737
- tccli/services/cis/v20180408/examples.json +0 -93
- tccli/services/dataintegration/__init__.py +0 -4
- tccli/services/dataintegration/dataintegration_client.py +0 -207
- tccli/services/dataintegration/v20220613/api.json +0 -87
- tccli/services/dataintegration/v20220613/examples.json +0 -13
- tccli/services/dtf/__init__.py +0 -4
- tccli/services/dtf/dtf_client.py +0 -207
- tccli/services/dtf/v20200506/api.json +0 -274
- tccli/services/dtf/v20200506/examples.json +0 -13
- tccli/services/gpm/__init__.py +0 -4
- tccli/services/gpm/gpm_client.py +0 -1108
- tccli/services/gpm/v20200820/api.json +0 -1959
- tccli/services/gpm/v20200820/examples.json +0 -149
- tccli/services/gse/__init__.py +0 -4
- tccli/services/gse/gse_client.py +0 -4076
- tccli/services/gse/v20191112/api.json +0 -7095
- tccli/services/gse/v20191112/examples.json +0 -615
- tccli/services/iecp/__init__.py +0 -4
- tccli/services/iecp/iecp_client.py +0 -4500
- tccli/services/iecp/v20210914/api.json +0 -9770
- tccli/services/iecp/v20210914/examples.json +0 -691
- tccli/services/iir/__init__.py +0 -4
- tccli/services/iir/iir_client.py +0 -207
- tccli/services/iir/v20200417/api.json +0 -204
- tccli/services/iir/v20200417/examples.json +0 -13
- tccli/services/iottid/__init__.py +0 -4
- tccli/services/iottid/iottid_client.py +0 -631
- tccli/services/iottid/v20190411/api.json +0 -553
- tccli/services/iottid/v20190411/examples.json +0 -95
- tccli/services/mgobe/__init__.py +0 -4
- tccli/services/mgobe/mgobe_client.py +0 -530
- tccli/services/mgobe/v20190929/api.json +0 -52
- tccli/services/mgobe/v20190929/examples.json +0 -13
- tccli/services/mgobe/v20201014/api.json +0 -671
- tccli/services/mgobe/v20201014/examples.json +0 -61
- tccli/services/mvj/__init__.py +0 -4
- tccli/services/mvj/mvj_client.py +0 -207
- tccli/services/mvj/v20190926/api.json +0 -123
- tccli/services/mvj/v20190926/examples.json +0 -19
- tccli/services/pds/__init__.py +0 -4
- tccli/services/pds/pds_client.py +0 -260
- tccli/services/pds/v20210701/api.json +0 -193
- tccli/services/pds/v20210701/examples.json +0 -21
- tccli/services/smpn/__init__.py +0 -4
- tccli/services/smpn/v20190822/api.json +0 -191
- tccli/services/smpn/v20190822/examples.json +0 -21
- tccli/services/solar/__init__.py +0 -4
- tccli/services/solar/solar_client.py +0 -1055
- tccli/services/solar/v20181011/api.json +0 -1760
- tccli/services/solar/v20181011/examples.json +0 -125
- tccli/services/tan/__init__.py +0 -4
- tccli/services/tan/tan_client.py +0 -207
- tccli/services/tan/v20220420/api.json +0 -65
- tccli/services/tan/v20220420/examples.json +0 -19
- tccli/services/tav/__init__.py +0 -4
- tccli/services/tav/tav_client.py +0 -366
- tccli/services/tav/v20190118/api.json +0 -262
- tccli/services/tav/v20190118/examples.json +0 -37
- tccli/services/tbm/__init__.py +0 -4
- tccli/services/tbm/tbm_client.py +0 -631
- tccli/services/tbm/v20180129/api.json +0 -1037
- tccli/services/tbm/v20180129/examples.json +0 -77
- tccli/services/tcex/__init__.py +0 -4
- tccli/services/tcex/tcex_client.py +0 -260
- tccli/services/tcex/v20200727/api.json +0 -158
- tccli/services/tcex/v20200727/examples.json +0 -21
- tccli/services/tci/__init__.py +0 -4
- tccli/services/tci/tci_client.py +0 -2327
- tccli/services/tci/v20190318/api.json +0 -4958
- tccli/services/tci/v20190318/examples.json +0 -333
- tccli/services/tic/__init__.py +0 -4
- tccli/services/tic/tic_client.py +0 -843
- tccli/services/tic/v20201117/api.json +0 -1067
- tccli/services/tic/v20201117/examples.json +0 -121
- tccli/services/ticm/__init__.py +0 -4
- tccli/services/ticm/ticm_client.py +0 -313
- tccli/services/ticm/v20181127/api.json +0 -1391
- tccli/services/ticm/v20181127/examples.json +0 -53
- tccli/services/tics/__init__.py +0 -4
- tccli/services/tics/tics_client.py +0 -366
- tccli/services/tics/v20181115/api.json +0 -694
- tccli/services/tics/v20181115/examples.json +0 -37
- tccli/services/tiems/__init__.py +0 -4
- tccli/services/tiems/tiems_client.py +0 -1479
- tccli/services/tiems/v20190416/api.json +0 -3144
- tccli/services/tiems/v20190416/examples.json +0 -217
- tccli/services/trdp/__init__.py +0 -4
- tccli/services/trdp/trdp_client.py +0 -207
- tccli/services/trdp/v20220726/api.json +0 -843
- tccli/services/trdp/v20220726/examples.json +0 -13
- tccli/services/ump/__init__.py +0 -4
- tccli/services/ump/ump_client.py +0 -1055
- tccli/services/ump/v20200918/api.json +0 -2168
- tccli/services/ump/v20200918/examples.json +0 -141
- tccli/services/youmall/__init__.py +0 -4
- tccli/services/youmall/v20180228/api.json +0 -3572
- tccli/services/youmall/v20180228/examples.json +0 -313
- tccli/services/youmall/youmall_client.py +0 -1797
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,691 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"actions": {
|
3
|
-
"BuildMessageRoute": [
|
4
|
-
{
|
5
|
-
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BuildMessageRoute\n<公共请求参数>\n\n{\n \"SourceUnitIDList\": [\n 0\n ],\n \"TopicFilter\": \"0event\",\n \"Descript\": \"\",\n \"RouteName\": \"test\",\n \"SourceDeviceNameList\": [\n \"link02\"\n ],\n \"Mode\": \"topic-datasource\",\n \"SourceProductID\": \"SA4RZ3NLIM\"\n}",
|
7
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
8
|
-
"title": "BuildMessageRoute"
|
9
|
-
}
|
10
|
-
],
|
11
|
-
"CreateConfigMap": [
|
12
|
-
{
|
13
|
-
"document": "",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConfigMap\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"ConfigMapName\": \"test\",\n \"ConfigMapNamespace\": \"default\",\n \"ConfigMapData\": [\n {\n \"Key\": \"username\",\n \"Value\": \"iecp\"\n }\n ]\n}",
|
15
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"72d540a0-ed11-4370-b977-96c6c224a1d8\"\n }\n}",
|
16
|
-
"title": "CreateConfigMap"
|
17
|
-
}
|
18
|
-
],
|
19
|
-
"CreateEdgeNode": [
|
20
|
-
{
|
21
|
-
"document": "",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEdgeNode\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1,\n \"Name\": \"test\"\n}",
|
23
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"9deb87cc-82c5-4384-aa94-ad99c42e74d9\"\n }\n}",
|
24
|
-
"title": "创建边缘节点"
|
25
|
-
}
|
26
|
-
],
|
27
|
-
"CreateEdgeNodeBatch": [
|
28
|
-
{
|
29
|
-
"document": "",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEdgeNodeBatch\n<公共请求参数>\n\n{\n \"Nodes\": [\n {\n \"Remark\": \"20220911\",\n \"SN\": \"SN2232323\",\n \"Name\": \"snnode\"\n }\n ],\n \"EdgeUnitId\": \"100026\"\n}",
|
31
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"82b8436a-1d51-4e33-8036-6a6c5b854056\"\n }\n}",
|
32
|
-
"title": "批量预添加节点"
|
33
|
-
}
|
34
|
-
],
|
35
|
-
"CreateEdgeNodeGroup": [
|
36
|
-
{
|
37
|
-
"document": "",
|
38
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEdgeNodeGroup\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1,\n \"Name\": \"test\"\n}",
|
39
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"434b1d81-c4d7-4136-8dec-efc0fa86475b\"\n }\n}",
|
40
|
-
"title": "创建NodeGroup"
|
41
|
-
}
|
42
|
-
],
|
43
|
-
"CreateEdgeNodeUnitTemplate": [
|
44
|
-
{
|
45
|
-
"document": "",
|
46
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEdgeNodeUnitTemplate\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"Name\": \"auto-code1\",\n \"Namespace\": \"default\",\n \"Nodes\": [\n \"logofox\",\n \"node2\",\n \"dev00311\"\n ],\n \"Description\": \"Description\"\n}",
|
47
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
48
|
-
"title": "创建边缘单元NodeUnit模板"
|
49
|
-
}
|
50
|
-
],
|
51
|
-
"CreateEdgeUnitCloud": [
|
52
|
-
{
|
53
|
-
"document": "",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEdgeUnitCloud\n<公共请求参数>\n\n{\n \"VpcId\": \"\",\n \"ServiceCIDR\": \"\",\n \"Name\": \"test\",\n \"K8sVersion\": \"1.16.7\",\n \"PodCIDR\": \"\",\n \"Description\": \"测试字符串\"\n}",
|
55
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c9db252c-5dd2-448c-a440-86310ca3df22\",\n \"ClusterId\": \"cls-f3cj2nxz\",\n \"EdgeUnitId\": 3\n }\n}",
|
56
|
-
"title": "示例"
|
57
|
-
},
|
58
|
-
{
|
59
|
-
"document": "",
|
60
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEdgeUnitCloud\n<公共请求参数>\n\n{\n \"Name\": \"console-api-2\",\n \"K8sVersion\": \"1.18.2\",\n \"VpcId\": \"vpc-aib5u94x\",\n \"Description\": \"from console api\"\n}",
|
61
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"ClusterId\": \"cls-1dc9nu0m\",\n \"EdgeUnitId\": 100003\n }\n}",
|
62
|
-
"title": "创建集群"
|
63
|
-
},
|
64
|
-
{
|
65
|
-
"document": "",
|
66
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEdgeUnitCloud\n<公共请求参数>\n\n{\n \"Name\": \"ddddqq\",\n \"K8sVersion\": \"1.18.2\"\n}",
|
67
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"dbcda022-d686-4972-a359-9707eeaca26d\",\n \"ClusterId\": \"cls-jpc2ub99\",\n \"EdgeUnitId\": 100027\n }\n}",
|
68
|
-
"title": "创建边缘集群"
|
69
|
-
}
|
70
|
-
],
|
71
|
-
"CreateEdgeUnitDevices": [
|
72
|
-
{
|
73
|
-
"document": "",
|
74
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEdgeUnitDevices\n<公共请求参数>\n\n{\n \"DeviceNames\": [\n \"link02\",\n \"link01\"\n ],\n \"EdgeUnitId\": 100067,\n \"ProductId\": \"SA4RZ3NLIM\"\n}",
|
75
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"f1ba65ee-80cd-4462-80ff-79620c149c12\"\n }\n}",
|
76
|
-
"title": "CreateEdgeUnitDevices"
|
77
|
-
}
|
78
|
-
],
|
79
|
-
"CreateIotDevice": [
|
80
|
-
{
|
81
|
-
"document": "",
|
82
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIotDevice\n<公共请求参数>\n\n{\n \"DeviceName\": \"link\",\n \"Description\": \"测试\",\n \"ProductId\": \"SA4RZ3NLIM\"\n}",
|
83
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
84
|
-
"title": "创建子设备"
|
85
|
-
}
|
86
|
-
],
|
87
|
-
"CreateMessageRoute": [
|
88
|
-
{
|
89
|
-
"document": "",
|
90
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMessageRoute\n<公共请求参数>\n\n{\n \"RouteName\": \"\",\n \"Descript\": \"test\"\n}",
|
91
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c6b8f9ff-b3c2-4faa-af7c-4574ac612f89\",\n \"RouteID\": 1000008\n }\n}",
|
92
|
-
"title": "CreateMessageRoute"
|
93
|
-
}
|
94
|
-
],
|
95
|
-
"CreateNamespace": [
|
96
|
-
{
|
97
|
-
"document": "",
|
98
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNamespace\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"Namespace\": \"default\"\n}",
|
99
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"72d540a0-ed11-4370-b977-96c6c224a1d8\"\n }\n}",
|
100
|
-
"title": "CreateNamespace"
|
101
|
-
}
|
102
|
-
],
|
103
|
-
"CreateSecret": [
|
104
|
-
{
|
105
|
-
"document": "",
|
106
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSecret\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"SecretName\": \"iecp\",\n \"SecretNamespace\": \"default\",\n \"SecretType\": \"DockerConfigJson\",\n \"DockerConfigJson\": \"\"\n}",
|
107
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"137ac961-6173-4250-995f-4769cd41c945\"\n }\n}",
|
108
|
-
"title": "CreateSecret"
|
109
|
-
}
|
110
|
-
],
|
111
|
-
"CreateUpdateNodeUnit": [
|
112
|
-
{
|
113
|
-
"document": "",
|
114
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUpdateNodeUnit\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1,\n \"Namespace\": \"default\",\n \"NodeGroupName\": \"test\",\n \"NodeUnitName\": \"testunit\"\n}",
|
115
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"cb461dbc-de1a-4618-9536-f1d3d18a2e1e\"\n }\n}",
|
116
|
-
"title": "创建NodeUnit"
|
117
|
-
}
|
118
|
-
],
|
119
|
-
"CreateUserToken": [
|
120
|
-
{
|
121
|
-
"document": "",
|
122
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserToken\n<公共请求参数>\n\n{\n \"Second\": 0\n}",
|
123
|
-
"output": "{\n \"Response\": {\n \"Token\": \"xx\",\n \"RequestId\": \"xx\"\n }\n}",
|
124
|
-
"title": "CreateUserToken"
|
125
|
-
}
|
126
|
-
],
|
127
|
-
"DeleteConfigMap": [
|
128
|
-
{
|
129
|
-
"document": "",
|
130
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteConfigMap\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"ConfigMapName\": \"iecp\",\n \"ConfigMapNamespace\": \"default\"\n}",
|
131
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"72d540a0-ed11-4370-b977-96c6c224a1d8\"\n }\n}",
|
132
|
-
"title": "DeleteConfigMap"
|
133
|
-
}
|
134
|
-
],
|
135
|
-
"DeleteEdgeNodeGroup": [
|
136
|
-
{
|
137
|
-
"document": "",
|
138
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteEdgeNodeGroup\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1,\n \"Name\": \"test\"\n}",
|
139
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d76da5da-4f06-4271-8263-5ec55931c444\"\n }\n}",
|
140
|
-
"title": "删除边缘单元NodeGroup"
|
141
|
-
}
|
142
|
-
],
|
143
|
-
"DeleteEdgeNodeUnitTemplates": [
|
144
|
-
{
|
145
|
-
"document": "",
|
146
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteEdgeNodeUnitTemplates\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"NodeUnitTemplateIDs\": [\n 100000,\n 100003\n ]\n}",
|
147
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
148
|
-
"title": "删除边缘单元NodeUnit模板"
|
149
|
-
}
|
150
|
-
],
|
151
|
-
"DeleteEdgeNodes": [
|
152
|
-
{
|
153
|
-
"document": "",
|
154
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteEdgeNodes\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 100055,\n \"NodeIds\": [\n 100153\n ]\n}",
|
155
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"91d152c8-849c-438e-bf90-d2154dde7a03\"\n }\n}",
|
156
|
-
"title": "批量删除边缘节点"
|
157
|
-
}
|
158
|
-
],
|
159
|
-
"DeleteEdgeUnitCloud": [
|
160
|
-
{
|
161
|
-
"document": "",
|
162
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteEdgeUnitCloud\n<公共请求参数>\n\n{\n \"EdgeUnitId\": \"3\"\n}",
|
163
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c37f7877-9e94-48e6-8b0e-877a54dfea11\"\n }\n}",
|
164
|
-
"title": "示例"
|
165
|
-
}
|
166
|
-
],
|
167
|
-
"DeleteEdgeUnitDeployGridItem": [
|
168
|
-
{
|
169
|
-
"document": "",
|
170
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteEdgeUnitDeployGridItem\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"GridItemName\": \"logo-dg-privileged1111-logofox\",\n \"Namespace\": \"default\",\n \"WorkloadKind\": \"DeploymentGrid\"\n}",
|
171
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
172
|
-
"title": "重新部署边缘单元指定Grid下应用"
|
173
|
-
}
|
174
|
-
],
|
175
|
-
"DeleteEdgeUnitDevices": [
|
176
|
-
{
|
177
|
-
"document": "",
|
178
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteEdgeUnitDevices\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 100067,\n \"Devices\": [\n {\n \"DeviceName\": \"link02\",\n \"ProductId\": \"SA4RZ3NLIM\"\n }\n ]\n}",
|
179
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"6aa02c8e-6f5f-4b7d-819a-4d1ef1ad210f\"\n }\n}",
|
180
|
-
"title": "DeleteEdgeUnitDevices"
|
181
|
-
}
|
182
|
-
],
|
183
|
-
"DeleteEdgeUnitPod": [
|
184
|
-
{
|
185
|
-
"document": "",
|
186
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteEdgeUnitPod\n<公共请求参数>\n\n{\n \"ClusterID\": \"ap-xxx#cls-xxxx\",\n \"PodName\": \"aaa-aa\",\n \"Namespace\": \"default\"\n}",
|
187
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
188
|
-
"title": "删除指定pod"
|
189
|
-
}
|
190
|
-
],
|
191
|
-
"DeleteIotDevice": [
|
192
|
-
{
|
193
|
-
"document": "",
|
194
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteIotDevice\n<公共请求参数>\n\n{\n \"DeviceId\": 1002012\n}",
|
195
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
196
|
-
"title": "DeleteIotDevice"
|
197
|
-
}
|
198
|
-
],
|
199
|
-
"DeleteIotDeviceBatch": [
|
200
|
-
{
|
201
|
-
"document": "",
|
202
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteIotDeviceBatch\n<公共请求参数>\n\n{\n \"DeviceIDList\": [\n 100048\n ]\n}",
|
203
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"857cc235-24f6-47aa-a8af-278cb22c6a60\"\n }\n}",
|
204
|
-
"title": "DeleteIotDeviceBatch"
|
205
|
-
}
|
206
|
-
],
|
207
|
-
"DeleteMessageRoute": [
|
208
|
-
{
|
209
|
-
"document": "",
|
210
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMessageRoute\n<公共请求参数>\n\n{\n \"RouteID\": 0\n}",
|
211
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
212
|
-
"title": "DeleteMessageRoute"
|
213
|
-
}
|
214
|
-
],
|
215
|
-
"DeleteNamespace": [
|
216
|
-
{
|
217
|
-
"document": "",
|
218
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteNamespace\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"Namespace\": \"default\"\n}",
|
219
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"72d540a0-ed11-4370-b977-96c6c224a1d8\"\n }\n}",
|
220
|
-
"title": "DeleteNamespace"
|
221
|
-
}
|
222
|
-
],
|
223
|
-
"DeleteNodeUnit": [
|
224
|
-
{
|
225
|
-
"document": "",
|
226
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteNodeUnit\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1,\n \"NodeGroupName\": \"test\",\n \"NodeUnitName\": \"testunit\"\n}",
|
227
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"68a6c8c4-7395-46ae-9774-d343c243c401\"\n }\n}",
|
228
|
-
"title": "删除边缘单元NodeUnit"
|
229
|
-
}
|
230
|
-
],
|
231
|
-
"DeleteSecret": [
|
232
|
-
{
|
233
|
-
"document": "",
|
234
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSecret\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"SecretName\": \"iecp\",\n \"SecretNamespace\": \"default\"\n}",
|
235
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"137ac961-6173-4250-995f-4769cd41c945\"\n }\n}",
|
236
|
-
"title": "DeleteSecret"
|
237
|
-
}
|
238
|
-
],
|
239
|
-
"DescribeConfigMap": [
|
240
|
-
{
|
241
|
-
"document": "",
|
242
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigMap\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"ConfigMapName\": \"iecp\"\n}",
|
243
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"72d540a0-ed11-4370-b977-96c6c224a1d8\",\n \"Name\": \"test\",\n \"Namespace\": \"default\",\n \"Yaml\": \"\",\n \"Json\": \"\",\n \"CreateTime\": \"2021-01-01 00:00:00\"\n }\n}",
|
244
|
-
"title": "DescribeConfigMap"
|
245
|
-
}
|
246
|
-
],
|
247
|
-
"DescribeConfigMapYamlError": [
|
248
|
-
{
|
249
|
-
"document": "",
|
250
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigMapYamlError\n<公共请求参数>\n\n{\n \"Yaml\": \"\"\n}",
|
251
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"137ac961-6173-4250-995f-4769cd41c945\",\n \"CheckPass\": false,\n \"ErrType\": 1,\n \"ErrInfo\": \"\"\n }\n}",
|
252
|
-
"title": "DescribeConfigMapYamlError"
|
253
|
-
}
|
254
|
-
],
|
255
|
-
"DescribeConfigMaps": [
|
256
|
-
{
|
257
|
-
"document": "",
|
258
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigMaps\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"NamePattern\": \"test\",\n \"ConfigMapNamespace\": \"default\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"Sort\": {\n \"Field\": \"CreateTime\",\n \"Order\": \"ASC\"\n }\n}",
|
259
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"72d540a0-ed11-4370-b977-96c6c224a1d8\",\n \"Items\": [\n {\n \"Name\": \"test\",\n \"Namespace\": \"default\",\n \"CreateTime\": \"2021-01-01 00:00:00\"\n }\n ]\n }\n}",
|
260
|
-
"title": "DescribeConfigMaps"
|
261
|
-
}
|
262
|
-
],
|
263
|
-
"DescribeDracoEdgeNodeInstaller": [
|
264
|
-
{
|
265
|
-
"document": "",
|
266
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDracoEdgeNodeInstaller\n<公共请求参数>\n\n{\n \"SN\": \"SN2232323\"\n}",
|
267
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"115d57b3-6936-42a3-a9b7-1d84667c4e66\",\n \"OnlineInstallationCommand\": \"wget --header=\\\"x-cos-token:9h7Mq2zHoDK5mx3B\\\" https://tke-edge-1253687700.cos.accelerate.myqcloud.com/user-pkgs%2Fcls-9ab5x7749100009935455ap-guangzhou%2Fedgectl?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDUnpa4HDtIQHsDH4g15sOedLlvoQlpc8N%26q-sign-time%3D1647844231%3B1647847831%26q-key-time%3D1647844231%3B1647847831%26q-header-list%3Dx-cos-token%26q-url-param-list%3D%26q-signature%3D8345b0e5625d05bafa06bd2a898cf -O edgectl && chmod +x edgectl && ./edgectl install -n dddd\"\n }\n}",
|
268
|
-
"title": "获取draco设备安装脚本"
|
269
|
-
}
|
270
|
-
],
|
271
|
-
"DescribeEdgeAgentNodeInstaller": [
|
272
|
-
{
|
273
|
-
"document": "",
|
274
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeAgentNodeInstaller\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 100055,\n \"NodeId\": 100153\n}",
|
275
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"91d152c8-849c-438e-bf90-d2154dde7a03\",\n \"Online\": {\n \"ScriptName\": \"edgectl\",\n \"ScriptDownloadUrl\": \"\",\n \"Guide\": \"\"\n }\n }\n}",
|
276
|
-
"title": "获取节点安装信息"
|
277
|
-
}
|
278
|
-
],
|
279
|
-
"DescribeEdgeDefaultVpc": [
|
280
|
-
{
|
281
|
-
"document": "",
|
282
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeDefaultVpc\n<公共请求参数>\n\n{}",
|
283
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"439a95cd-46d7-4c04-a896-141f9198f0fd\",\n \"VpcId\": \"vpc-44crlhxe\",\n \"VpcCidrBlock\": \"10.0.0.0/16\",\n \"SubnetId\": \"subnet-d52egb92\",\n \"SubnetCidrBlock\": \"10.0.0.0/24\"\n }\n}",
|
284
|
-
"title": "示例"
|
285
|
-
}
|
286
|
-
],
|
287
|
-
"DescribeEdgeNode": [
|
288
|
-
{
|
289
|
-
"document": "",
|
290
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeNode\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"NodeId\": 2\n}",
|
291
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"7b6f5a4f-35d3-4cb4-8282-34d7062b30a3\",\n \"Id\": 100154,\n \"Kind\": \"Agent\",\n \"Name\": \"test01\",\n \"Status\": 4,\n \"CpuArchitecture\": \"\",\n \"AiChipArchitecture\": \"\",\n \"Ip\": \"\",\n \"Labels\": [\n {\n \"Key\": \"beta.kubernetes.io/arch\",\n \"Value\": \"amd64\",\n \"Protected\": true\n },\n {\n \"Key\": \"beta.kubernetes.io/os\",\n \"Value\": \"linux\",\n \"Protected\": true\n }\n ],\n \"Resource\": {\n \"AllocatedCPU\": \"3800m\",\n \"TotalCPU\": \"4\",\n \"AllocatedMemory\": \"6887172Ki\",\n \"TotalMemory\": \"8013572Ki\",\n \"AllocatedGPU\": null,\n \"TotalGPU\": null,\n \"AvailableCPU\": null,\n \"AvailableMemory\": null,\n \"AvailableGPU\": null\n }\n }\n}",
|
292
|
-
"title": "获取边缘节点信息"
|
293
|
-
}
|
294
|
-
],
|
295
|
-
"DescribeEdgeNodePodContainers": [
|
296
|
-
{
|
297
|
-
"document": "",
|
298
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeNodePodContainers\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1,\n \"NodeId\": 1,\n \"PodName\": \"aaa-aa\",\n \"Namespace\": \"default\"\n}",
|
299
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"ContainerSet\": [\n {\n \"Name\": \"aaa-aa\",\n \"Id\": \"aaa\",\n \"Image\": \"nginx:latest\",\n \"CpuRequest\": \"250m\",\n \"CpuLimit\": \"500m\",\n \"MemoryRequest\": \"512Mi\",\n \"MemoryLimit\": \"1Gi\",\n \"RestartCount\": 0,\n \"Status\": \"Running\"\n }\n ]\n }\n}",
|
300
|
-
"title": "查询节点Pod内的容器列表"
|
301
|
-
}
|
302
|
-
],
|
303
|
-
"DescribeEdgeNodePods": [
|
304
|
-
{
|
305
|
-
"document": "",
|
306
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeNodePods\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1,\n \"NodeId\": 1,\n \"Namespace\": \"default\"\n}",
|
307
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"PodSet\": [\n {\n \"Name\": \"aaa-aaa\",\n \"Status\": \"Running\",\n \"NodeIp\": \"1.2.3.4\",\n \"Ip\": \"1.2.3.5\",\n \"CpuRequest\": \"250m\",\n \"MemoryRequest\": \"512Mi\",\n \"WorkloadType\": \"Deployment\",\n \"WorkloadName\": \"aaa\",\n \"StartTime\": \"2020-01-01 00:00:00\",\n \"RestartCount\": 0,\n \"ClusterID\": \"cls-xxxxx\"\n }\n ]\n }\n}",
|
308
|
-
"title": "查询节点Pod列表"
|
309
|
-
}
|
310
|
-
],
|
311
|
-
"DescribeEdgeNodeRemarkList": [
|
312
|
-
{
|
313
|
-
"document": "",
|
314
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeNodeRemarkList\n<公共请求参数>\n\n{\n \"EdgeUnitId\": \"100026\"\n}",
|
315
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"b15640f7-a4e4-4ce4-b418-1b864ba7569d\",\n \"Remarks\": [\n \"20220911\"\n ]\n }\n}",
|
316
|
-
"title": "获取边缘集群节点备注列表"
|
317
|
-
}
|
318
|
-
],
|
319
|
-
"DescribeEdgeNodes": [
|
320
|
-
{
|
321
|
-
"document": "",
|
322
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeNodes\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"Sort\": [\n {\n \"Field\": \"Name\",\n \"Order\": \"ASC\"\n }\n ]\n}",
|
323
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"4c815bfa-0a61-4676-91c7-452ad56a373a\",\n \"TotalCount\": 1,\n \"NodeSet\": [\n {\n \"Id\": 100152,\n \"Name\": \"test-test01\",\n \"Status\": 1,\n \"CpuArchitecture\": \"amd64\",\n \"Resource\": {\n \"AllocatedCPU\": \"120m\",\n \"TotalCPU\": \"4000m\",\n \"AllocatedMemory\": \"0.15\",\n \"TotalMemory\": \"7.64\",\n \"AllocatedGPU\": \"\",\n \"TotalGPU\": \"\",\n \"AvailableCPU\": \"\",\n \"AvailableMemory\": \"6.42\",\n \"AvailableGPU\": \"0\"\n },\n \"Ip\": \"192.168.8.102\",\n \"CreateTime\": \"2021-01-01 11:00:00\",\n \"OperatingSystem\": \"CentOS Linux 7 (Core)\",\n \"NodeUnits\": null\n }\n ]\n }\n}",
|
324
|
-
"title": "查询边缘节点列表"
|
325
|
-
}
|
326
|
-
],
|
327
|
-
"DescribeEdgeOperationLogs": [
|
328
|
-
{
|
329
|
-
"document": "",
|
330
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeOperationLogs\n<公共请求参数>\n\n{\n \"BeginTime\": \"2021-01-01 00:00:00\",\n \"EndTime\": \"2021-01-02 00:00:00\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"Sort\": [\n {\n \"Field\": \"OPERATETIME\",\n \"Order\": \"DESC\"\n }\n ]\n}",
|
331
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"TotalCount\": 0,\n \"OperationLogSet\": []\n }\n}",
|
332
|
-
"title": "DescribeEdgeOperationLogs"
|
333
|
-
}
|
334
|
-
],
|
335
|
-
"DescribeEdgePod": [
|
336
|
-
{
|
337
|
-
"document": "",
|
338
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgePod\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1,\n \"Name\": \"aaa-apex\",\n \"Namespace\": \"default\"\n}",
|
339
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"cfcaee48-cac8-43e0-8dfe-fa3d5a38809f\",\n \"Pod\": {\n \"Name\": \"aaa-apex\",\n \"Status\": \"Running\",\n \"NodeIp\": \"10.0.0.0\",\n \"Ip\": \"172.0.0.1\",\n \"CpuRequest\": \"250m\",\n \"MemoryRequest\": \"256Mi\",\n \"Namespace\": \"default\",\n \"WorkloadType\": \"ReplicaSet\",\n \"WorkloadName\": \"aaa-apex\",\n \"StartTime\": \"2021-01-01 00:00:00\",\n \"RestartCount\": 0,\n \"ClusterID\": \"cls-xxxxxx\"\n }\n }\n}",
|
340
|
-
"title": "查询边缘单元Pod"
|
341
|
-
}
|
342
|
-
],
|
343
|
-
"DescribeEdgeSnNodes": [
|
344
|
-
{
|
345
|
-
"document": "",
|
346
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeSnNodes\n<公共请求参数>\n\n{\n \"EdgeUnitId\": \"100026\"\n}",
|
347
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c9f0bda5-0644-4eac-8d95-f4732eb78e8d\",\n \"TotalCount\": 1,\n \"NodeSet\": [\n {\n \"Id\": 91,\n \"Name\": \"snnode\",\n \"IsUsed\": false,\n \"CreateTime\": \"2022-03-09 17:48:15\",\n \"Remark\": \"20220911\",\n \"SN\": \"SN2232323\"\n }\n ]\n }\n}",
|
348
|
-
"title": "查询预添加节点"
|
349
|
-
}
|
350
|
-
],
|
351
|
-
"DescribeEdgeUnitApplications": [
|
352
|
-
{
|
353
|
-
"document": "",
|
354
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitApplications\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1,\n \"Offset\": 0,\n \"Limit\": 10,\n \"Sort\": [\n {\n \"Field\": \"StartTime\",\n \"Order\": \"DESC\"\n }\n ]\n}",
|
355
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"TotalCount\": 0,\n \"ApplicationSet\": []\n }\n}",
|
356
|
-
"title": "DescribeEdgeUnitApplications"
|
357
|
-
}
|
358
|
-
],
|
359
|
-
"DescribeEdgeUnitDeployGrid": [
|
360
|
-
{
|
361
|
-
"document": "",
|
362
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitDeployGrid\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"NamePattern\": \"\",\n \"Limit\": 30,\n \"Offset\": 0,\n \"Order\": \"DESC\"\n}",
|
363
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"03a1b60d-4125-4618-8a52-93a3148be20d\",\n \"TotalCount\": 2,\n \"GridSet\": [\n {\n \"Id\": 100166,\n \"Name\": \"deploy-grid\",\n \"GridUniqKey\": \"logo-group\",\n \"Description\": \"deploy\",\n \"WorkloadKind\": \"DeploymentGrid\",\n \"StartTime\": \"2021-07-20 11:31:35\",\n \"Replicas\": 0\n },\n {\n \"Id\": 100165,\n \"Name\": \"sts-grid\",\n \"GridUniqKey\": \"logo-group\",\n \"Description\": \"\",\n \"WorkloadKind\": \"StatefulSetGrid\",\n \"StartTime\": \"2021-07-20 11:30:42\",\n \"Replicas\": 0\n }\n ]\n }\n}",
|
364
|
-
"title": "查询边缘单元Grid列表"
|
365
|
-
}
|
366
|
-
],
|
367
|
-
"DescribeEdgeUnitDeployGridItem": [
|
368
|
-
{
|
369
|
-
"document": "",
|
370
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitDeployGridItem\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"GridName\": \"logo-dg-privileged1111\",\n \"Namespace\": \"default\",\n \"WorkloadKind\": \"DeploymentGrid\",\n \"Order\": \"ASC\"\n}",
|
371
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"TotalCount\": 2,\n \"DeploySet\": [\n {\n \"Name\": \"logo-dg-privileged1111-logofox\",\n \"Replicas\": 1,\n \"AvailableReplicas\": 1,\n \"StartTime\": \"2021-07-06 10:43:00\",\n \"WorkloadKind\": \"Deployment\"\n },\n {\n \"Name\": \"logo-dg-privileged1111-dev005\",\n \"Replicas\": 1,\n \"AvailableReplicas\": 1,\n \"StartTime\": \"2021-07-06 14:03:46\",\n \"WorkloadKind\": \"Deployment\"\n }\n ]\n }\n}",
|
372
|
-
"title": "查询边缘单元指定Grid下的部署列表"
|
373
|
-
}
|
374
|
-
],
|
375
|
-
"DescribeEdgeUnitDeployGridItemYaml": [
|
376
|
-
{
|
377
|
-
"document": "",
|
378
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitDeployGridItemYaml\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"GridItemName\": \"logo-dg-privileged1111-logofox\",\n \"WorkloadKind\": \"DeploymentGrid\",\n \"Namespace\": \"default\"\n}",
|
379
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"Yaml\": \"XXXX\",\n \"Replicas\": 7\n }\n}",
|
380
|
-
"title": "查询指定Grid部署项的Yaml"
|
381
|
-
}
|
382
|
-
],
|
383
|
-
"DescribeEdgeUnitExtra": [
|
384
|
-
{
|
385
|
-
"document": "",
|
386
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitExtra\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1\n}",
|
387
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c0bd6aa9-7b4f-43cd-a5e2-28ce6a1c8327\",\n \"APIServerType\": \"IP\",\n \"APIServerURL\": \"10.0.0.5\",\n \"APIServerURLPort\": \"4321\",\n \"APIServerResolveIP\": \"\",\n \"APIServerExposeAddress\": \"x.x.x.x:4321\",\n \"IsCreatePrometheus\": false\n }\n}",
|
388
|
-
"title": "查询边缘单元额外信息"
|
389
|
-
}
|
390
|
-
],
|
391
|
-
"DescribeEdgeUnitGridEvents": [
|
392
|
-
{
|
393
|
-
"document": "",
|
394
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitGridEvents\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 100020,\n \"GridName\": \"qqq-grid\",\n \"Namespace\": \"default\",\n \"WorkloadKind\": \"DeploymentGrid\",\n \"NodeUnit\": \"asda-zone\",\n \"PodName\": \"qqq-grid-asda-zone-67fbb86b76-92cpf\"\n}",
|
395
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"EventSet\": [\n {\n \"FirstTime\": \"2021-08-11 21:41:52\",\n \"LastTime\": \"2021-08-17 15:06:57\",\n \"InvolvedObjectKind\": \"Pod\",\n \"InvolvedObjectName\": \"qqq-grid-asda-zone-67fbb86b76-92cpf\",\n \"Type\": \"Normal\",\n \"Reason\": \"Pulling\",\n \"Message\": \"Pulling image \\\"1.com/ssss:1.3\\\"\",\n \"Count\": 1614,\n \"NodeName\": \"dev-node-1\"\n },\n {\n \"FirstTime\": \"2021-08-11 21:41:53\",\n \"LastTime\": \"2021-08-17 15:02:00\",\n \"InvolvedObjectKind\": \"Pod\",\n \"InvolvedObjectName\": \"qqq-grid-asda-zone-67fbb86b76-92cpf\",\n \"Type\": \"Normal\",\n \"Reason\": \"BackOff\",\n \"Message\": \"Back-off pulling image \\\"1.com/ssss:1.3\\\"\",\n \"Count\": 36335,\n \"NodeName\": \"dev-node-1\"\n },\n {\n \"FirstTime\": \"2021-08-11 21:41:53\",\n \"LastTime\": \"2021-08-17 15:57:00\",\n \"InvolvedObjectKind\": \"Pod\",\n \"InvolvedObjectName\": \"qqq-grid-asda-zone-67fbb86b76-92cpf\",\n \"Type\": \"Warning\",\n \"Reason\": \"Failed\",\n \"Message\": \"Error: ImagePullBackOff\",\n \"Count\": 36578,\n \"NodeName\": \"dev-node-1\"\n }\n ]\n }\n}",
|
396
|
-
"title": "查询边缘单元Grid事件列表"
|
397
|
-
}
|
398
|
-
],
|
399
|
-
"DescribeEdgeUnitGridPods": [
|
400
|
-
{
|
401
|
-
"document": "",
|
402
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitGridPods\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 100020,\n \"GridName\": \"sasas-grid\",\n \"Namespace\": \"default\",\n \"WorkloadKind\": \"DeploymentGrid\",\n \"NodeUnit\": \"sasas-grid-ddd-zone\"\n}",
|
403
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"PodSet\": [\n {\n \"Name\": \"test2-grid-test1-zone-cb5b845f7-sk8qw\",\n \"NameSpace\": \"default\",\n \"Status\": \"Pending\",\n \"NodeName\": \"node3\",\n \"NodeIP\": \"172.21.7.3\",\n \"PodIP\": \"\",\n \"StartTime\": \"2021-08-23 16:49:18\",\n \"RunSec\": 2004,\n \"RestartCount\": 0\n }\n ]\n }\n}",
|
404
|
-
"title": "查询边缘单元Grid的Pod列表"
|
405
|
-
}
|
406
|
-
],
|
407
|
-
"DescribeEdgeUnitMonitorStatus": [
|
408
|
-
{
|
409
|
-
"document": "",
|
410
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitMonitorStatus\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1\n}",
|
411
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"21eaa108-8ffd-40a9-ad01-9272799baf8e\",\n \"MonitorStatus\": \"running\",\n \"IsAvailable\": true\n }\n}",
|
412
|
-
"title": "查询边缘集群监控状态1"
|
413
|
-
},
|
414
|
-
{
|
415
|
-
"document": "",
|
416
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitMonitorStatus\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1\n}",
|
417
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"21eaa108-8ffd-40a9-ad01-9272799baf8e\",\n \"MonitorStatus\": \"deploying\",\n \"IsAvailable\": false\n }\n}",
|
418
|
-
"title": "查询边缘集群监控状态2"
|
419
|
-
}
|
420
|
-
],
|
421
|
-
"DescribeEdgeUnitNodeGroup": [
|
422
|
-
{
|
423
|
-
"document": "示例",
|
424
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitNodeGroup\n<公共请求参数>\n\n{\n \"Namespace\": \"default\",\n \"EdgeUnitId\": 75,\n \"Offset\": 0,\n \"Limit\": 10,\n \"NameFilter\": \"\"\n}",
|
425
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"a40873bd-dad3-4dd6-b3cc-5e939f467df6\",\n \"Total\": 3,\n \"NodeGroupInfo\": [\n {\n \"Description\": \"\",\n \"CreateTime\": \"2021-11-23 16:35:57\",\n \"NodeGroupName\": \"ddd2-group-ecp\",\n \"DeploymentGridList\": [\n {\n \"Name\": \"ccc\",\n \"Id\": 100553\n }\n ],\n \"StatefulSetGridList\": [],\n \"Protect\": false\n },\n {\n \"Description\": \"\",\n \"CreateTime\": \"2021-11-23 16:35:48\",\n \"NodeGroupName\": \"ddd-group-ecp\",\n \"DeploymentGridList\": [],\n \"StatefulSetGridList\": [],\n \"Protect\": false\n },\n {\n \"Description\": \"\",\n \"CreateTime\": \"2021-11-19 14:46:46\",\n \"NodeGroupName\": \"aa-group-ecp\",\n \"DeploymentGridList\": [],\n \"StatefulSetGridList\": [\n {\n \"Name\": \"aaa\",\n \"Id\": 100552\n }\n ],\n \"Protect\": false\n }\n ]\n }\n}",
|
426
|
-
"title": "示例"
|
427
|
-
}
|
428
|
-
],
|
429
|
-
"DescribeEdgeUnitNodeUnitTemplates": [
|
430
|
-
{
|
431
|
-
"document": "",
|
432
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitNodeUnitTemplates\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"Namespace\": \"default\",\n \"NameFilter\": \"\"\n}",
|
433
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"Total\": 2,\n \"NodeUnitTemplates\": [\n {\n \"ID\": 100003,\n \"Name\": \"auto-code1\",\n \"Namespace\": \"default\",\n \"Description\": \"Description\",\n \"NodeGroups\": [\n \"dsdsdsd-group\"\n ],\n \"NodeList\": [\n {\n \"ID\": 82955,\n \"NodeName\": \"test-node1\"\n },\n {\n \"ID\": 82956,\n \"NodeName\": \"dev00311\"\n },\n {\n \"ID\": 82957,\n \"NodeName\": \"dev005\"\n }\n ],\n \"UpdateTime\": \"2021-08-11 08:52:40\",\n \"CreateTime\": \"2021-08-11 08:52:40\"\n },\n {\n \"ID\": 100002,\n \"Name\": \"auto-code\",\n \"Namespace\": \"default\",\n \"Description\": \"Description\",\n \"NodeGroups\": [\n \"dsdsdsd-group\"\n ],\n \"NodeList\": [\n {\n \"ID\": 82958,\n \"NodeName\": \"logofox\"\n },\n {\n \"ID\": 82956,\n \"NodeName\": \"dev00311\"\n }\n ],\n \"UpdateTime\": \"2021-08-11 08:50:27\",\n \"CreateTime\": \"2021-08-11 08:50:27\"\n }\n ]\n }\n}",
|
434
|
-
"title": "创建边缘单元EdgeUnit模板"
|
435
|
-
}
|
436
|
-
],
|
437
|
-
"DescribeEdgeUnitsCloud": [
|
438
|
-
{
|
439
|
-
"document": "",
|
440
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitsCloud\n<公共请求参数>\n\n{\n \"NamePattern\": \"\",\n \"Limit\": \"10\",\n \"Order\": \"\",\n \"Offset\": \"0\"\n}",
|
441
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"35ce2926-eea5-4b6d-b03b-e25abefb28e8\",\n \"TotalCount\": 1,\n \"EdgeUnitSet\": [\n {\n \"EdgeId\": 2,\n \"ClusterId\": \"cls-lny263r1\",\n \"Region\": \"ap-beijing\",\n \"ClusterName\": \"logossss\",\n \"K8SVersion\": \"1.16.7\",\n \"PodCIDR\": \"10.1.0.0/16\",\n \"ServiceCIDR\": \"10.2.0.0/16\",\n \"VpcId\": \"vpc-44crlhxe\",\n \"ClusterDesc\": \"字符串\",\n \"Status\": \"Running\",\n \"CreateTime\": \"2021-10-09 11:05:18\",\n \"EdgeClusterVersion\": \"2.2\"\n }\n ]\n }\n}",
|
442
|
-
"title": "示例"
|
443
|
-
},
|
444
|
-
{
|
445
|
-
"document": "",
|
446
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEdgeUnitsCloud\n<公共请求参数>\n\n{\n \"NamePattern\": \"\",\n \"Limit\": \"10\",\n \"Order\": \"\",\n \"Offset\": \"0\"\n}",
|
447
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"fa5f617e-36b4-499a-bb4f-b6ed5269780e\",\n \"TotalCount\": 1,\n \"EdgeUnitSet\": [\n {\n \"EdgeId\": 2,\n \"ClusterId\": \"cls-lny263r1\",\n \"Region\": \"ap-beijing\",\n \"ClusterName\": \"logossss\",\n \"K8SVersion\": \"1.16.7\",\n \"PodCIDR\": \"10.1.0.0/16\",\n \"ServiceCIDR\": \"10.2.0.0/16\",\n \"VpcId\": \"vpc-44crlhxe\",\n \"ClusterDesc\": \"字符串\",\n \"Status\": \"Running\",\n \"CreateTime\": \"2021-10-09 11:05:18\",\n \"EdgeClusterVersion\": \"2.2\"\n }\n ]\n }\n}",
|
448
|
-
"title": "获取边缘集群列表"
|
449
|
-
}
|
450
|
-
],
|
451
|
-
"DescribeIotDevice": [
|
452
|
-
{
|
453
|
-
"document": "",
|
454
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIotDevice\n<公共请求参数>\n\n{\n \"DeviceId\": 100049\n}",
|
455
|
-
"output": "{\n \"Response\": {\n \"UserName\": \"SA4RZ3NLIMlink01;21010406;MPWMB;1965121722\",\n \"Psk\": \"TTM5RjJCRTdSQUxOQkk3SA==\",\n \"Version\": \"\",\n \"Name\": \"link01\",\n \"UnitName\": \"ccccx\",\n \"LogLevel\": 1,\n \"Region\": \"ap-guangzhou\",\n \"PrivateKey\": \"\",\n \"ClientID\": \"SA4RZ3NLIMlink01\",\n \"Status\": 1,\n \"Disabled\": true,\n \"Cert\": \"\",\n \"PskHex\": \"4d3339463242453752414c4e42493748\",\n \"LogSetting\": 1,\n \"RequestId\": \"50f25270-9083-4e99-ae16-3ebd172bf89c\",\n \"UnitID\": 0,\n \"Password\": \"2dace9889aaa987ba1975d76b90eaed5cfa28d3d7337c83df56028d76e0359ba;hmacsha256\",\n \"Id\": 100049,\n \"Description\": \"测试\"\n }\n}",
|
456
|
-
"title": "DescribeIotDevice"
|
457
|
-
}
|
458
|
-
],
|
459
|
-
"DescribeIotDevices": [
|
460
|
-
{
|
461
|
-
"document": "",
|
462
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIotDevices\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"NamePattern\": \"01\",\n \"ProductId\": \"SA4RZ3NLIM\",\n \"Limit\": 10,\n \"Versions\": [\n \"xx\",\n \"yy\"\n ]\n}",
|
463
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"bd51b03d-e10e-4c8f-a3f9-e773fd9e4a18\",\n \"DeviceSet\": [\n {\n \"Status\": 0,\n \"LastOnlineTime\": \"-\",\n \"Description\": \"测试\",\n \"IsBound\": true,\n \"Region\": \"ap-guangzhou\",\n \"UnitName\": \"ccccx\",\n \"Id\": 0,\n \"Disabled\": true,\n \"Version\": \"\",\n \"UnitID\": 100067,\n \"CreateTime\": \"2022-04-12 18:51:34\",\n \"Name\": \"link01\"\n }\n ]\n }\n}",
|
464
|
-
"title": "DescribeIotDevices"
|
465
|
-
}
|
466
|
-
],
|
467
|
-
"DescribeMessageRouteList": [
|
468
|
-
{
|
469
|
-
"document": "",
|
470
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMessageRouteList\n<公共请求参数>\n\n{\n \"Filter\": \"a\",\n \"Limit\": 10,\n \"StartTime\": \"xx\",\n \"Offset\": 0,\n \"EndTime\": \"-\",\n \"Order\": \"DESC\"\n}",
|
471
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RouteList\": [\n {\n \"Status\": \"off\",\n \"SourceUnitIDList\": [],\n \"SourceUnitNameList\": [],\n \"MessageCount\": 0,\n \"TopicFilter\": \"0data\",\n \"SourceProductName\": \"cp\",\n \"Descript\": \"\",\n \"MessageLastTime\": \"\",\n \"RouteID\": 1000000,\n \"Healthy\": \"yes\",\n \"RouteName\": \"a\",\n \"SourceProductID\": \"KMUOZ5EOXH\",\n \"Mode\": \"topic-datasource\",\n \"TargetOptions\": \"{\\\"DataSourceId\\\":1000000}\",\n \"SourceDeviceNameList\": [\n \"cpp\"\n ],\n \"CreateTime\": \"2022-02-25 11:31:00\"\n }\n ],\n \"RequestId\": \"6aab2bdf-5f76-464b-859f-470e765d29e8\"\n }\n}",
|
472
|
-
"title": "DescribeMessageRouteList"
|
473
|
-
}
|
474
|
-
],
|
475
|
-
"DescribeMonitorMetrics": [
|
476
|
-
{
|
477
|
-
"document": "",
|
478
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMonitorMetrics\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 100000,\n \"QueryType\": \"node\",\n \"NodeName\": \"cvm-1m8veowe\",\n \"StartTime\": 1635388144,\n \"EndTime\": 1635391744,\n \"Interval\": 5\n}",
|
479
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"Metrics\": [\n {\n \"ColumnName\": \"node_disk_usage\",\n \"ColumnData\": [\n \"9.691727257938775\",\n \"9.692490297224907\",\n \"9.693220866754183\",\n \"9.693935201405031\",\n \"9.694665770934307\",\n \"9.695315166071442\",\n \"9.695988913526218\",\n \"9.696662660980996\",\n \"9.697368878192629\",\n \"9.698083212843477\",\n \"9.698838134690396\",\n \"9.6995849390981\",\n \"9.70024245167445\"\n ],\n \"ColumnTime\": [\n 1635388144,\n 1635388444,\n 1635388744,\n 1635389044,\n 1635389344,\n 1635389644,\n 1635389944,\n 1635390244,\n 1635390544,\n 1635390844,\n 1635391144,\n 1635391444,\n 1635391744\n ],\n \"ColumnBelong\": \"\",\n \"MaxValue\": 9.70024245167445,\n \"MinValue\": 9.691727257938775,\n \"AvgValue\": 9.696009519333455\n },\n {\n \"ColumnName\": \"node_disk_total_bytes\",\n \"ColumnData\": [\n \"52709240832\",\n \"52709240832\",\n \"52709240832\",\n \"52709240832\",\n \"52709240832\",\n \"52709240832\",\n \"52709240832\",\n \"52709240832\",\n \"52709240832\",\n \"52709240832\",\n \"52709240832\",\n \"52709240832\",\n \"52709240832\"\n ],\n \"ColumnTime\": [\n 1635388144,\n 1635388444,\n 1635388744,\n 1635389044,\n 1635389344,\n 1635389644,\n 1635389944,\n 1635390244,\n 1635390544,\n 1635390844,\n 1635391144,\n 1635391444,\n 1635391744\n ],\n \"ColumnBelong\": \"\",\n \"MaxValue\": 52709240832,\n \"MinValue\": 52709240832,\n \"AvgValue\": 52709240832\n },\n {\n \"ColumnName\": \"node_disk_write_bytes\",\n \"ColumnData\": [\n \"80008.53333333334\",\n \"78643.2\",\n \"58982.4\",\n \"74001.06666666667\",\n \"61166.933333333334\",\n \"54613.333333333336\",\n \"57890.13333333333\",\n \"63624.53333333333\",\n \"79735.46666666666\",\n \"56797.86666666667\",\n \"79189.33333333333\",\n \"54340.26666666667\",\n \"62259.2\"\n ],\n \"ColumnTime\": [\n 1635388144,\n 1635388444,\n 1635388744,\n 1635389044,\n 1635389344,\n 1635389644,\n 1635389944,\n 1635390244,\n 1635390544,\n 1635390844,\n 1635391144,\n 1635391444,\n 1635391744\n ],\n \"ColumnBelong\": \"\",\n \"MaxValue\": 80008.53333333334,\n \"MinValue\": 54340.26666666667,\n \"AvgValue\": 66250.17435897436\n },\n {\n \"ColumnName\": \"node_network_receive_bps\",\n \"ColumnData\": [\n \"64728.53333333333\",\n \"73516.26666666666\",\n \"69508.26666666666\",\n \"74443.73333333334\",\n \"64478.4\",\n \"64844.8\",\n \"67715.73333333334\",\n \"72483.2\",\n \"69330.13333333333\",\n \"69224\",\n \"69659.2\",\n \"64447.46666666667\",\n \"66977.6\"\n ],\n \"ColumnTime\": [\n 1635388144,\n 1635388444,\n 1635388744,\n 1635389044,\n 1635389344,\n 1635389644,\n 1635389944,\n 1635390244,\n 1635390544,\n 1635390844,\n 1635391144,\n 1635391444,\n 1635391744\n ],\n \"ColumnBelong\": \"\",\n \"MaxValue\": 74443.73333333334,\n \"MinValue\": 64447.46666666667,\n \"AvgValue\": 68565.94871794872\n },\n {\n \"ColumnName\": \"node_cpu_usage\",\n \"ColumnData\": [\n \"2.307017543843304\",\n \"2.4210526315871284\",\n \"2.3403508772076975\",\n \"2.3350877192672037\",\n \"2.410526315787842\",\n \"2.343859649099933\",\n \"2.3491228069995707\",\n \"2.3438596491407893\",\n \"2.4087719298621524\",\n \"2.333333333341514\",\n \"2.3543859649400645\",\n \"2.3543859649400645\",\n \"2.331578947374968\"\n ],\n \"ColumnTime\": [\n 1635388144,\n 1635388444,\n 1635388744,\n 1635389044,\n 1635389344,\n 1635389644,\n 1635389944,\n 1635390244,\n 1635390544,\n 1635390844,\n 1635391144,\n 1635391444,\n 1635391744\n ],\n \"ColumnBelong\": \"\",\n \"MaxValue\": 2.4210526315871284,\n \"MinValue\": 2.307017543843304,\n \"AvgValue\": 2.356410256414787\n },\n {\n \"ColumnName\": \"node_memory_usage\",\n \"ColumnData\": [\n \"16.271007823621233\",\n \"16.233623556045686\",\n \"16.257574479562052\",\n \"16.244453538853087\",\n \"16.25143054700785\",\n \"16.251326412557777\",\n \"16.25278429485878\",\n \"16.26382254656632\",\n \"16.272778109272444\",\n \"16.262677067615538\",\n \"16.310995452448562\",\n \"16.270070613570596\",\n \"16.273090512622655\"\n ],\n \"ColumnTime\": [\n 1635388144,\n 1635388444,\n 1635388744,\n 1635389044,\n 1635389344,\n 1635389644,\n 1635389944,\n 1635390244,\n 1635390544,\n 1635390844,\n 1635391144,\n 1635391444,\n 1635391744\n ],\n \"ColumnBelong\": \"\",\n \"MaxValue\": 16.310995452448562,\n \"MinValue\": 16.233623556045686,\n \"AvgValue\": 16.262741150354046\n },\n {\n \"ColumnName\": \"node_disk_read_bytes\",\n \"ColumnData\": [\n \"0\",\n \"0\",\n \"0\",\n \"0\",\n \"0\",\n \"0\",\n \"0\",\n \"0\",\n \"0\",\n \"0\",\n \"0\",\n \"0\",\n \"0\"\n ],\n \"ColumnTime\": [\n 1635388144,\n 1635388444,\n 1635388744,\n 1635389044,\n 1635389344,\n 1635389644,\n 1635389944,\n 1635390244,\n 1635390544,\n 1635390844,\n 1635391144,\n 1635391444,\n 1635391744\n ],\n \"ColumnBelong\": \"\",\n \"MaxValue\": 0,\n \"MinValue\": 0,\n \"AvgValue\": 0\n },\n {\n \"ColumnName\": \"node_network_transmit_bps\",\n \"ColumnData\": [\n \"143381.86666666667\",\n \"149166.93333333332\",\n \"144343.46666666667\",\n \"147204.8\",\n \"140089.06666666668\",\n \"141895.46666666667\",\n \"142944\",\n \"145191.46666666667\",\n \"143062.4\",\n \"142919.46666666667\",\n \"143495.46666666667\",\n \"142087.46666666667\",\n \"142670.93333333332\"\n ],\n \"ColumnTime\": [\n 1635388144,\n 1635388444,\n 1635388744,\n 1635389044,\n 1635389344,\n 1635389644,\n 1635389944,\n 1635390244,\n 1635390544,\n 1635390844,\n 1635391144,\n 1635391444,\n 1635391744\n ],\n \"ColumnBelong\": \"\",\n \"MaxValue\": 149166.93333333332,\n \"MinValue\": 140089.06666666668,\n \"AvgValue\": 143727.13846153847\n },\n {\n \"ColumnName\": \"node_pod_num\",\n \"ColumnData\": [\n \"8\",\n \"8\",\n \"8\",\n \"8\",\n \"8\",\n \"8\",\n \"8\",\n \"8\",\n \"8\",\n \"8\",\n \"8\",\n \"8\",\n \"8\"\n ],\n \"ColumnTime\": [\n 1635388144,\n 1635388444,\n 1635388744,\n 1635389044,\n 1635389344,\n 1635389644,\n 1635389944,\n 1635390244,\n 1635390544,\n 1635390844,\n 1635391144,\n 1635391444,\n 1635391744\n ],\n \"ColumnBelong\": \"\",\n \"MaxValue\": 8,\n \"MinValue\": 8,\n \"AvgValue\": 8\n }\n ]\n }\n}",
|
480
|
-
"title": "查询边缘单元节点监控数据"
|
481
|
-
}
|
482
|
-
],
|
483
|
-
"DescribeNamespace": [
|
484
|
-
{
|
485
|
-
"document": "",
|
486
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNamespace\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"Namespace\": \"default\"\n}",
|
487
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"72d540a0-ed11-4370-b977-96c6c224a1d8\",\n \"Status\": \"Active\",\n \"Description\": \"\",\n \"Namespace\": \"test\",\n \"CreateTime\": \"2021-01-01 00:00:00\",\n \"Protected\": false,\n \"Yaml\": \"\"\n }\n}",
|
488
|
-
"title": "DescribeNamespace"
|
489
|
-
}
|
490
|
-
],
|
491
|
-
"DescribeNamespaceResources": [
|
492
|
-
{
|
493
|
-
"document": "",
|
494
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNamespaceResources\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"Namespace\": \"test\"\n}",
|
495
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"72d540a0-ed11-4370-b977-96c6c224a1d8\",\n \"Resources\": [\n {\n \"Type\": \"workload\",\n \"Count\": 4,\n \"Names\": [\n \"test\",\n \"test-replace\",\n \"test-deployment\",\n \"wwww\"\n ]\n },\n {\n \"Type\": \"grid\",\n \"Count\": 1,\n \"Names\": [\n \"hrq-test\"\n ]\n }\n ]\n }\n}",
|
496
|
-
"title": "DescribeNamespaceResources"
|
497
|
-
}
|
498
|
-
],
|
499
|
-
"DescribeNamespaces": [
|
500
|
-
{
|
501
|
-
"document": "",
|
502
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNamespaces\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"NamePattern\": \"default\"\n}",
|
503
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"72d540a0-ed11-4370-b977-96c6c224a1d8\",\n \"Items\": [\n {\n \"Status\": \"Active\",\n \"Description\": \"\",\n \"Namespace\": \"test\",\n \"CreateTime\": \"2021-01-01 00:00:00\",\n \"Protected\": false,\n \"Yaml\": \"\"\n }\n ]\n }\n}",
|
504
|
-
"title": "获取命名空间列表"
|
505
|
-
}
|
506
|
-
],
|
507
|
-
"DescribeNodeUnit": [
|
508
|
-
{
|
509
|
-
"document": "",
|
510
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNodeUnit\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1,\n \"NodeGroupName\": \"test\"\n}",
|
511
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"72d540a0-ed11-4370-b977-96c6c224a1d8\",\n \"TotalCount\": 1,\n \"NodeGridInfo\": [\n {\n \"Id\": 0,\n \"NodeUnitName\": \"testunit\",\n \"NodeList\": []\n }\n ]\n }\n}",
|
512
|
-
"title": "查询边缘单元NodeUnit列表"
|
513
|
-
}
|
514
|
-
],
|
515
|
-
"DescribeNodeUnitTemplateOnNodeGroup": [
|
516
|
-
{
|
517
|
-
"document": "",
|
518
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNodeUnitTemplateOnNodeGroup\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"NodeGroupName\": \"test-group\"\n}",
|
519
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"Total\": 2,\n \"NodeUnitTemplates\": [\n {\n \"ID\": 100003,\n \"Name\": \"auto-code1\",\n \"Namespace\": \"default\",\n \"Description\": \"Description\",\n \"NodeList\": [\n {\n \"ID\": 82955,\n \"NodeName\": \"test-node1\"\n },\n {\n \"ID\": 82956,\n \"NodeName\": \"dev00311\"\n },\n {\n \"ID\": 82957,\n \"NodeName\": \"dev005\"\n }\n ],\n \"UpdateTime\": \"2021-08-11 08:52:40\",\n \"CreateTime\": \"2021-08-11 08:52:40\",\n \"Relation\": true\n },\n {\n \"ID\": 100002,\n \"Name\": \"auto-code\",\n \"Namespace\": \"default\",\n \"Description\": \"Description\",\n \"NodeList\": [\n {\n \"ID\": 82958,\n \"NodeName\": \"logofox\"\n },\n {\n \"ID\": 82956,\n \"NodeName\": \"dev00311\"\n }\n ],\n \"UpdateTime\": \"2021-08-11 08:50:27\",\n \"CreateTime\": \"2021-08-11 08:50:27\",\n \"Relation\": true\n }\n ]\n }\n}",
|
520
|
-
"title": "查询指定NodeGroup下NodeUnit模板列表"
|
521
|
-
}
|
522
|
-
],
|
523
|
-
"DescribeSecret": [
|
524
|
-
{
|
525
|
-
"document": "",
|
526
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecret\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"SecretName\": \"iecp\",\n \"SecretNamespace\": \"default\"\n}",
|
527
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"137ac961-6173-4250-995f-4769cd41c945\",\n \"Name\": \"iecp\",\n \"Namespace\": \"default\",\n \"CreateTime\": \"2021-01-01 00:00:00\",\n \"Yaml\": \"\",\n \"Json\": \"\"\n }\n}",
|
528
|
-
"title": "DescribeSecret"
|
529
|
-
}
|
530
|
-
],
|
531
|
-
"DescribeSecretYamlError": [
|
532
|
-
{
|
533
|
-
"document": "",
|
534
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecretYamlError\n<公共请求参数>\n\n{\n \"Yaml\": \"\"\n}",
|
535
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"137ac961-6173-4250-995f-4769cd41c945\",\n \"CheckPass\": false,\n \"ErrType\": 1,\n \"ErrInfo\": \"\"\n }\n}",
|
536
|
-
"title": "DescribeSecretYamlError"
|
537
|
-
}
|
538
|
-
],
|
539
|
-
"DescribeSecrets": [
|
540
|
-
{
|
541
|
-
"document": "",
|
542
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecrets\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"Offset\": \"0\",\n \"Limit\": \"1\",\n \"Sort\": {\n \"Field\": \"CreateTime\",\n \"Order\": \"ASC\"\n }\n}",
|
543
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"137ac961-6173-4250-995f-4769cd41c945\",\n \"TotalCount\": 1,\n \"Items\": [\n {\n \"Name\": \"iecp\",\n \"Namespace\": \"default\",\n \"CreateTime\": \"2021-01-01 00:00:00\"\n }\n ]\n }\n}",
|
544
|
-
"title": "DescribeSecrets"
|
545
|
-
}
|
546
|
-
],
|
547
|
-
"DescribeYeheResourceLimit": [
|
548
|
-
{
|
549
|
-
"document": "",
|
550
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeYeheResourceLimit\n<公共请求参数>\n\n{}",
|
551
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"Uin\": \"12345\",\n \"CreateNodeLimit\": 3,\n \"CreateClusterLimit\": 2551,\n \"EnablePermMonitor\": false,\n \"EnablePermAdminNode\": false\n }\n}",
|
552
|
-
"title": "获取用户配置限制"
|
553
|
-
},
|
554
|
-
{
|
555
|
-
"document": "",
|
556
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeYeheResourceLimit\n<公共请求参数>\n\n{}",
|
557
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"0c17c5e2-61a7-4428-8778-b9051e4ef042\",\n \"Uin\": \"600000559632\",\n \"CreateNodeLimit\": 200,\n \"CreateClusterLimit\": 1,\n \"EnablePermMonitor\": false,\n \"EnablePermAdminNode\": false\n }\n}",
|
558
|
-
"title": "获取用户限制列表"
|
559
|
-
}
|
560
|
-
],
|
561
|
-
"GetMarketComponent": [
|
562
|
-
{
|
563
|
-
"document": "",
|
564
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetMarketComponent\n<公共请求参数>\n\n{\n \"ID\": 839900\n}",
|
565
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\",\n \"AppName\": \"xxx\",\n \"ID\": 70008,\n \"Author\": \"xxx\",\n \"ReleaseTime\": \"xxx\",\n \"Outline\": \"xxx\",\n \"Detail\": \"xxx\",\n \"Icon\": \"xxx\",\n \"Version\": \"x.y.z\",\n \"WorkloadVisualConfig\": \"xxx\"\n }\n}",
|
566
|
-
"title": "获取组件市场组件信息"
|
567
|
-
}
|
568
|
-
],
|
569
|
-
"GetMarketComponentList": [
|
570
|
-
{
|
571
|
-
"document": "",
|
572
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetMarketComponentList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10,\n \"Filter\": \"test\",\n \"Order\": \"DESC\"\n}",
|
573
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"ComponentList\": [\n {\n \"Outline\": \"xx\",\n \"Author\": \"xx\",\n \"AppName\": \"xx\",\n \"Detail\": \"xx\",\n \"ReleaseTime\": \"xx\"\n }\n ],\n \"TotalCount\": 10\n }\n}",
|
574
|
-
"title": "获取组件市场组件列表"
|
575
|
-
}
|
576
|
-
],
|
577
|
-
"ModifyConfigMap": [
|
578
|
-
{
|
579
|
-
"document": "",
|
580
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyConfigMap\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"ConfigMapName\": \"test\",\n \"ConfigMapNamespace\": \"default\",\n \"Yaml\": \"\"\n}",
|
581
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"72d540a0-ed11-4370-b977-96c6c224a1d8\"\n }\n}",
|
582
|
-
"title": "ModifyConfigMap"
|
583
|
-
}
|
584
|
-
],
|
585
|
-
"ModifyEdgeDracoNode": [
|
586
|
-
{
|
587
|
-
"document": "",
|
588
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEdgeDracoNode\n<公共请求参数>\n\n{\n \"IsReset\": \"true\",\n \"EdgeUnitId\": \"100026\",\n \"NodeId\": \"91\"\n}",
|
589
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"9070f725-d837-450e-b95e-115dd41accbb\"\n }\n}",
|
590
|
-
"title": "修改draco设备信息"
|
591
|
-
}
|
592
|
-
],
|
593
|
-
"ModifyEdgeNodeLabels": [
|
594
|
-
{
|
595
|
-
"document": "",
|
596
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEdgeNodeLabels\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"NodeId\": 2,\n \"Labels\": [\n {\n \"Key\": \"nvidia-device-enable\",\n \"Value\": \"true\"\n },\n {\n \"Key\": \"superedge.io/edge-node\",\n \"Value\": \"enable\"\n }\n ]\n}",
|
597
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"7c59b432-1f22-4442-8f18-85d2a4bd4a90\"\n }\n}",
|
598
|
-
"title": "编辑边缘节点标签"
|
599
|
-
}
|
600
|
-
],
|
601
|
-
"ModifyEdgeUnit": [
|
602
|
-
{
|
603
|
-
"document": "示例",
|
604
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEdgeUnit\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 75,\n \"Name\": \"testunit2\",\n \"Description\": \"1ddd\"\n}",
|
605
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"3fbf2325-dc37-4b51-97a3-fc0fac187870\"\n }\n}",
|
606
|
-
"title": "示例"
|
607
|
-
}
|
608
|
-
],
|
609
|
-
"ModifyEdgeUnitApplicationBasicInfo": [
|
610
|
-
{
|
611
|
-
"document": "",
|
612
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEdgeUnitApplicationBasicInfo\n<公共请求参数>\n\n{\n \"BasicInfo\": {\n \"Name\": \"app\",\n \"Description\": \"test\"\n },\n \"ApplicationId\": 1,\n \"EdgeUnitId\": 1\n}",
|
613
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
614
|
-
"title": "ModifyEdgeUnitApplicationBasicInfo"
|
615
|
-
}
|
616
|
-
],
|
617
|
-
"ModifyEdgeUnitApplicationVisualization": [
|
618
|
-
{
|
619
|
-
"document": "",
|
620
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEdgeUnitApplicationVisualization\n<公共请求参数>\n\n{\n \"BasicConfig\": {\n \"Name\": \"app\",\n \"Namespace\": \"Default\",\n \"WorkflowKind\": \"Deployment\"\n },\n \"EdgeUnitId\": 1,\n \"ApplicationId\": 1\n}",
|
621
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
622
|
-
"title": "ModifyEdgeUnitApplicationVisualization"
|
623
|
-
}
|
624
|
-
],
|
625
|
-
"ModifyEdgeUnitApplicationYaml": [
|
626
|
-
{
|
627
|
-
"document": "",
|
628
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEdgeUnitApplicationYaml\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1,\n \"ApplicationId\": 1,\n \"Yaml\": \"\"\n}",
|
629
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
630
|
-
"title": "ModifyEdgeUnitApplicationYaml"
|
631
|
-
}
|
632
|
-
],
|
633
|
-
"ModifyEdgeUnitCloudApi": [
|
634
|
-
{
|
635
|
-
"document": "",
|
636
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEdgeUnitCloudApi\n<公共请求参数>\n\n{\n \"EdgeUnitId\": \"100022\",\n \"Name\": \"wwww11\"\n}",
|
637
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"2f1f5564-b038-4c8c-b965-f91c0a394f88\"\n }\n}",
|
638
|
-
"title": "修改单元名称"
|
639
|
-
}
|
640
|
-
],
|
641
|
-
"ModifyEdgeUnitDeployGridItem": [
|
642
|
-
{
|
643
|
-
"document": "",
|
644
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEdgeUnitDeployGridItem\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"GridItemName\": \"logo-dg-privileged1111-logofox\",\n \"WorkloadKind\": \"DeploymentGrid\",\n \"Namespace\": \"default\",\n \"Replicas\": 0\n}",
|
645
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
646
|
-
"title": "修改边缘单元Grid部署项副本数"
|
647
|
-
}
|
648
|
-
],
|
649
|
-
"ModifyIotDevice": [
|
650
|
-
{
|
651
|
-
"document": "",
|
652
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyIotDevice\n<公共请求参数>\n\n{\n \"Disabled\": true,\n \"LogSetting\": 0,\n \"LogLevel\": 0,\n \"Description\": \"测试\",\n \"DeviceId\": 100049\n}",
|
653
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
654
|
-
"title": "ModifyIotDevice"
|
655
|
-
}
|
656
|
-
],
|
657
|
-
"ModifyNodeUnitTemplate": [
|
658
|
-
{
|
659
|
-
"document": "",
|
660
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNodeUnitTemplate\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 8367274,\n \"NodeUnitTemplateID\": 100003,\n \"Nodes\": [\n \"test-node1\",\n \"dev00311\",\n \"dev005\"\n ]\n}",
|
661
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
662
|
-
"title": "修改边缘单元NodeUnit模板"
|
663
|
-
}
|
664
|
-
],
|
665
|
-
"ModifySecret": [
|
666
|
-
{
|
667
|
-
"document": "",
|
668
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecret\n<公共请求参数>\n\n{\n \"EdgeUnitID\": 1,\n \"SecretName\": \"iecp\",\n \"SecretNamespace\": \"default\",\n \"Yaml\": \"\"\n}",
|
669
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"137ac961-6173-4250-995f-4769cd41c945\"\n }\n}",
|
670
|
-
"title": "ModifySecret"
|
671
|
-
}
|
672
|
-
],
|
673
|
-
"RedeployEdgeUnitApplication": [
|
674
|
-
{
|
675
|
-
"document": "",
|
676
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RedeployEdgeUnitApplication\n<公共请求参数>\n\n{\n \"EdgeUnitId\": 1,\n \"ApplicationId\": 1\n}",
|
677
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
678
|
-
"title": "RedeployEdgeUnitApplication"
|
679
|
-
}
|
680
|
-
],
|
681
|
-
"SetRouteOnOff": [
|
682
|
-
{
|
683
|
-
"document": "",
|
684
|
-
"input": "POST / HTTP/1.1\nHost: iecp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetRouteOnOff\n<公共请求参数>\n\n{\n \"Status\": \"off\",\n \"RouteID\": 1000001\n}",
|
685
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5ebf13a2-f925-4ba7-adff-ddbc21d355e3\"\n }\n}",
|
686
|
-
"title": "SetRouteOnOff"
|
687
|
-
}
|
688
|
-
]
|
689
|
-
},
|
690
|
-
"version": "1.0"
|
691
|
-
}
|