Purpose
Display configuration settings for the daemon, stored procedures, table-driven interface of the daemon, and performance settings for the daemon.
There are two variations of the API that display information for the following:
- Specified property
- All properties specified in the request body
Item | Description | ||
---|---|---|---|
URL | /datamover/daemonProperties/propertyName /datamover/daemonProperties |
||
Method | GET |
Request Parameters
No request parameters required.
Response Parameters
- propertyName
- Description: Configuration property name
- values
- Description: Property values per system
- unit
- Description: Unit of the value
- description
- Description: Additional information
- systemPairs
- Description: System pairs used to force job direction
- groupPools
- Description: User group pools
- targetUserPools
- Description: Systems for target user pool
- neverTargetSystems
- Description: Systems never used as the target system
- defaultDatabases
- Description: Databases used as default target or staging databases at system level
Response Examples
This example shows a specified property.
{ "propertyName": "agentCollector.agentHeartbeatWaitMillis", "values": [ { "value": "600000", "system": "ALL" } ], "description": "Purpose: To set the amount of time to wait for an Agent heartbeat before assuming it has gone out of service in milliseconds. Default: 600000" }
This example shows all properties specified in response body.