CAIQUM-7059: Adding datasource to AIQUM 9.16 windows fails with "The \"applications\" object is invalid. Both \"application\" and \"authentication-methods\" must be specified."
- Views:
- 10
- Visibility:
- Public
- Votes:
- 0
- Category:
- active-iq-unified-manager
- Specialty:
- OM
- Last Updated:
- 4/4/2025, 4:53:59 AM
Issue
- Adding data source fails with the following error:
"The \"applications\" object is invalid. Both \"application\" and \"authentication-methods\" must be specified."
- ONTAP
audit-mlog.log
shows the following error:
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.