Skip to main content

Get Unconfigured Databases

This operation fetches a list of databases not yet discovered for an instance

Path Parameters
  • clientId string required

    Id of the client

  • instanceId string required

    Id of the instance

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • sqlDBInfo object[]
  • databaseName string
  • recoveryModelType integer
  • createdTime integer
  • databaseId integer
GET /client/:clientid/sql/instance/:instanceid/unconfigureddatabases    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientId — path required
instanceId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/Sql/Instance/:instanceId/unconfiguredDatabases' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'