Skip to main content

API Storage

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>
warning

When OvenMediaEngine is restarted after disabling the API Storage feature, all VirtualHost and Application information created via REST API will be initialized.