Fastly · Arazzo Workflow
Fastly Provision a Service
Version 1.0.0
Create a service, add a draft version, attach a backend and a domain, then activate.
View Spec
View on GitHub
CDNEdge CloudEdge ComputeWebAssemblySecurityAIObservabilityAsyncAPIStreamingWebhooksLoggingArazzoWorkflows
Provider
Workflows
provision-service
Stand up a new Fastly VCL service end to end and activate it.
Creates a service, creates a draft version on it, adds an origin backend and a domain to that version, then activates the version to make the configuration live.
1
createService
createService
Create the new VCL service that will hold the configuration.
2
createVersion
createServiceVersion
Open a new draft version on the freshly created service.
3
addBackend
createBackend
Attach an origin backend to the draft version.
4
addDomain
createDomain
Associate the public domain with the draft version.
5
activateVersion
activateServiceVersion
Activate the draft version so the configuration goes live.
Source API Descriptions
openapi
openapi