Fixed logcat and events get APIs

This commit is contained in:
Chatura Dilan Perera 2016-09-21 13:51:29 +05:30
parent 610f9ac13d
commit ae99d189e7

View File

@ -124,6 +124,15 @@
<method>POST</method>
</Permission>
<Permission>
<name>GET Events</name>
<path>/device-mgt/admin/events/get</path>
<url>/events</url>
<method>GET</method>
</Permission>
<!-- End of event related permissions -->
<!-- Operations related permissions -->
@ -156,6 +165,13 @@
<method>POST</method>
</Permission>
<Permission>
<name>Logcat</name>
<path>/device-mgt/admin/device/android/operation/logcat</path>
<url>/admin/devices/logcat</url>
<method>POST</method>
</Permission>
<Permission>
<name>Configure VPN</name>
<path>/device-mgt/admin/device/android/operation/configure-vpn</path>