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
- 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[]
{
"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
POST /instance/dbbrowse/:instanceid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://localhost/commandcenter/api/instance/DBbrowse/:instanceId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": {
"instanceName": "string",
"instanceId": "string"
},
"path": "string",
"pointInTime": "string"
}'
curl -L -X POST 'https://localhost/commandcenter/api/instance/DBbrowse/:instanceId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": {
"instanceName": "string",
"instanceId": "string"
},
"path": "string",
"pointInTime": "string"
}'
curl -L -X POST 'https://localhost/commandcenter/api/instance/DBbrowse/:instanceId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": {
"instanceName": "string",
"instanceId": "string"
},
"path": "string",
"pointInTime": "string"
}'
curl -L -X POST 'https://localhost/commandcenter/api/instance/DBbrowse/:instanceId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": {
"instanceName": "string",
"instanceId": "string"
},
"path": "string",
"pointInTime": "string"
}'
curl -L -X POST 'https://localhost/commandcenter/api/instance/DBbrowse/:instanceId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": {
"instanceName": "string",
"instanceId": "string"
},
"path": "string",
"pointInTime": "string"
}'
curl -L -X POST 'https://localhost/commandcenter/api/instance/DBbrowse/:instanceId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": {
"instanceName": "string",
"instanceId": "string"
},
"path": "string",
"pointInTime": "string"
}'
curl -L -X POST 'https://localhost/commandcenter/api/instance/DBbrowse/:instanceId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": {
"instanceName": "string",
"instanceId": "string"
},
"path": "string",
"pointInTime": "string"
}'