Retrieve OIBus information
Returns version and system information about the OIBus instance
Response
OIBus information including version, build, and system details
Example response
{
"version": "3.7.0",
"launcherVersion": "3.7.0",
"oibusName": "OIBus OT",
"oibusId": "aBc12F",
"dataDirectory": "/var/lib/oibus",
"binaryDirectory": "/usr/lib/oibus",
"processId": "12345",
"hostname": "server1",
"operatingSystem": "linux",
"architecture": "x64",
"platform": "ubuntu"
}Changes
Changed in 3 of the 73 revisions of this API.24
- ○
added the required property
ignoreIpFiltersto the response with the200statusresponse-required-property-added
- ○
added the required property
ignoreRemoteUpdateto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
ignoreIpFiltersfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
ignoreRemoteUpdatefrom the response with the200statusresponse-required-property-removed
This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the required property
ignoreIpFiltersto the response with the200statusresponse-required-property-added
- ○
added the required property
ignoreRemoteUpdateto the response with the200statusresponse-required-property-added
- ○