Skip to main content

Configure Cloud Account

Select

SaaS
Customer Managed

This API creates a new cloud account.

Request Body
    oneOf

  • name string required

    New cloud Account name

  • subscriptionId string required

    Azure Subscription ID

  • credential object

    Azure cloud Account credential info. Use Select Azure credentials API to fetch or Create a new using Configure Azure credentials API.

    This is optional and not needed if connection is using managed identities for azure resources with the backupgateways input

  • id integer

    Credential ID

  • name string

    Credential Name

  • backupGateways object[]

    List of backup gateways in Metallic.

    Optional if the backup is direct to cloud

  • id integer
  • name string
  • isMSSQL boolean

    Set this to true if the cloudAccount type is of MSSQL

  • region object required

    SaaS Workload Region

  • id integer required

    Region ID. Use Select Region to get it

  • name string required

    Region Name

Responses

OK


Schema
  • id integer
  • name string
Loading...