Skip to main content

Get Unconfigured Instances

Select

SaaS
Customer Managed

This operation performs an instance discovery on a client and returns any unconfigured instances

Path Parameters
  • clientId integer required

    ID of the client where discovery happens

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • sqlDiscoveredServer object[]
  • buildVersion integer
  • serverType string
  • servername string
  • fullversion string
  • majorVersion integer
  • minorVersion integer
GET /client/:clientid/sql/unconfiguredservers    

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/Sql/unconfiguredServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'