InlineObjectInfoRequest1

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

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.

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.

boolean
include_deleted_resources
Optional

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.