|
|
|
@ -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>
|
|
|
|
|