POST /storage/stores/blob

Create a Blob store

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
projectId String No
region String No

Valid values:

  • "dxb1"
  • "cle1"
  • "iad1"
  • "lhr1"
  • "sfo1"
  • "hkg1"
  • "pdx1"
  • "sin1"
  • "bom1"
  • "cdg1"
  • "fra1"
  • "kix1"
  • "icn1"
  • "cpt1"
  • "yul1"
  • "dub1"
  • "gru1"
  • "hnd1"
  • "syd1"
  • "arn1"
name String Yes
access String No

Valid values:

  • "public"
  • "private"

Default value: "public"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.