mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixed logcat and events get APIs
This commit is contained in:
parent
610f9ac13d
commit
ae99d189e7
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user