QuestionQ36

APIs

Which two statements are accurate about using the AppDynamics REST API to retrieve metrics?

Choose two
  • A End-time value must be provided if using the time-range-type of AFTER_TIME.
  • B Wildcards can be used in the REST API metric path.
  • C Metrics can be retrieved for a fixed time range.
  • D Median is one of the returned values.
  • E Minimum and maximum values are meaningful for all metric types.
Explanation

The Metric and Snapshot API supports wildcard characters in metric-path segments to retrieve data across multiple matching entities. It also supports fixed time windows through the BETWEEN_TIMES range type, using explicit start-time and end-time parameters. AFTER_TIME requires a start time and duration, rather than an end time; median is not a returned metric value; and min/max are unavailable for many count- or sum-based metrics.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!