Implementing Automation for Cisco Collaboration Solutions (CLAUTO) — Question 22
Which statement describe the function of the perfmonCollectCounterData operation used in the Cisco Unified Communications Manager Serviceability Perfmon
API?
Answer options
- A. It returns the Perfmon data for all counters that belong to an object on a particular host.
- B. It collects files from RTMT.
- C. It collects the Perfmon data for all counters that have been added with perfmonAddCounter to the session handle returned from perfmonOpenSession.
- D. It returns the list of available Perfmon objects and counters on a particular host.
Correct answer: A
Explanation
The correct answer is A because the perfmonCollectCounterData operation is specifically designed to return Perfmon data for all counters linked to an object on a specific host. Options B, C, and D are incorrect as they refer to different functions that do not align with the purpose of the operation in question.