Bentley Systems · Arazzo Workflow
Bentley Register Reality Data and Grant Write Access
Version 1.0.0
Create a reality data record, confirm it, and obtain a write-access container URL for upload.
View Spec
View on GitHub
Infrastructure EngineeringDigital TwinBIMCADReality CaptureConstructionAsset ManagementGeospatialiTwiniModelArazzoWorkflows
Provider
Workflows
register-reality-data
Register reality data and obtain a write-access container URL for upload.
Creates a reality data record, reads it back to confirm registration, and requests a write-access container URL for uploading the reality data files.
1
createRealityData
CreateRealityData
Register the reality data record with its metadata. The returned id is used for all subsequent access and upload operations.
2
confirmRegistration
{$sourceDescriptions.realityManagementApi.url}#/paths/~1reality-data~1{realityDataId}/get
Read the reality data record back to confirm the registration succeeded before requesting upload access.
3
grantWriteAccess
{$sourceDescriptions.realityManagementApi.url}#/paths/~1reality-data~1{realityDataId}~1writeaccess/post
Request a write-access container URL for the reality data so a client can upload the underlying files.