Discovery of IP Router
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 05:55 AM
In payload missing minimum set of input values for criterion (matching) attributes from identify rule for table [cmdb_ci_ip_router]. Add these input values in payload item '{"className":"cmdb_ci_ip_router","values":{"short_description":"VeloCloud VC_XEN_AWS\nSystem OID: 1.3.6.1.4.1.45346.1.1\nGenuineIntel: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz\nSCSI disk (/dev/sda)\nSCSI disk (/dev/sdb)","discovery_source":"ServiceNow","name":"azueus2vcrvc002","classifier":"b9e8a5b40ab30151007111d556cd0718","sys_class_name":"cmdb_ci_ip_router"},"internal_id":"0be7410e3752c690891c4a2f6612ea09","sys_object_source_info":{},"settings":{},"sys_ire_info":{},"display_values":{}}'
How to resolve this error while credentials are working fine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 05:57 AM
2024-05-22 04:11:03: MISSING_MATCHING_ATTRIBUTES:
In payload missing minimum set of input values for criterion (matching) attributes from identify rule for table [cmdb_ci_ip_router]. Add these input values in payload item '{"className":"cmdb_ci_ip_router","values":{"short_description":"VeloCloud VC_XEN_AWS\nSystem OID: 1.3.6.1.4.1.45346.1.1\nGenuineIntel: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz\nSCSI disk (/dev/sda)\nSCSI disk (/dev/sdb)","discovery_source":"ServiceNow","name":"azueus2vcrvc002","classifier":"b9e8a5b40ab30151007111d556cd0718","sys_class_name":"cmdb_ci_ip_router"},"internal_id":"0be7410e3752c690891c4a2f6612ea09","sys_object_source_info":{},"settings":{},"sys_ire_info":{},"display_values":{}}'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 07:24 PM
Hi @sadhna
The CMDB Identification API error message is saying you don't have enough unique attributes returning from Discovery to be able to attempt matching to the CMDB.
By default, the Hardware Rule should be set up to identify items . However, it seems that either this Identifier Entry has been altered or a new Identifier has been created from the extended tables of Hardware (computer, server), and it lacks the necessary entries to function properly.
OR
There is a system property for CMDB Identification and Reconciliation process that enforces mandatory fields and prevented discovery updating.
Mark it Helpful and Accept Solution!! If this helps you to understand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:27 AM
So what should I do to fix this error, change identifier entries?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:38 AM
Hi @sadhna ,
Two things to be checked :
1. See if the target table has sufficient Identification rule / attributes configured.
2. Copy the input payload that you received only the Json of the result and go to navigator and search for > identification simulation module
>Click on > start exploring exisitng json
>Data source > servicenow
>paste the json and click on run simulation
Here you will get the actual error which is responsible for the above error that you shared. I Assume this may be because of duplication of CI attribute value.
start exploring this way... i hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....