InlineObjectInfoRequest1
{
"resource_type": "string",
"resource_ids": [
"string"
],
"keys": [
"string"
],
"site_ids": [
"string"
],
"include_deleted_resources": false
}
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.
Input list of entity ids for which metrics data is being queried for. If resource_ids are UUID's as opposed to intent paths, make sure all the resource_ids are associated with the correct resource_type.
List of metric keys for which data is queried for. This is a required field.
Optional Input list of site ids filter for which metrics data is being queried for.
Whether to include deleted resources in the response. If set to true, the response will include data points for deleted resources. By default, deleted resources are not included in the response. Currently, this flag is only supported for Rule resource type.