Get Agent Id
This operation returns an Agent/Application Id
Request Parameters
Name | Description |
clientName | Name of the client(URL Encoded) |
agent | Name of the Agent(URL Encoded) |
instanceName | Instance Name(URL Encoded) |
backupset | Backupset Name(URL Encoded) |
subclient | Subclient Name(URL Encoded) |
Query Parameters
- clientName string
- agent string
- backupset string
- subclient string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Get Id - With Client Name
- Get Id - With Agent Name
- Get Id - With Backupset Name
- Get Id - With Subclient Name
Schema
- clientName string
- clientId integer
- _type_ integer
{
"clientName": "string",
"clientId": 0,
"_type_": 0
}
{
"clientName": "yashdutch",
"clientId": 18,
"_type_": 3
}
{
"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"
}
{
"subclientId": 2,
"applicationId": 33,
"clientName": "dm2perf3",
"backupsetId": 3,
"instanceId": 1,
"clientId": 2,
"subclientName": "default",
"backupsetName": "defaultBackupSet",
"_type_": 7,
"appName": "File System"
}
Loading...