2017-04-28 11:28:21 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<api xmlns="http://ws.apache.org/ns/synapse" name="admin--Android-Mutual-SSL-Event-Receiver"
|
|
|
|
|
context="/api/device-mgt/android/mssl/v1.0/events">
|
|
|
|
|
<resource methods="GET" url-mapping="/*" faultSequence="fault">
|
|
|
|
|
<inSequence>
|
|
|
|
|
<property name="api.ut.backendRequestTime" expression="get-property('SYSTEM_TIME')"/>
|
|
|
|
|
<send>
|
|
|
|
|
<endpoint name="admin--Android Mutual SSL Event Receiver_APIproductionEndpoint_0">
|
|
|
|
|
<http uri-template="https://localhost:9443/api/device-mgt/android/v1.0/events"/>
|
|
|
|
|
<property name="ENDPOINT_ADDRESS"
|
|
|
|
|
value="https://localhost:9443/api/device-mgt/android/v1.0/events"/>
|
|
|
|
|
</endpoint>
|
|
|
|
|
</send>
|
|
|
|
|
</inSequence>
|
|
|
|
|
<outSequence>
|
|
|
|
|
<send/>
|
|
|
|
|
</outSequence>
|
|
|
|
|
</resource>
|
|
|
|
|
<resource methods="POST" url-mapping="/publish" faultSequence="fault">
|
|
|
|
|
<inSequence>
|
|
|
|
|
<property name="api.ut.backendRequestTime" expression="get-property('SYSTEM_TIME')"/>
|
|
|
|
|
<send>
|
|
|
|
|
<endpoint name="admin--Android Event Receiver_APIproductionEndpoint_1">
|
|
|
|
|
<http uri-template="https://localhost:9443/api/device-mgt/android/v1.0/events"/>
|
|
|
|
|
<property name="ENDPOINT_ADDRESS"
|
|
|
|
|
value="https://localhost:9443/api/device-mgt/android/v1.0/events"/>
|
|
|
|
|
</endpoint>
|
|
|
|
|
</send>
|
|
|
|
|
</inSequence>
|
|
|
|
|
<outSequence>
|
|
|
|
|
<send/>
|
|
|
|
|
</outSequence>
|
|
|
|
|
</resource>
|
|
|
|
|
<handlers>
|
2023-06-06 08:40:28 +00:00
|
|
|
<handler class="org.wso2.carbon.apimgt.gateway.handlers.security.APIAuthenticationHandler"/>
|
2017-04-28 11:28:21 +00:00
|
|
|
</handlers>
|
|
|
|
|
</api>
|