Browse Oracle RAC database Instance using instance id
Select
SaaS
Customer Managed
This operation is used to browse a oracle database.
Path Parameters
- instanceId string required
- application/json
Request Body
entity object
instanceName stringRAC instance name
instanceId string requiredOracleRAC InstanceId
- path string
The database path on which browse is to be performed, Example, PDB level, Tablespace Level
- pointInTime string
Unix timestamp of database browse time
Responses
- 200
- 400
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
oracleContent object[]
tableSpace stringfileType integer
{
"oracleContent": [
{
"tableSpace": "string",
"fileType": 0
}
]
}
{
"oracleContent": [
{
"tableSpace": "F_TS_17A635",
"fileType": 5
},
{
"tableSpace": "I_TS_1FA206",
"fileType": 5
},
{
"tableSpace": "SYSAUX",
"fileType": 5
},
{
"tableSpace": "SYSTEM",
"fileType": 5
},
{
"tableSpace": "TB_TS_235589",
"fileType": 5
},
{
"tableSpace": "UNDOTBS1",
"fileType": 5
},
{
"tableSpace": "UNDOTBS2",
"fileType": 5
},
{
"tableSpace": "USERS",
"fileType": 5
},
{
"tableSpace": "V_TS_1CB321",
"fileType": 5
}
]
}
Bad Request
Not Found
Loading...