application_create
Create a new IoT application by providing a code, unit ID, and queue host URI. Returns the application ID and a one-time default password for immediate access.
Instructions
Create an application. Returns applicationId and the one-time default password.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | AMQP message TTL in milliseconds (0 = unlimited). | |
| code | Yes | Application code, pattern [A-Za-z0-9][A-Za-z0-9-_]*. Lowercased. | |
| info | No | Other information. | |
| name | No | Display name. | |
| length | No | AMQP max queue length (0 = unlimited). | |
| unitId | Yes | Associated unit ID. | |
| hostUri | Yes | Application queue URI (e.g. amqp://host/vhost). |