Fetch OracleRAC Entity ID
Select
SaaS
Customer Managed
Fetch oracleRAC entity Id using query parameters.
Query Parameters
- clientName string
Name of the client
- agent string
- instanceName string
Name of the instance
- subclient string
Subclient Name
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Fetch Instance id for R A Cinstance
- Fetch Subclientid
Schema
- clientId integer
- instanceName string
- appName string
- applicationId integer
- clientName string
- instanceId integer
- _type_ integer
{
"clientId": 0,
"instanceName": "string",
"appName": "string",
"applicationId": 0,
"clientName": "string",
"instanceId": 0,
"_type_": 0
}
{
"clientId": 234,
"instanceName": "rksrc",
"appName": "oracle RAC",
"applicationId": 80,
"clientName": "rklin-cluster",
"instanceId": 706,
"_type_": 5
}
{
"subclientId": 2292,
"clientId": 234,
"appName": "oracle RAC",
"applicationId": 80,
"clientName": "rklin-cluster",
"backupsetId": 1065,
"instanceId": 703,
"subclientName": "default",
"backupsetName": "defaultBackupSet",
"_type_": 7
}
Unauthorized
Not Found
Loading...