getTrendingReport
The getTrendingReport operation handles configuration related to
TrendingReport
model.
Path Parameters
|
Parameter
|
Required
|
Type
|
Description
|
|
objId
|
True
|
string
|
Trending report ID to fetch. Use one of the following: "cpu", "memory", "eps" or "throughput".
|
|
Query Parameters
|
Parameter
|
Required
|
Type
|
Description
|
|
time_duration
|
False
|
integer
|
An integer representing the relative query time duration in seconds. For example, 1800 means querying for last 30 minutes
|
|
Example
- name: Execute 'getTrendingReport' operation
ftd_configuration:
operation: "getTrendingReport"
path_params:
objId: "{{ obj_id }}"
query_params:
time_duration: "{{ time_duration }}"