@@ -126,6 +126,34 @@ The server can also be run directly on the host system without Docker, NGINX and
126126
127127The server can be accessed at http://localhost:8080/api/v3.0/ from your host system.
128128
129+ # # Currently Unimplemented
130+ Several features and routes are currently not supported :
131+
132+ 1. Correlation ID : Not implemented because it was deemed unnecessary for this server.
133+
134+ 2. Extent Parameter (`withBlobValue/withoutBlobValue`) :
135+ Not implemented due to the lack of support in JSON/XML serialization.
136+
137+ 3. Route `/shells/{aasIdentifier}/asset-information/thumbnail` : Not implemented because the specification lacks clarity.
138+
139+ 4. Serialization and Description Routes :
140+ - ` /serialization`
141+ - ` /description`
142+ These routes are not implemented at this time.
143+
144+ 5. Value, Path, and PATCH Routes :
145+ - All `/…/value$`, `/…/path$`, and `PATCH` routes are currently not implemented.
146+
147+ 6. Operation Invocation Routes : The following routes are not implemented because operation invocation
148+ is not yet supported by the `basyx-python-sdk` :
149+ - ` POST /submodels/{submodelIdentifier}/submodel-elements/{idShortPath}/invoke`
150+ - ` POST /submodels/{submodelIdentifier}/submodel-elements/{idShortPath}/invoke/$value`
151+ - ` POST /submodels/{submodelIdentifier}/submodel-elements/{idShortPath}/invoke-async`
152+ - ` POST /submodels/{submodelIdentifier}/submodel-elements/{idShortPath}/invoke-async/$value`
153+ - ` GET /submodels/{submodelIdentifier}/submodel-elements/{idShortPath}/operation-status/{handleId}`
154+ - ` GET /submodels/{submodelIdentifier}/submodel-elements/{idShortPath}/operation-results/{handleId}`
155+ - ` GET /submodels/{submodelIdentifier}/submodel-elements/{idShortPath}/operation-results/{handleId}/$value`
156+
129157# # Acknowledgments
130158
131159This Dockerfile is inspired by the [tiangolo/uwsgi-nginx-docker][10] repository.
0 commit comments