Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new Component "AAS Gateway" #447

Open
FriedJannik opened this issue Sep 12, 2024 · 0 comments
Open

Create new Component "AAS Gateway" #447

FriedJannik opened this issue Sep 12, 2024 · 0 comments

Comments

@FriedJannik
Copy link
Member

This is the main Ticket
It is split into Sub-Tickets

Idea

Allow distribution of AAS/SM Descriptors in different Registries as well as AASs and Submodels to be placed in distributed Repositories when using the preconfiguration feature or the upload endpoint. When using the upload endpoint, SM Descriptors should also be present in the AAS Registry. When executing DELETE requests on the registry the user should be able to determine, if Submodels/AAS should also be deleted. The default is configurable in application.properties

Affected API Endpoints

  • POST /shells
  • PUT /shells/{aasIdentifier} (relevant when updating SM references when SM Descriptors are Part of the AAS Registry, could be problematic)
  • POST /shells/{aasIdentifier} (relevant when updating SM references when SM Descriptors are Part of the AAS Registry, could be problematic)
  • DELETE /shells/{aasIdentifier}/submodel-refs/{submodelIdentifier} (could be problematic)
  • DELETE /shell-descriptors/{aasIdentifier}
  • POST /submodels
  • DELETE /submodel-descriptors/{submodelIdentifier}

Approach

New client component that has its own API. This client component will be located in-between the standardized BaSyx components and the User/UI. The API will include the following endpoints

  • POST /shells (enhancement of the standardized AAS Repository endpoint)
  • PUT /shells/{aasIdentifier} (enhancement)
  • DELETE /shells/{aasIdentifier} (enhancement)
  • POST /submodels (enhancement)
  • DELETE /submodels/{submodelIdentifier} (enhancement)
  • POST /upload (new non standardized endpoint)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: BaSyx Java V2
Development

No branches or pull requests

1 participant