Skip to main content

Select Content Groups

Select

SaaS

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

Path Parameters
  • instanceId integer required

    Id of the Azure File Share 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

GET /v4/azurefile/instance/:instanceid/contentgroups    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
instanceId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/azurefile/instance/:instanceId/contentgroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'