InlineObjectInfoRequest1

InlineObjectInfoRequest1
InlineObjectInfoRequest1
JSON Example
{
    "resource_type": "string",
    "resource_ids": [
        "string"
    ],
    "keys": [
        "string"
    ],
    "site_ids": [
        "string"
    ]
}
string
resource_type
Required

NSX Resource type for which metrics is queried for. This is a required field. Examples of few of the Supported NSX resource types are PolicyEdgeNode, ClusterNode, Tier0Interface, Tier1Interface, Tier0, Tier1. Refer to the 'resource_type' on NSX API, and query it here, to check the available metric_keys for it. Supported NAPP (NSX Application Platform) resource_types are Napp (Kubernetes cluster level) and NappNode (Kubernetes worker level).

array of string
resource_ids
Required
Constraints: maxItems: 5 default: 1

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.

array of string
keys
Required
Constraints: maxItems: 10

List of metric keys for which data is queried for. This is a required field.

array of string
site_ids
Optional
Constraints: maxItems: 5

Optional Input list of site ids filter for which metrics data is being queried for.