get_submodel_metadata
Retrieves structural metadata for a Submodel identified by its unique ID. Enables inspection of the Submodel's elements and properties from an AAS server.
Instructions
Retrieves the metadata of a specific Submodel.
Corresponds to: GET /submodels/{submodel_id}/$metadata
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 Submodel ID. Defaults to True. | |
| submodel_id | Yes | The unique identifier of the Submodel. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||