Duplicate ci collector#173
Duplicate ci collector#173maheshkhatal27 wants to merge 2 commits intoServiceNowDevProgram:mainfrom maheshkhatal27:duplicate-ci-collector
Conversation
…through a specified MID Server. It uses basic authentication and returns the HTTP status code along with the response body. Useful for testing integrations, endpoint reachability, and verifying credentials before deploying production integrations.
…c table(anything that is extended from cmdb like cmdb_ci, etc) and field such as serial number, asset_tag etc.
|
✅ Valid PR for ActionPack Thank you for your contribution. This PR complies with the CONTRIBUTING.md. |
|
There is an unwanted file for rest_api_connection_testerestablisher flow action in your PR. Thanks for your submission. It appears that this pull request contains more files than described in the title. Please review and update the pull request to either remove the extra/unintended files or to update the description to be more comprehensive. Ensure your contributions are meaningful and adhere to the project’s standards. [If applicable: You can create a new branch on your forked repository to avoid accidental inclusions of new commits in the future.]. Closing this for now. Once you make additional changes, feel free to re-open this Pull Request or create a new one. There is an unwanted file for rest_api_connection_testerestablisher flow action in your PR. |
This action utility can be used to identify duplicate records in any CMDB table.
It works dynamically based on the provided field (e.g., name, serial_number, asset_tag, etc.).
Inputs:
tableName – The CMDB table to check.
fieldName – The field used to detect duplicates.
Output:
outputs.duplicate_records = [
{ name: 'Record Name', count: },
... ]