Get All Backup Sets
Select
SaaS
Customer Managed
This operation returns a list of backup sets for a client.
Either clientId or clientName is required
Query Parameters
- clientId int32
The client ID for the client. If the client ID is not known, use the GET Client Id API to retrieve it
- clientName string
The client name for the client. If the client name is not known, use the GET Client API to retrieve it
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
backupsetProperties object[]
{
"backupsetProperties": [
{
"modifiedTime": 0,
"indexSettings": {},
"fsBackupSet": {
"preserveFileAccessTimes": true,
"useDCserviceForScan": true
},
"planEntity": {
"planId": 0,
"planName": "string"
},
"backupSetEntity": {
"clientId": 0,
"clientName": "string",
"instanceName": "string",
"appName": "string",
"backupsetId": 0,
"_type_": 0,
"instanceId": 0,
"backupsetName": "string",
"applicationId": 0
}
}
]
}
{
"backupsetProperties": [
{
"modifiedTime": 1487014530,
"indexSettings": {},
"fsBackupSet": {
"preserveFileAccessTimes": false,
"useDCserviceForScan": true
},
"planEntity": {},
"backupSetEntity": {
"clientId": 2,
"clientName": "greenvalley",
"instanceName": "DefaultInstanceName",
"appName": "Windows File System",
"backupsetId": 3,
"_type_": 6,
"instanceId": 1,
"backupsetName": "defaultBackupSet",
"applicationId": 33
}
}
]
}
GET /backupset
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'