create_submodel_ref
Add a submodel reference to an existing Asset Administration Shell by providing the Shell ID and submodel reference details. Links submodels to enable complete asset data management.
Instructions
Creates a submodel reference for a specific Shell.
Corresponds to: POST /shells/{shell_id}/submodel-refs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Base URL of the AAS server. Defaults to configured host. | http://localhost:8081 |
| encode | No | Whether to Base64-encode the Shell ID. Defaults to True. | |
| shell_id | Yes | The unique identifier of the Shell. | |
| submodel_ref | Yes | A dictionary representing the submodel reference to be added. |