Try OpenEdge Now
skip to main content
Administration
REST Administration : REST Management Agent Administration : Managing REST Management Agent : Managing a REST Management Agent : Working with properties of a REST Management Agent
 
Working with properties of a REST Management Agent
The REST Management Agent's properties reside in the oerm.properties file. By default, the oerm.properties file is located in <web server directory>\oerm\WEB-INF\oerm.data\.
The following are the properties you can review, modify, or reset for a REST Management Agent:
*adminEnabled — Specifies whether administrator privileges are in effect, either enabled or disabled.
*description — Specifies the description of the REST Management Agent instance.
*logAppend — Specifies whether to start a new log file each time the server is restarted, either true or false.
*logEntryTypes — Specifies a list of logging entry types separated by commas.
*logFile — Specifies the path and name of the REST Management Agent log file. This is a read-only property.
*loggingLevel — Specifies the amount of information to be written to the broker log.
*managerPropertiesURI — Specifies the identifier for the REST Management Agent resource. This is a read-only property.
*name — Specifies the name of the REST Management Agent.
*propertiesFileName— Specifies the path and name of the oerm.properties file.
*webAppEnabled — Controls the REST Management Agent's ability to accept and process requests to any of the REST Web applications deployed on it.
To work with the REST Management Agent properties using the RESTMAN utility you use the following:
*getprops: To display all the properties of the REST Management Agent. For more information, see RESTMAN getprops (Management Agent).
*setprops: To set one of the properties of the REST Management Agent. For more information, see RESTMAN setprops (Management Agent).
You can also review and modify the REST Management Agent's properties using the OpenEdge Management or OpenEdge Explorer consoles. For detailed descriptions of managing properties using the OpenEdge Management or OpenEdge Explorer, see the OpenEdge Management and OpenEdge Explorer: Configuration.