Application Instance¶
Application instance is an instance of application. It is identified by id. The target node for the application instance can be chosen manualy or by the distribution.
Elements¶
id
Application Instance id.
applicationId
Application id.
nodeId
Id of Node that contains the application instance.
status
Status of application instance. Possible values: [unknown, non-exists, created, running, stopped, removed, removed-permanently].
Creating application instance¶
You can create application instance manualy by specifying target node:
onteoncli application-instance create <applicationId> <nodeId>
or by creating distribution, that will manage instances automatically (recommended for production).