Oracle Instance Discovery
Select
SaaS
Customer Managed
This operation is used to discover oracle instances on the client
Path Parameters
- clientId integer required
The clientId of the client on which instance discovery must be run.
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
error object
errorString stringerrorCode integer
{
"error": {
"errorString": "string",
"errorCode": 0
}
}
{
"error": {
"errorString": "",
"errorCode": 0
}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Not found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "No client is specified",
"errorCode": 4
}
Loading...