Security Services Platform Metrics API Operations Index
All available Security Services Platform Metrics API Operations
Gets information like description, unit, value_type, metric_type about the metric keys available for a resource type.
Gets time-series metrics data for a given resource_type and resource_id. Use the /key-info API to check which keys have 'is_time_series' set to 'true'. It can be used to fetch raw metrics and aggregated metrics for metrics keys. A distinct metric is defined by a combination of resource_type, site_id, node_id, resource_id, obj_id, and metric_key. Only a few metric keys support query time aggregation. Use the /key-info API to check which keys have aggregate_by_resource_ids set to 'true'.
Gets the last reported metric data for a given resource_type and resource_id. This can be a raw value or lifetime counter value. Use the /key-info API to check which keys have 'is_point_in_time' set to 'true'. A distinct metric is defined by a combination of resource_type, site_id, node_id, resource_id, obj_id, and metric_key.
Gets information about reported objects corresponding to a resource_type, resource_ids and metric keys. Use this to filter out the data points on time-series or point-in-time APIs as needed.