Skip to content

CRUD DTR: Read specific Shell by ID #141

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

Open
1 task
CDiezRodriguez opened this issue Apr 11, 2025 · 1 comment
Open
1 task

CRUD DTR: Read specific Shell by ID #141

CDiezRodriguez opened this issue Apr 11, 2025 · 1 comment
Labels
backend enhancement New feature or request python Pull requests that update Python code
Milestone

Comments

@CDiezRodriguez
Copy link
Contributor

Description

Find the Shell in the Metadata Registry and use the AAS_ID to query to DTR for the specific object.

Acceptance Criteria

  • Return Correct Object

Additional Information

Object -> Metadata Registry View (TBD)

@gomezbc
Copy link
Contributor

gomezbc commented Apr 15, 2025

HEADER: BPN
/v1/aas/shell

Discuss if the data is received as url param (clear text) or as body (encrypted)

Backend receives the BPNL and the id -> Query metadata registry for the serialized_part with that id -> Return the metadata

We don't need to query the DTR, is only metadata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request python Pull requests that update Python code
Projects
Development

No branches or pull requests

3 participants