mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
resolved default api invocation issue
This commit is contained in:
parent
2b31921bd5
commit
a6dac9a19e
@ -1,6 +1,6 @@
|
||||
<api xmlns="http://ws.apache.org/ns/synapse" name="$!apiName" context="$!apiContext" transports="$!transport">
|
||||
<resource methods="POST PATCH GET DELETE HEAD PUT"
|
||||
uri-template="/*"
|
||||
<resource methods="POST PATCH GET DELETE HEAD PUT OPTIONS"
|
||||
url-mapping="/*"
|
||||
faultSequence="fault">
|
||||
<inSequence>
|
||||
<property name="isDefault" expression="$trp:WSO2_AM_API_DEFAULT_VERSION"/>
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
</IdentityConfiguration>
|
||||
<PolicyConfiguration>
|
||||
<MonitoringClass>org.wso2.carbon.policy.mgt</MonitoringClass>
|
||||
<MonitoringEnable>true</MonitoringEnable>
|
||||
<MonitoringEnable>false</MonitoringEnable>
|
||||
<MonitoringFrequency>60000</MonitoringFrequency>
|
||||
<MaxRetries>5</MaxRetries>
|
||||
<MinRetriesToMarkUnreachable>8</MinRetriesToMarkUnreachable>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user