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"
]