CAIQUM-7059:AIQUM 9.16 Windowsへのデータソースの追加が失敗し、「The \"applications\" object is invalid」というメッセージが表示されます。「application」と「authentication-methods」の両方を指定する必要があります。
問題
- データソースの追加が次のエラーで失敗します。
"The \"applications\" object is invalid. Both \"application\" and \"authentication-methods\" must be specified."
- ONTAP audit-mlog.log
audit-mlog.log
で次のエラーが表示されます。
PATCH /api/security/accounts/<user id used for adding datasource> : {"applications":[{"application":"amqp","authentication_methods":["password"],"second_authentication_method":"none"},{"application":"console","authentication_methods":["password"],"second_authentication_method":"none"},{"application":" http","authentication_methods":["password"],"second_authentication_method":"none"},{"application":"ontapi","authentication_methods":["password","certificate"],"second_authentication_method":"none"},{"authentication_methods":["password"],"second_authentication_method":"none"},{"application":"service_processor","authentication_methods":["password"],"second_authentication_method":"none"},{"application":"ssh","authentication_methods":["password"],"second_authentication_method":"none"}]} :: Error: The "applications" object is invalid. Both "application" and "authentication-methods" must be specified.