Skip to content

Commit 1a96b95

Browse files
committed
update metadata
1 parent 6d52cf5 commit 1a96b95

File tree

143 files changed

+4342
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+4342
-128
lines changed

metadatas/apig/InstallPlugin.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "InstallPlugin",
3+
"protocol": "HTTPS",
4+
"method": "POST",
5+
"pathPattern": "/v1/plugins/",
6+
"parameters": [
7+
{
8+
"name": "body",
9+
"position": "Body",
10+
"type": "String",
11+
"required": false
12+
}
13+
]
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "UninstallPlugin",
3+
"protocol": "HTTPS",
4+
"method": "DELETE",
5+
"pathPattern": "/v1/plugins/[pluginId]",
6+
"parameters": [
7+
{
8+
"name": "pluginId",
9+
"position": "Path",
10+
"type": "String",
11+
"required": false
12+
}
13+
]
14+
}

metadatas/arms/UpdateRumApp.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@
8181
"position": "Query",
8282
"type": "Boolean",
8383
"required": false
84+
},
85+
{
86+
"name": "WebSDKConfigJson",
87+
"position": "Query",
88+
"type": "String",
89+
"required": false
8490
}
8591
]
8692
}

metadatas/cms/CreateSiteMonitor.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"type": "String",
1111
"required": true
1212
},
13+
{
14+
"name": "AgentGroup",
15+
"position": "Query",
16+
"type": "String",
17+
"required": false
18+
},
1319
{
1420
"name": "AlertIds",
1521
"position": "Query",

metadatas/ddosbgp/CreateSchedruleOnDemand.json renamed to metadatas/computenestsupplier/CreateOpsNotice.json

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,65 @@
11
{
2-
"name": "CreateSchedruleOnDemand",
2+
"name": "CreateOpsNotice",
33
"protocol": "HTTP|HTTPS",
44
"method": "GET|POST",
55
"pathPattern": "",
66
"parameters": [
77
{
8-
"name": "InstanceId",
9-
"position": "Query",
10-
"type": "String",
11-
"required": true
12-
},
13-
{
14-
"name": "RegionId",
8+
"name": "Attributes",
159
"position": "Query",
1610
"type": "String",
1711
"required": false
1812
},
1913
{
20-
"name": "RuleAction",
14+
"name": "Category",
2115
"position": "Query",
2216
"type": "String",
2317
"required": true
2418
},
2519
{
26-
"name": "RuleConditionCnt",
20+
"name": "ClientToken",
2721
"position": "Query",
2822
"type": "String",
29-
"required": true
23+
"required": false
3024
},
3125
{
32-
"name": "RuleConditionKpps",
26+
"name": "Content",
3327
"position": "Query",
3428
"type": "String",
3529
"required": true
3630
},
3731
{
38-
"name": "RuleConditionMbps",
32+
"name": "RegionId",
3933
"position": "Query",
4034
"type": "String",
4135
"required": true
4236
},
4337
{
44-
"name": "RuleName",
38+
"name": "ServiceId",
4539
"position": "Query",
4640
"type": "String",
47-
"required": true
41+
"required": false
4842
},
4943
{
50-
"name": "RuleSwitch",
44+
"name": "ServiceVersion",
5145
"position": "Query",
52-
"type": "String",
46+
"type": "RepeatList",
5347
"required": true
5448
},
5549
{
56-
"name": "RuleUndoBeginTime",
50+
"name": "Severity",
5751
"position": "Query",
5852
"type": "String",
5953
"required": true
6054
},
6155
{
62-
"name": "RuleUndoEndTime",
56+
"name": "Solutions",
6357
"position": "Query",
6458
"type": "String",
6559
"required": false
6660
},
6761
{
68-
"name": "RuleUndoMode",
69-
"position": "Query",
70-
"type": "String",
71-
"required": true
72-
},
73-
{
74-
"name": "TimeZone",
62+
"name": "Type",
7563
"position": "Query",
7664
"type": "String",
7765
"required": true

metadatas/ddosbgp/QuerySchedruleOnDemand.json renamed to metadatas/computenestsupplier/GetOpsNotice.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "QuerySchedruleOnDemand",
2+
"name": "GetOpsNotice",
33
"protocol": "HTTP|HTTPS",
44
"method": "GET|POST",
55
"pathPattern": "",
66
"parameters": [
77
{
8-
"name": "InstanceId",
8+
"name": "NoticeId",
99
"position": "Query",
1010
"type": "String",
1111
"required": true
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"name": "ListOpsNotices",
3+
"protocol": "HTTP|HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "Filter",
9+
"position": "Query",
10+
"type": "RepeatList",
11+
"required": false,
12+
"sub_parameters": [
13+
{
14+
"name": "Name",
15+
"position": "Query",
16+
"type": "String",
17+
"required": false
18+
},
19+
{
20+
"name": "Value",
21+
"position": "Query",
22+
"type": "RepeatList",
23+
"required": false
24+
}
25+
]
26+
},
27+
{
28+
"name": "MaxResults",
29+
"position": "Query",
30+
"type": "Integer",
31+
"required": false
32+
},
33+
{
34+
"name": "NextToken",
35+
"position": "Query",
36+
"type": "String",
37+
"required": false
38+
},
39+
{
40+
"name": "RegionId",
41+
"position": "Query",
42+
"type": "String",
43+
"required": true
44+
}
45+
]
46+
}

metadatas/csas/CreateWmEmbedTask.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44
"method": "POST",
55
"pathPattern": "",
66
"parameters": [
7+
{
8+
"name": "AudioControl",
9+
"position": "Body",
10+
"type": "String",
11+
"required": false
12+
},
713
{
814
"name": "CsvControl",
9-
"position": "Query",
15+
"position": "Body",
1016
"type": "String",
1117
"required": false
1218
},
@@ -46,12 +52,24 @@
4652
"type": "Long",
4753
"required": false
4854
},
55+
{
56+
"name": "InvisibleEnable",
57+
"position": "Body",
58+
"type": "Boolean",
59+
"required": false
60+
},
4961
{
5062
"name": "VideoBitrate",
5163
"position": "Body",
5264
"type": "String",
5365
"required": false
5466
},
67+
{
68+
"name": "VideoControl",
69+
"position": "Body",
70+
"type": "String",
71+
"required": false
72+
},
5573
{
5674
"name": "VideoIsLong",
5775
"position": "Body",

metadatas/csas/ListUserDevices.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"type": "Array",
1717
"required": false
1818
},
19+
{
20+
"name": "AutoLoginStatuses",
21+
"position": "Query",
22+
"type": "Array",
23+
"required": false
24+
},
1925
{
2026
"name": "CurrentPage",
2127
"position": "Query",
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "EditMetaKnowledgeAsset",
3+
"protocol": "HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "AssetDescription",
9+
"position": "Query",
10+
"type": "String",
11+
"required": true
12+
},
13+
{
14+
"name": "ColumnName",
15+
"position": "Query",
16+
"type": "String",
17+
"required": false
18+
},
19+
{
20+
"name": "DbId",
21+
"position": "Query",
22+
"type": "Integer",
23+
"required": true
24+
},
25+
{
26+
"name": "TableName",
27+
"position": "Query",
28+
"type": "String",
29+
"required": true
30+
},
31+
{
32+
"name": "TableSchemaName",
33+
"position": "Query",
34+
"type": "String",
35+
"required": false
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)