mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add uninstall and install app end points to api publisher
This commit is contained in:
parent
1bbaac168b
commit
880c08885a
@ -27,7 +27,7 @@
|
||||
<Transports>http,https</Transports>
|
||||
</API>
|
||||
<API>
|
||||
<Name>enrollment</Name>
|
||||
<Name>Enrollment</Name>
|
||||
<Owner>admin</Owner>
|
||||
<Context>enrollment</Context>
|
||||
<Version>1.0.0</Version>
|
||||
@ -35,7 +35,7 @@
|
||||
<Transports>http,https</Transports>
|
||||
</API>
|
||||
<API>
|
||||
<Name>license</Name>
|
||||
<Name>License</Name>
|
||||
<Owner>admin</Owner>
|
||||
<Context>license-mgt</Context>
|
||||
<Version>1.0.0</Version>
|
||||
@ -43,20 +43,36 @@
|
||||
<Transports>http,https</Transports>
|
||||
</API>
|
||||
<API>
|
||||
<Name>operation</Name>
|
||||
<Name>Operation</Name>
|
||||
<Owner>admin</Owner>
|
||||
<Context>operation</Context>
|
||||
<Version>1.0.0</Version>
|
||||
<Endpoint>http://localhost:9763/mdm-android-agent/operations</Endpoint>
|
||||
<Endpoint>http://localhost:9763/mdm-android-agent/operation</Endpoint>
|
||||
<Transports>http,https</Transports>
|
||||
</API>
|
||||
<API>
|
||||
<Name>deviceList</Name>
|
||||
<Name>Device List</Name>
|
||||
<Owner>admin</Owner>
|
||||
<Context>devices</Context>
|
||||
<Version>1.0.0</Version>
|
||||
<Endpoint>http://localhost:9763/mdm-admin/devices</Endpoint>
|
||||
<Transports>http,https</Transports>
|
||||
</API>
|
||||
<API>
|
||||
<Name>APP Install Operation</Name>
|
||||
<Owner>admin</Owner>
|
||||
<Context>operations</Context>
|
||||
<Version>1.0.0</Version>
|
||||
<Endpoint>http://localhost:9763/mdm-android-agent/operations/installApp</Endpoint>
|
||||
<Transports>http,https</Transports>
|
||||
</API>
|
||||
<API>
|
||||
<Name>APP UN Install Operation</Name>
|
||||
<Owner>admin</Owner>
|
||||
<Context>operations</Context>
|
||||
<Version>1.0.0</Version>
|
||||
<Endpoint>http://localhost:9763/mdm-android-agent/operations/uninstallApp</Endpoint>
|
||||
<Transports>http,https</Transports>
|
||||
</API>
|
||||
</APIs>
|
||||
</APIPublisherConfig>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user