InlinePointInTimeMetricsQuery0
{
"resource_ids": [
"string"
],
"resource_types": [
"string"
],
"keys": [
"string"
],
"sort_by": "string",
"sort_ascending": false,
"page_number": 0,
"page_size": 0,
"filters": [
{
"filter_field": "string",
"filter_operation": "string",
"value": "string"
}
],
"aggregation": {
"aggregation_dimension": "string",
"aggregation_function": "string"
}
}
List of all the resource ids within the resource type. This can be 'id' or 'path' field on the NSX API output or it can be '*' if need to fetch Top N values. E.g '/infra/tier-0s/tier0-providerA' or '/cluster'.
NSX Resource type for which metrics is queried for. This is a required field. Currently restricted to one. Examples of few of the Supported NSX resource types are PolicyEdgeNode, ClusterNode, Tier0Interface, Tier1Interface, Tier0, Tier1. Refer to the 'resource_type' on NSX API output. Supported NAPP (NSX Application Platform) resource_types are Napp (Kubernetes cluster level) and NappNode (Kubernetes worker level).
List of metric keys for which data is queried for. This is required. Use /key-info API to see which metric keys are supported for a given resource_type.
The field options to filtering and sorting.
Whether to sort in ascending order or not
Used along with the page size to fetch the desired set of records
Maximum number of results to return in this page (server may return fewer)