Perl-SDK custom probe does not include ci_metric_id in QOS
search cancel

Perl-SDK custom probe does not include ci_metric_id in QOS

book

Article ID: 276748

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

My custom probe, written with Perl-SDK, generates QOS without ci_metric_id.

This causes that I'm unable to pull metrics via uimapi as it needs ci_metric_id's to be populated and, additionally, I don't see the metrics in metrics views. 

Environment

UIM 20.4.x 

 

Cause

Configuration Item functions are possibly not included in the probe code. 

This causes uimapi not to be able to pull metrics via REST calls

 

Resolution

Include ciOpenLocalDevice y ciBindQoS functions in your Perl probe's code for the probe to issue metrics with the ci_metric_id attribute. 

 

 

 

 

Additional Information

Working with Development Tools (broadcom.com)

Perl SDK Reference Guide (broadcom.com)

The Configuration Item functions | Perl-SDK (uim-community.github.io)