Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

GET /Info/TestConnection

サーバへの接続をテストします。

URL パラメータ

なし。

要求の本文の詳細

このサービスでは要求の本文は無視されます。

要求の例

  • 要求のメソッド :

    GET

  • 要求の URL :

    http://localhost:57772/api/deepsee/v1/Info/TestConnection

    URL の有効な形式に関する説明は、“概要とサンプル” の章の “DeepSee REST API の概要” を参照してください。

応答の例

{
    "Status": "OK",
    "DispatchClass": "%DeepSee.REST.v1.InfoServer",
    "NameSpace": "SAMPLES"
}
FeedbackOpens in a new tab