次の方法で共有


Authentication - Retrieve Authentication Mode

現在のセッションの認証モードを取得します。

GET http://<Servername>/OperationsManager/authenticationMode

応答

名前 説明
200 OK

string

わかりました。認証モードが正常に取得されました。

Media Types: "application/json", "text/json", "application/xml", "text/xml"

RetrieveAuthenticationMode

要求のサンプル

GET http://<Servername>/OperationsManager/authenticationMode

応答のサンプル

[
  "Windows"
]