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
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
contentGroups object[]
{
"contentGroups": [
{
"id": 0,
"name": "string",
"isBackupEnabled": true,
"lastBackupSize": 0,
"totalBackupSize": 0,
"contents": {
"path": [
"string"
],
"exclusions": [
"string"
],
"exceptions": [
"string"
]
},
"plan": {
"id": 0,
"name": "string"
}
}
]
}
{
"contentGroups": [
{
"id": 60928,
"name": "default",
"isBackupEnabled": true,
"lastBackupSize": 0,
"totalBackupSize": 0,
"contents": {
"path": [
"/xyz",
"/abc"
],
"exclusions": [
"/xyz/pqr"
],
"exceptions": [
"/sample"
]
},
"plan": {
"id": 11214,
"name": "test"
}
}
]
}
GET /v4/azurefile/instance/:instanceid/contentgroups
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/azurefile/instance/:instanceId/contentgroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/azurefile/instance/:instanceId/contentgroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/azurefile/instance/:instanceId/contentgroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/azurefile/instance/:instanceId/contentgroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/azurefile/instance/:instanceId/contentgroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/azurefile/instance/:instanceId/contentgroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/azurefile/instance/:instanceId/contentgroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'