POST realm/applications/app_name/instances

The web method POST realm/applications/app_name/instances 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/intances -d json_defn