Zuplo · Arazzo Workflow
Zuplo Provision an API Key Bucket
Version 1.0.0
Create a new API key bucket and read it back to confirm it exists.
Provider
Workflows
provision-api-key-bucket
Create an API key bucket and confirm it by reading it back.
Creates a new bucket for the account, then fetches the bucket detail to verify the provisioned record and surface the bucket id and name.
1
createBucket
ApiKeyBucketsService_create
Create a new API key bucket on the account with the supplied name and optional description.
2
readBucket
ApiKeyBucketsService_read
Read the bucket detail back using the name returned from creation to confirm the bucket was provisioned.