Skip to main content

Create Azure Blob Instance

Select

SaaS

This API creates an Azure Blob Instance.

Request Body
    oneOf

  • name string required

    ObjectStorage instance name.

  • plan object required
  • id integer
  • name string
  • credential object required
  • id integer
  • name string
  • contents object
  • path array

    Optional list of files and folders to be added as content. Defaults to /

  • exclusions array

    Optional list of files and folders to exclude

  • exceptions array

    Optional list of files and folders to be added to the exceptions list

  • storageAccount string required

    Name of the Azure storage account

  • hostURL string

    Optional. Defaults to blob.core.windows.net

  • region object required
  • id integer
  • name string
  • accessNodes array
  • id integer

    Id of ObjectStorage access node. This could be a Client id or Client Group id.

  • name string

    Name of ObjectStorage access node. This could be a Client name or Client Group name.

Responses

OK


Schema
  • id integer
  • name string
Loading...