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
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
- No instance left to configure
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringsqlDiscoveredServer object[]
buildVersion integerserverType stringservername stringfullversion stringmajorVersion integerminorVersion integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"sqlDiscoveredServer": [
{
"buildVersion": 0,
"serverType": "string",
"servername": "string",
"fullversion": "string",
"majorVersion": 0,
"minorVersion": 0
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"sqlDiscoveredServer": [
{
"buildVersion": 1601,
"serverType": "Analysis Services",
"servername": "MANDO-SQL1\\INSTANCE1(Analysis Services)",
"fullversion": "13.0.1601.5",
"majorVersion": 13,
"minorVersion": 0
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
Default value:
Access denied
- errorCode integer
Default value:
5
{
"errorMessage": "Access denied",
"errorCode": 5
}
{
"errorMessage": "Access denied",
"errorCode": 5
}
Loading...