Skip to main content

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

OK


Schema
  • error object
  • errorString string
  • errorCode integer
GET /client/:clientid/instance/oracle/discover    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/client/:clientId/instance/oracle/discover' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'