Update agent configuration properties
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Description
Update the configuration properties in conf/openedge.properties for agents
for an ABL application.
HTTP Operation
PUT
URI
//host_name:port/oemanager/applications/ABL_app_name/agents/properties
{"prop_name"=value[, "prop_name"=value[,...]]}
"prop_name"=value[, prop_name"=value[,...]]- Set one or more properties expressed as name/value pairs in a comma-separated list. See the
/conf/openedge.properties.READMEfile for a description of properties and their possible values.
Media type
application/vnd.progress+json
Response codes
200 Success
500 Unexpected Server Error
Command-line example
|
ABL HTTP client example
|
Request body example
|
Response body example
On success:
|
On failure:
|