-
Notifications
You must be signed in to change notification settings - Fork 6
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
Query Parameter for GetAllAssetAdministrationShellIdsByAssetLink faces implicit length limit #19
Comments
I think the underlying problem is that the Then
can somehow control the problem. |
Why 1852 characters? Total URL limit (assumption) - max length of endpoint URL (2KiB): Better number is appreciated... |
Full proposal for the parameter:
|
The base64-encoded example contains the following array:
|
no practical implications at the moment, therefore postponing it. |
Decision as of 14.11.2023: GET /lookup/shells?assetIds will be set to deprecated and instead a POST API-Operation will be introduced. A new class AssetLink will be created with the two attributes "name" and "value" only. |
What?
The GET /lookup/shells?assetIds is limited by URL length limits.
A long value of assetIds can exceed the length.
How?
Introduce a POST /lookup/shells where the assetIds can be provided in the payload.
This issue relates to finding
Fe#6
.The text was updated successfully, but these errors were encountered: