forked from agccie/ACI-EnhancedEndpointTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
30 lines (30 loc) · 829 Bytes
/
app.json
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
{
"api":{
"proxy.json":"dynamic api workaround"
},
"apicversion":"4.0(1g)",
"appid":"EnhancedEndpointTracker",
"author":"Andy Gossett",
"category":[
"Visibility and Monitoring"
],
"clustermanager": "kron",
"contact":{
"contact-email":"[email protected]",
"contact-phone":"555-123-4567",
"contact-url":"https://github.com/agccie/ACI-EnhancedEndpointTracker"
},
"iconfile":"logo.png",
"name":"EnhancedEndpointTracker",
"permissions":[
"admin"
],
"permissionslevel":"read",
"shortdescr":"Track endpoint activity within the ACI fabric",
"vendor":"Cisco",
"vendordomain":"Cisco",
"version":"2.1",
"full_version":"2.1.2a",
"short_name": "ept",
"container_namespace":"agccie"
}