-
Notifications
You must be signed in to change notification settings - Fork 14
Introduce a new Asset Administration Shell Repository Basic Profile #496
Copy link
Copy link
Open
Description
What is missing?
There are currently only three service profiles to describe an Asset Administration Shell Repository:
- Full
- Read
- Query
#1 and #2 require that operations on Referables (SubmodelElements) are possible, while #3 requires query functionality. It is not possible to describe an Asset Administration Shell Repository that operates on Identifiables (AAS + Submodels).
How should it be fixed?
Add a new "Asset Administration Shell Repository - Basic Profile" (final name can be different), with these operations only:
-
AAS Repository API:
- GetAssetAdministrationShellById
- GetAllAssetAdministrationShellsByAssetId
- PostAssetAdministrationShell
- PutAssetAdministrationShellById
-
Submodel Repository API by superpath:
- GetSubmodelById
- PutSubmodelById
-
Description API:
- GetDescription
-
I have signed the required Developer Certificate of Origin (DCO) already.
Reactions are currently unavailable