Skip to main content

Fetch RAC instance

Select

SaaS
Customer Managed

Fetch properties of oracle RAC instances associated to the client.

Responses

OK


Schema
  • instanceProperties object[]
  • isDeleted boolean
  • applicationSize integer
  • excludeFromSLA boolean
  • scIdxEnabled integer
  • isSnapEnabled boolean
  • autoDiscovered boolean
  • instance object

    Shows all Instance properties

  • clientName string
  • instanceName string
  • displayName string
  • instanceId integer
  • instanceGUID string
  • clientId integer
  • appName string
  • applicationId integer
  • instanceActivityControl object

    Instance activiy control options

  • activityControlOptions object[]
  • activityType integer
  • enableAfterADelay boolean
  • enableActivityType boolean
  • planEntity object
  • planType integer
  • planName string
  • planSubtype integer
  • planId integer
  • cloudDBInstance object
  • overRideAccessNode boolean
  • accessNodes object
GET /instance    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/commandcenter/api
token
curl -L -X GET 'https://localhost/commandcenter/api/Instance' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'