GET HANA Backup Set ID
GET HANA Backup set ID Get Client ID
Query Parameters
- clientId integer required
HANA Pseudo client ID
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
backupsetProperties object[]
{
"backupsetProperties": [
{
"modifiedTime": 0,
"applicationSize": 0,
"totalBackupSize": 0,
"lastBackupTime": 0,
"firstBackupTime": 0,
"sizeOnMedia": 0,
"dedupeRatio": 0,
"content": [
{}
],
"planEntity": {},
"backupSetEntity": {
"clientName": "string",
"instanceName": "string",
"backupsetId": 0,
"_type_": 0,
"instanceId": 0,
"backupsetGUID": "string",
"clientId": 0,
"appName": "string",
"backupsetName": "string",
"applicationId": 0,
"entityInfo": {
"companyId": 0,
"companyName": "string"
}
},
"sapHanaBackupset": {
"databaseName": "string"
}
}
]
}
{
"backupsetProperties": [
{
"modifiedTime": 1694604951,
"applicationSize": 0,
"totalBackupSize": 0,
"lastBackupTime": 0,
"firstBackupTime": 0,
"sizeOnMedia": 0,
"dedupeRatio": 0,
"content": [
{}
],
"planEntity": {},
"backupSetEntity": {
"clientName": "niraj_REP",
"instanceName": "REP",
"backupsetId": 94,
"_type_": 6,
"instanceId": 54,
"backupsetGUID": "0547AC36-3155-44D6-AAD4-5C55DDC31181",
"clientId": 48,
"appName": "SAP HANA",
"backupsetName": "SYSTEMDB",
"applicationId": 135,
"entityInfo": {
"companyId": 0,
"companyName": "Commcell"
}
},
"sapHanaBackupset": {
"databaseName": "SYSTEMDB"
}
},
{
"modifiedTime": 1694604952,
"applicationSize": 0,
"totalBackupSize": 0,
"lastBackupTime": 0,
"firstBackupTime": 0,
"sizeOnMedia": 0,
"dedupeRatio": 0,
"content": [
{}
],
"planEntity": {},
"backupSetEntity": {
"clientName": "niraj_REP",
"instanceName": "REP",
"backupsetId": 95,
"_type_": 6,
"instanceId": 54,
"backupsetGUID": "22479F59-A80B-4DF8-9D74-97C13DB9B165",
"clientId": 48,
"appName": "SAP HANA",
"backupsetName": "REP",
"applicationId": 135,
"entityInfo": {
"companyId": 0,
"companyName": "Commcell"
}
},
"sapHanaBackupset": {
"databaseName": "REP"
}
}
]
}
Bad Request
- application/json
- Schema
- Example 1
Schema
- string
Request body is empty or format is invalid
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
GET /backupset
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://localhost/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/commandcenter/api/Backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'