get deprecatedhttps://{region}.api.clumio.com/connections/mssql/hosts/
Returns a representation of the specified Microsoft SQL Server host.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Returns a representation of the specified Microsoft SQL Server host.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://us-west-2.api.clumio.com/connections/mssql/hosts/host_id \
--header 'accept: application/api.clumio.mssql-hosts=v1+json'
xxxxxxxxxx
22{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
}
},
"discovered_endpoints": [
"string"
],
"edge_connector_version": "string",
"endpoint": "string",
"group_id": "string",
"id": "string",
"last_heartbeat_timestamp": "2025-04-26T19:39:05.494Z",
"name": "string",
"operational_status": "string",
"status": "string",
"subgroup_id": "string",
"uuid": "string"
}