Storyblok · Arazzo Workflow
Storyblok Provision Datasource
Version 1.0.0
Validate the space, create a datasource, then read its entries back through the Content Delivery API.
View Spec
View on GitHub
CMSContent DeliveryContent ManagementHeadless CMSImage OptimizationREST APIVisual EditorWebhooksArazzoWorkflows
Provider
Workflows
provision-datasource
Validate a space, create a datasource, and verify it via the delivery API.
Confirms the target space, creates a named datasource, and reads back its entries through the public delivery token to confirm reachability.
1
validateSpace
getSpace
Confirm the target space exists and is accessible before provisioning.
2
createDatasource
createDatasource
Create the datasource container in the space.
3
verifyEntries
listDatasourceEntries
Read the datasource entries back through the public Content Delivery API by slug to confirm the datasource is queryable.
Source API Descriptions
openapi