The Assets View allows you to search, add, edit, and remove assets, while displaying details such IDs and content types.
Use the Search Field ๐๏ธ in the top left to look up a specific asset. The list will only show assets which contain the entered value.
What is an Asset?
An asset is a representation of a physical object.
For more information, see What is an Asset?
Add Asset
Make sure you have prepared a suitable submodel, which you need to link with the asset (see Submodel Service Details). From the submodel you will need its Base URL and Content type.
In Dataspace OS, the content type is set as application/json by default.
The Base URL of the submodel follows a straightforward schema:
http://[NameOfSubmodelService]:8080/v1/aas/submodels/data/[SubmodelID]
For example:
http://mysubmodelservice:8080/v1/aas/submodels/data/urn:uuid:05c805f0-563b-4d60-a7e4-189871dd80ae
NOTICE
Extensive Knowledge Required
Working with proxy information and OAuth2 credentials requires extensive knowledge about web data transfers, restful APIs (e.g. HTTP methods etc.).
Contact Cofinity-X for more information about the applicability in your Catena-X Dataspace
Select Add asset.
The new asset is set up in the dialog.Set the identification of the asset:
Select Generate to generate a suitable unique ID.
Enter a meaningful Asset name and Description.
In section Additional Props select Add.
Enter a meaningful key-value-pair.
For example:key=productiondate
,value=2024-01-01
.If you need more key-value-pairs, select + Add.
For Adress type select HTTP.
For Content type select the propriate content type from your submodel (Dataspace OS default:
application/json
).Enter the Base URL of the submodel that should be linked to the asset.
Select Save to add the asset.
More Options
Select an asset, to display detailed information.
The Base URL links to the used submodel via the submodelId (see Submodel Service Details).
Delete Asset
To delete a submodel, choose the submodel from the list.
Select Delete. Confirm the removal.
NOTICE
Risk of Data Loss
Removing an item cannot be undone. Before removing, make sure the item is not in use.