You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**GetAllAssetAdministrationShellDescriptors**| Return all AAS descriptor |`GET http://localhost:8083/api/v3.0/shell-descriptors`|
17
-
|**GetAssetAdministrationShellDescriptorById**| Return a specific AAS descriptor |`GET http://localhost:8083/api/v3.0/shell-descriptors/{aasIdentifier}`|
18
-
|**PostAssetAdministrationShellDescriptor**| Register/create a new AAS descriptor |`POST http://localhost:8083/api/v3.0/shell-descriptors`|
19
-
|**PutAssetAdministrationShellDescriptorById**| Update an existing AAS descriptor |`PUT http://localhost:8083/api/v3.0/shell-descriptors/{aasIdentifier}`|
20
-
|**DeleteAssetAdministrationShellDescriptorById**| Delete an AAS descriptor by ID |`DELETE http://localhost:8083/api/v3.0/shell-descriptors/{aasIdentifier}`|
21
-
|**GetSubmodelDescriptorsThroughSuperPath**| Return all submodel descriptors under AAS descriptor |`GET http://localhost:8083/api/v3.0/shell-descriptors/{aasIdentifier}/submodel-descriptors`|
22
-
|**PostSubmodelDescriptorThroughSuperPath**| Register/create a new submodel descriptor under AAS descriptor |`POST http://localhost:8083/api/v3.0/shell-descriptors/{aasIdentifier}/submodel-descriptors`|
23
-
|**GetSubmodelDescriptorThroughSuperPath**| Return a specific submodel descriptor under AAS descriptor |`GET http://localhost:8083/api/v3.0/shell-descriptors/{aasIdentifier}/submodel-descriptors/{submodelIdentifier}`|
24
-
|**PutSubmodelDescriptorThroughSuperPath**| Update a specific submodel descriptor under AAS descriptor |`PUT http://localhost:8083/api/v3.0/shell-descriptors/{aasIdentifier}/submodel-descriptors/{submodelIdentifier}`|
25
-
|**DeleteSubmodelDescriptorThroughSuperPath**| Delete a specific submodel descriptor under AAS descriptor |`DELETE http://localhost:8083/api/v3.0/shell-descriptors/{aasIdentifier}/submodel-descriptors/{submodelIdentifier}`|
26
-
|**GetDescription**| Return the self‑description of the AAS registry service |`GET http://localhost:8083/api/v3.0/description`|
|**GetAllAssetAdministrationShellDescriptors**| Return all AAS descriptor |`GET http://localhost:8083/api/v3.1.1/shell-descriptors`|
17
+
|**GetAssetAdministrationShellDescriptorById**| Return a specific AAS descriptor |`GET http://localhost:8083/api/v3.1.1/shell-descriptors/{aasIdentifier}`|
18
+
|**PostAssetAdministrationShellDescriptor**| Register/create a new AAS descriptor |`POST http://localhost:8083/api/v3.1.1/shell-descriptors`|
19
+
|**PutAssetAdministrationShellDescriptorById**| Update an existing AAS descriptor |`PUT http://localhost:8083/api/v3.1.1/shell-descriptors/{aasIdentifier}`|
20
+
|**DeleteAssetAdministrationShellDescriptorById**| Delete an AAS descriptor by ID |`DELETE http://localhost:8083/api/v3.1.1/shell-descriptors/{aasIdentifier}`|
21
+
|**GetSubmodelDescriptorsThroughSuperPath**| Return all submodel descriptors under AAS descriptor |`GET http://localhost:8083/api/v3.1.1/shell-descriptors/{aasIdentifier}/submodel-descriptors`|
22
+
|**PostSubmodelDescriptorThroughSuperPath**| Register/create a new submodel descriptor under AAS descriptor |`POST http://localhost:8083/api/v3.1.1/shell-descriptors/{aasIdentifier}/submodel-descriptors`|
23
+
|**GetSubmodelDescriptorThroughSuperPath**| Return a specific submodel descriptor under AAS descriptor |`GET http://localhost:8083/api/v3.1.1/shell-descriptors/{aasIdentifier}/submodel-descriptors/{submodelIdentifier}`|
24
+
|**PutSubmodelDescriptorThroughSuperPath**| Update a specific submodel descriptor under AAS descriptor |`PUT http://localhost:8083/api/v3.1.1/shell-descriptors/{aasIdentifier}/submodel-descriptors/{submodelIdentifier}`|
25
+
|**DeleteSubmodelDescriptorThroughSuperPath**| Delete a specific submodel descriptor under AAS descriptor |`DELETE http://localhost:8083/api/v3.1.1/shell-descriptors/{aasIdentifier}/submodel-descriptors/{submodelIdentifier}`|
26
+
|**GetDescription**| Return the self‑description of the AAS registry service |`GET http://localhost:8083/api/v3.1.1/description`|
0 commit comments