hi All,
In ITSI services we can see the total list of services we have. But we don't have any option to export the name. Is it possible to extract the list of ITSI services in a table through any rest search?
Thanks,
Sree
i think you can leverage the lookup: service_kpi_lookup
try the following search:
| inputlookup service_kpi_lookup
| fields title kpis.title
| rename title as Service kpis.title as KPI
hope it helps