forked from cconard96/jamf
-
Notifications
You must be signed in to change notification settings - Fork 1
/
jamf.xml
147 lines (146 loc) · 5.7 KB
/
jamf.xml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>JAMF Plugin for GLPI</name>
<key>jamf</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/jamf/master/Logo.png</logo>
<description>
<short>
<en>Sync devices and data from Jamf to GLPI</en>
</short>
<long>
<en><![CDATA[
This plugin allows you to sync mobile devices and computers from Jamf Pro to GLPI along with their associated data. It also allows you to issue mobile device commands from GLPI.
Usage
- Server/sync configuration is found in Setup > Config under the JAMF Plugin tab.
- JSS User account used must have read access to mobile devices and computers at least. Additional access may be required depending on what items are synced (software, etc).
- The two automatic actions "importJamf' and 'syncJamf" can only be run in CLI/Cron mode due to how long they can take.
- There is a rule engine used to filter out imported devices. The default import action is to allow the import.
]]></en>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/jamf</homepage>
<download>https://github.com/pluginsGLPI/jamf/releases</download>
<issues>https://github.com/pluginsGLPI/jamf/issues</issues>
<readme>https://github.com/pluginsGLPI/jamf/blob/master/README.md</readme>
<authors>
<author>TECLIB'</author>
<author>Curtis Conard</author>
</authors>
<versions>
<version>
<num>3.1.2</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/jamf/releases/download/v3.1.2/glpi-jamf-v3.1.2.tar.bz2</download_url>
</version>
<version>
<num>3.1.1</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v3.1.1/glpi-jamf-v3.1.1.tar.bz2</download_url>
</version>
<version>
<num>3.0.2</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v3.0.2/glpi-jamf-v3.0.2.tar.bz2</download_url>
</version>
<version>
<num>3.0.1</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v3.0.1/glpi-jamf-v3.0.1.tar.bz2</download_url>
</version>
<version>
<num>3.0.0</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v3.0.0/glpi-jamf-v3.0.0.tar.bz2</download_url>
</version>
<version>
<num>2.2.0</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v2.2.0/jamf-2.2.0.zip</download_url>
</version>
<version>
<num>2.1.5</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v2.1.5/jamf-2.1.5.zip</download_url>
</version>
<version>
<num>2.1.4</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v2.1.4/jamf-2.1.4.zip</download_url>
</version>
<version>
<num>2.1.3</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v2.1.3/jamf-2.1.3.zip</download_url>
</version>
<version>
<num>2.1.2</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v2.1.2/jamf-2.1.2.zip</download_url>
</version>
<version>
<num>2.1.1</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v2.1.1/jamf-2.1.1.zip</download_url>
</version>
<version>
<num>2.1.0</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v2.1.0/jamf-2.1.0.zip</download_url>
</version>
<version>
<num>2.0.0</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v2.0.0/jamf-2.0.0.zip</download_url>
</version>
<version>
<num>1.2.1</num>
<compatibility>~9.4.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v1.2.1/jamf-1.2.1.zip</download_url>
</version>
<version>
<num>1.2.0</num>
<compatibility>~9.4.0</compatibility>
</version>
<version>
<num>1.1.2</num>
<compatibility>~9.4.0</compatibility>
</version>
<version>
<num>1.1.1</num>
<compatibility>~9.4.0</compatibility>
</version>
<version>
<num>1.1.0</num>
<compatibility>~9.4.0</compatibility>
</version>
<version>
<num>1.0.1</num>
<compatibility>~9.4.0</compatibility>
</version>
<version>
<num>1.0.0</num>
<compatibility>~9.4.0</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>en_US</lang>
<lang>fr_FR</lang>
<lang>ja_JP</lang>
</langs>
<license>GPL v2+</license>
<tags>
<en>
<tag>mdm</tag>
<tag>jamf</tag>
<tag>inventory</tag>
<tag>sync</tag>
<tag>integration</tag>
</en>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/jamf/master/screenshots/imports.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/jamf/master/screenshots/mobiledevice.png</screenshot>
</screenshots>
</root>