API Storage
OvenMediaEngine Enterprise supports API Storage features starting from version 0.17.0.0-1.
API Storage
This feature allows you to permanently storeVirtualHost
and Application
information managed through OvenMediaEngine's REST API. To enable the API Storage feature, enable <Managers><API><Storage>
in Server.xml as follows:
<Server version="8">
<Managers>
<API>
...
<Storage />
</API>
</Managers>
</Server>
When OvenMediaEngine is restarted after disabling the API Storage feature, all VirtualHost
and Application
information created via REST API will be initialized.