Get subclient for NAS Client
Select
SaaS
Customer Managed
Get subclient ID of the NAS Client Created
Query Parameters
- clientName string required
Client Name of the NAS Client
- agent string required
Default value:
NDMP
- subclient string required
Default value:
default
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- subclientId integer
- clientId integer
- appName string
- applicationId integer
- clientName string
- backupsetId integer
- instanceId integer
- subclientName string
- _type_ integer
{
"subclientId": 0,
"clientId": 0,
"appName": "string",
"applicationId": 0,
"clientName": "string",
"backupsetId": 0,
"instanceId": 0,
"subclientName": "string",
"_type_": 0
}
{
"subclientId": 71,
"clientId": 35,
"appName": "NDMP",
"applicationId": 13,
"clientName": "NAS4",
"backupsetId": 52,
"instanceId": 1,
"subclientName": "default",
"_type_": 7
}
Loading...