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 the 'id' or 'path' field on the NSX API output, or it can be '*' if fetching Top N values is needed. For example, '/infra/tier-0s/tier0-providerA' or '/cluster'.
This is a required field. Resource Type for which metric keys and their information is requested for Examples of supported NSX resource types are PolicyEdgeNode, HostTransportNode, Tier0Interface, Tier1Interface, Tier0, Tier1, Rule, SegmentPort. Examples of supported (Security Services Platform) resource_types are SspCluster, SspNode and various SSP Services.
List of metric keys for which data is queried for. This is a required field. Use the /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)
Point-in-time aggregation object. Aggregates metrics across various dimensions.