Engine
Retrieve engine configuration
Returns the current configuration settings of the OIBus engine
get/api/engine
Response
The engine settings
Example response
{
"id": "entity123",
"createdBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"updatedBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"createdAt": "2023-10-31T12:34:56.789Z",
"updatedAt": "2023-10-31T12:34:56.789Z",
"name": "OIBus OT",
"port": 2223,
"version": "3.7.0",
"launcherVersion": "3.7.0",
"logParameters": {
"oia": {
"interval": 60
},
"loki": {
"password": "pass",
"username": "user",
"address": "http://loki:3100",
"interval": 60
},
"database": {
"maxNumberOfLogs": 10000
},
"file": {
"numberOfFiles": 5,
"maxFileSize": 10485760
}
}
}