InlineMetricsPointInTimeExportRequest1
Additional properties specific to point-in-time export requests.
{
"keys": [
"string"
],
"resource_types": [
"string"
],
"resource_ids": [
"string"
],
"filters": [
{
"filter_field": "string",
"filter_operation": "string",
"value": "string"
}
],
"sort_by": "string",
"sort_ascending": false,
"aggregation": {
"aggregation_dimension": "string",
"aggregation_function": "string"
}
}
keys
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 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'.
The field options to filtering and sorting.
Whether to sort in ascending order or not
Point-in-time aggregation object. Aggregates metrics across various dimensions.