Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions AasxFileServerServiceSpecification/V3.1_SSP-001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ paths:
summary: Returns a list of available AASX packages at the server
operationId: GetAllAASXPackageIds
x-semanticIds:
- https://admin-shell.io/aas/API/GetAllAASXPackageIds/3/0
- https://admin-shell.io/aas/API/GetAllAASXPackageIds/3/1
parameters:
- name: aasId
in: query
Expand Down Expand Up @@ -60,7 +60,7 @@ paths:
summary: Stores the AASX package at the server
operationId: PostAASXPackage
x-semanticIds:
- https://admin-shell.io/aas/API/PostAASXPackage/3/0
- https://admin-shell.io/aas/API/PostAASXPackage/3/1
requestBody:
description: AASX package
content:
Expand Down Expand Up @@ -121,7 +121,7 @@ paths:
summary: Returns a specific AASX package from the server
operationId: GetAASXByPackageId
x-semanticIds:
- https://admin-shell.io/aas/API/GetAASXByPackageId/3/0
- https://admin-shell.io/aas/API/GetAASXByPackageId/3/1
responses:
'200':
description: Requested AASX package
Expand Down Expand Up @@ -153,7 +153,7 @@ paths:
summary: Creates or updates the AASX package at the server
operationId: PutAASXByPackageId
x-semanticIds:
- https://admin-shell.io/aas/API/PutAASXByPackageId/3/0
- https://admin-shell.io/aas/API/PutAASXByPackageId/3/1
requestBody:
description: AASX package
content:
Expand Down Expand Up @@ -204,7 +204,7 @@ paths:
summary: Deletes a specific AASX package from the server
operationId: DeleteAASXByPackageId
x-semanticIds:
- https://admin-shell.io/aas/API/DeleteAASXByPackageId/3/0
- https://admin-shell.io/aas/API/DeleteAASXByPackageId/3/1
responses:
'204':
description: Deleted successfully
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ paths:
summary: Returns all Asset Administration Shell Descriptors
operationId: GetAllAssetAdministrationShellDescriptors
x-semanticIds:
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/0
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/0
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/1
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/1
parameters:
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
Expand All @@ -52,7 +52,7 @@ paths:
summary: Creates a new Asset Administration Shell Descriptor, i.e. registers an AAS
operationId: PostAssetAdministrationShellDescriptor
x-semanticIds:
- https://admin-shell.io/aas/API/PostAssetAdministrationShellDescriptor/3/0
- https://admin-shell.io/aas/API/PostAssetAdministrationShellDescriptor/3/1
requestBody:
description: Asset Administration Shell Descriptor object
content:
Expand Down Expand Up @@ -89,7 +89,7 @@ paths:
summary: Returns a specific Asset Administration Shell Descriptor
operationId: GetAssetAdministrationShellDescriptorById
x-semanticIds:
- https://admin-shell.io/aas/API/GetAssetAdministrationShellDescriptorById/3/0
- https://admin-shell.io/aas/API/GetAssetAdministrationShellDescriptorById/3/1
parameters:
- name: aasIdentifier
in: path
Expand Down Expand Up @@ -122,7 +122,7 @@ paths:
summary: Creates or updates an existing Asset Administration Shell Descriptor
operationId: PutAssetAdministrationShellDescriptorById
x-semanticIds:
- https://admin-shell.io/aas/API/PutAssetAdministrationShellDescriptorById/3/0
- https://admin-shell.io/aas/API/PutAssetAdministrationShellDescriptorById/3/1
parameters:
- name: aasIdentifier
in: path
Expand Down Expand Up @@ -167,7 +167,7 @@ paths:
summary: Deletes an Asset Administration Shell Descriptor, i.e. de-registers an AAS
operationId: DeleteAssetAdministrationShellDescriptorById
x-semanticIds:
- https://admin-shell.io/aas/API/DeleteAssetAdministrationShellDescriptorById/3/0
- https://admin-shell.io/aas/API/DeleteAssetAdministrationShellDescriptorById/3/1
parameters:
- name: aasIdentifier
in: path
Expand Down Expand Up @@ -197,7 +197,7 @@ paths:
summary: Returns all Submodel Descriptors
operationId: GetAllSubmodelDescriptorsThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/GetAllSubmodelDescriptors/3/0
- https://admin-shell.io/aas/API/GetAllSubmodelDescriptors/3/1
parameters:
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
Expand All @@ -224,7 +224,7 @@ paths:
summary: Creates a new Submodel Descriptor, i.e. registers a submodel
operationId: PostSubmodelDescriptor-ThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/PostSubmodelDescriptor/3/0
- https://admin-shell.io/aas/API/PostSubmodelDescriptor/3/1
requestBody:
description: Submodel Descriptor object
content:
Expand Down Expand Up @@ -266,7 +266,7 @@ paths:
summary: Returns a specific Submodel Descriptor
operationId: GetSubmodelDescriptorByIdThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/GetSubmodelDescriptorById/3/0
- https://admin-shell.io/aas/API/GetSubmodelDescriptorById/3/1
responses:
'200':
description: Requested Submodel Descriptor
Expand All @@ -290,7 +290,7 @@ paths:
summary: Creates or updates an existing Submodel Descriptor
operationId: PutSubmodelDescriptorByIdThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/PutSubmodelDescriptorById/3/0
- https://admin-shell.io/aas/API/PutSubmodelDescriptorById/3/1
requestBody:
description: Submodel Descriptor object
content:
Expand Down Expand Up @@ -328,7 +328,7 @@ paths:
summary: Deletes a Submodel Descriptor, i.e. de-registers a submodel
operationId: DeleteSubmodelDescriptorByIdThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/DeleteSubmodelDescriptorById/3/0
- https://admin-shell.io/aas/API/DeleteSubmodelDescriptorById/3/1
responses:
'204':
description: Submodel Descriptor deleted successfully
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ paths:
summary: Returns all Asset Administration Shell Descriptors
operationId: GetAllAssetAdministrationShellDescriptors
x-semanticIds:
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/0
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/0
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/1
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/1
parameters:
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
Expand Down Expand Up @@ -53,7 +53,7 @@ paths:
summary: Returns a specific Asset Administration Shell Descriptor
operationId: GetAssetAdministrationShellDescriptorById
x-semanticIds:
- https://admin-shell.io/aas/API/GetAssetAdministrationShellDescriptorById/3/0
- https://admin-shell.io/aas/API/GetAssetAdministrationShellDescriptorById/3/1
parameters:
- name: aasIdentifier
in: path
Expand Down Expand Up @@ -89,7 +89,7 @@ paths:
summary: Returns all Submodel Descriptors
operationId: GetAllSubmodelDescriptorsThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/GetAllSubmodelDescriptors/3/0
- https://admin-shell.io/aas/API/GetAllSubmodelDescriptors/3/1
parameters:
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
Expand Down Expand Up @@ -120,7 +120,7 @@ paths:
summary: Returns a specific Submodel Descriptor
operationId: GetSubmodelDescriptorByIdThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/GetSubmodelDescriptorById/3/0
- https://admin-shell.io/aas/API/GetSubmodelDescriptorById/3/1
responses:
'200':
description: Requested Submodel Descriptor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ paths:
operationId: GetAllAssetAdministrationShellDescriptors
x-semanticIds:
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/1
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/0
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/1
parameters:
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
Expand Down
Loading
Loading