Skip to main content

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

OK


Schema
  • clientId integer
  • instanceName string
  • appName string
  • applicationId integer
  • clientName string
  • instanceId integer
  • _type_ integer
GET /getid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
clientName — query
agent — query
instanceName — query
subclient — query
curl -L -X GET 'https://localhost/webconsole/api/getId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'