-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpluginDefinition.json
More file actions
44 lines (44 loc) · 1.02 KB
/
pluginDefinition.json
File metadata and controls
44 lines (44 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"identifier": "org.zowe.zossystem.subsystems",
"apiVersion": "1.0.0",
"pluginVersion": "0.9.4",
"pluginType": "application",
"webContent": {
"framework": "angular2",
"launchDefinition": {
"pluginShortNameKey": "ZOS Subsystems",
"pluginShortNameDefault": "ZOS Subsystems",
"imageSrc": "assets/subsystems.png"
},
"descriptionKey": "ZOSSubystemsDescription",
"descriptionDefault": "ZOS Subsystems Plugin",
"isSingleWindowApp": true,
"defaultWindowStyle": {
"width": 950,
"height": 700,
"x": 200,
"y": 50
}
},
"license": "EPL-2.0",
"dataServices": [
{
"type": "service",
"name": "data",
"initializerLookupMethod": "internal",
"initializerName": "zosDiscoveryServiceInstaller",
"methods": [
"GET"
],
"safProfiles": [
{
"method": "GET",
"safClass": "XFACILIT",
"profile": "MVD.MXI",
"access": "READ"
}
],
"version": "1.0.0"
}
]
}