POST realm/applications/<app_name>/instances

This web method creates an application instance within an application definition.

Input Data

Supply a JSON representation of the application instance object in the message body. At minimum, that representation must include the name attribute, specifying the name of the new instance.

Example Requests

curl -X POST http://<host>:<port>/api/v1/realm/applications/<app_name>/instances -d <json_defn>