Get Backupset Id
Select
SaaS
Customer Managed
This operation returns Backupset Id
Query Parameters
- clientname string
Name of the client(URL Encoded)
- agent string
Name of the Agent(URL Encoded)
- backupset string
Backupset Name(URL Encoded)
- subclient string
Subclient Name(URL Encoded)
- instanceName string
Instance Name(URL Encoded)
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Get Id - With Agent Name
- Get Id - With Backupset Name
Schema
- applicationId integer
- clientName string
- clientId integer
- _type_ integer
- appName string
{
"applicationId": 0,
"clientName": "string",
"clientId": 0,
"_type_": 0,
"appName": "string"
}
{
"applicationId": 33,
"clientName": "dm2perf3",
"clientId": 2,
"_type_": 4,
"appName": "File System"
}
{
"applicationId": 33,
"clientName": "dm2perf3",
"backupsetId": 3,
"instanceId": 1,
"clientId": 2,
"backupsetName": "defaultBackupSet",
"_type_": 6,
"appName": "File System"
}
Loading...