GET realm/properties
This web method retrieves the global properties of the realm.
Properties
JSON Property | Description |
---|---|
com.tibco.ftl.client.publisher.persistence.retry.duration
|
The retry duration for API calls made using persistence publishers, including sends to the persistence service when the publisher mode is store_confirm_send . The default value is -1 (forever). Applications may override this value when creating a publisher. |
com.tibco.ftl.client.subscriber.persistence.retry.duration
|
The retry duration for API calls made using persistence subscribers, including acknowledgments when the ack mode is synchronous. The default value is -1 (forever). Applications may override this value when creating a subscriber. |
com.tibco.ftl.client.map.persistence.retry.duration
|
The retry duration for API calls made using map objects. The default value is -1 (forever). Applications may override this value when creating a map. |
com.tibco.ftl.client.publisher.send.policy
|
The send policy for publishers without persistence. The default value is 1 (non-inline). Applications may override this value when creating a publisher. |
com.tibco.ftl.client.publisher.persistence.send.policy
|
The send policy for persistence publishers. The default value is 0 (inline). Applications may override this value when creating a publisher. |
use_endpoint_store_for_inbox
|
Get the value of the use endpoint store for inbox flag. See Endpoint Store Inboxes. |
enable_permissions
|
Get the value of the permissions flag. See Authorization. |
com.tibco.ftl.client.subscriber.nolocal.message.delivery
|
The default no-local setting for newly created subscriptions. See No-Local Message Delivery in Development. |
{ "client_monitor_sample_interval": 60, "client_server_heartbeat": 60, "client_timeout_server": 180, "manage_all_formats": false, "realm_is_secure": false, "server_client_heartbeat": 60, "server_timeout_client": 3600, "max_deployment_history": 25, "com.tibco.ftl.client.publisher.persistence.retry.duration": -1, "com.tibco.ftl.client.subscriber.persistence.retry.duration": -1, "com.tibco.ftl.client.map.persistence.retry.duration": -1, "com.tibco.ftl.client.publisher.send.policy": 1, "com.tibco.ftl.client.publisher.persistence.send.policy": 0, "service_connection_policy": "default", "use_endpoint_store_for_inbox": true, "enable_permissions": false }
Example Requests
curl -X GET http://<host>:<port>/api/v1/realm/properties