ServerStatus
Checks whether the configured server’s MSSQL-compatible API dependencies are ready and returns a status row for the check.
Syntax
wds.ServerStatus(@serverConfig)
Arguments
| Name | Type | Description |
|---|---|---|
| @serverConfig | wds.ServerConfig | Supplies the server URI used to call the MSSQL-compatible readiness endpoint. |
Returns
TABLE (Name NVARCHAR(255), Value NVARCHAR(MAX), Description NVARCHAR(MAX)) — a table of status indicators. The Ready row reports whether the readiness request succeeded; Description contains the response text or the error.
Data Contracts
ServerConfig
API server configuration.
| Name | Type | Description |
|---|---|---|
| Uri | Uri | API server URI. |
Parse accepts wds://user:password@host:port?https=false, requires the wds scheme, and produces an HTTP URI unless https=true is supplied. Validation requires a URI.