InlineObjectInfoRequest1

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

This is a required field. Resource Type for which metric keys and their information is requested for. Example of support NSX resource types are PolicyEdgeNode, HostTransportNode, Tier0Interface, Tier1Interface, Tier0, Tier1, Rule, SegmentPort. Example of supported (Security Services Platform) resource_types are SspCluster, SspNode and various SSP Services.

array of string
resource_ids
Required
Constraints: maxItems: 5

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.