Skip to main content

Select Content Groups

Select

SaaS

This API retrieves the list of content groups of an Azure Blob instance.

Path Parameters
  • instanceId integer required

    Id of the Azure Blob instance

Responses

OK


Schema
  • contentGroups object[]
  • id integer

    Content group id

  • name string

    Content group name

  • isBackupEnabled boolean

    Backup status

  • lastBackupSize integer
  • totalBackupSize integer
  • contents object

    List of associated contents

  • path string[]
  • exclusions string[]
  • exceptions string[]
  • plan object

    Id of the associated plan

  • id integer
  • name string

    Name of the associated plan

Loading...