API
The Registry allows accessing the data via REST-API.
Please be aware, that HTTPS is used.
The Registry uses a configurable API prefix for all API calls. By default, the prefix is “/api/v3.0”. The prefix can be changed in the Configuration.
Supported API calls
Asset Administration Shell Registry Interface
/shell-descriptors
/shell-descriptors/{aasIdentifier}
/shell-descriptors/{aasIdentifier}/submodel-descriptors
/shell-descriptors/{aasIdentifier}/submodel-descriptors/{submodelIdentifier}
Submodel Registry Interface
/submodel-descriptors
/submodel-descriptors/{submodelIdentifier}
Description Interface
/description
Discovery Interface
/lookup/shells
/lookup/shells/{aasIdentifier}
Async Bulk Asset Administration Shell Registry API
/bulk/shell-descriptors
Async Bulk Submodel Registry API
/bulk/submodel-descriptors
Async Bulk Status API
/bulk/status/{handleId}
Async Bulk Result API
/bulk/result/{handleId}
Example
In the default configuration, the base URL for the API is e.g.:
https://localhost:8090/api/v3.0/shell-descriptors