create_submodel
Create a new Submodel on an AAS server by sending its data structure to the /submodels endpoint.
Instructions
Creates a new Submodel on the AAS server.
Corresponds to: POST /submodels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Base URL of the AAS server. Defaults to configured host. | http://localhost:8081 |
| submodel | Yes | A dictionary representing the Submodel to be created. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||