cmdb_services_for_ci
Find which application services include a specified CI or server by sys_id or name, with an optional record limit. Use it for reverse CMDB service mapping and ServiceNow parity lookups.
Instructions
Reverse lookup: which application services contain a given CI/server (svc_ci_assoc). Parity with ServiceNow get_all_application_services_for_a_server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ci | No | sys_id of the CI/server | |
| limit | No | Max records (default 50) | |
| ci_name | No | CI name if sys_id not known |