Property
mssql_ssrp
| Property Name | Type | Description | Required |
|---|---|---|---|
| instances | array of MssqlSsrpInstance | Yes |
MssqlSsrpInstance
| Property Name | Type | Description | Required |
|---|---|---|---|
| instance_name | string | ||
| is_clustered | boolean | ||
| server_name | string | Yes | |
| tcp | integer | ||
| version | string | Yes | |
| version_name | string |
↑ TopExample
{
"instances": [
{
"instance_name": "MSSQL_PPWDB",
"is_clustered": false,
"version": "13.2.5026.0",
"server_name": "PACS",
"tcp": 49826
}
]
}