Skip to content

Commit b30074a

Browse files
committed
chg: [rmm] api-key added and various fixes
1 parent 97fef8a commit b30074a

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

objects/rmm/definition.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"attributes": {
3+
"api-key": {
4+
"description": "Authentication or API key used by the RMM agent",
5+
"misp-attribute": "text",
6+
"multiple": true,
7+
"ui-priority": 0
8+
},
39
"comment": {
410
"description": "A description of the RMM.",
511
"misp-attribute": "comment",
612
"ui-priority": 0
713
},
814
"guid": {
9-
"description": "GUID or reference of the RMM agent.",
15+
"description": "GUID or reference of the RMM agent or deployment ID.",
1016
"misp-attribute": "text",
17+
"multiple": true,
1118
"ui-priority": 0
1219
},
1320
"hostname": {
@@ -38,6 +45,7 @@
3845
"Level.io",
3946
"Logmein",
4047
"ManageEngine",
48+
"MeshCentral",
4149
"N-Able",
4250
"Pulseway",
4351
"RattyRat",
@@ -48,6 +56,7 @@
4856
"ScreenConnect",
4957
"Splashtop",
5058
"SSH",
59+
"Tactical RMM",
5160
"Teamviewer",
5261
"TightVNC",
5362
"TrendMicro",
@@ -71,8 +80,9 @@
7180
"rmm-type",
7281
"guid",
7382
"url",
74-
"hostname"
83+
"hostname",
84+
"api-key"
7585
],
7686
"uuid": "2cdcfb2a-dd74-4d88-ae02-6f381b312666",
77-
"version": 2
87+
"version": 3
7888
}

0 commit comments

Comments
 (0)