metaDashboardStats

metaDashboardStats
metaDashboardStats

Start time, end time and interval details.

JSON Example
{
    "vnics": [
        {
            "subInterfaces": {
                "subInterfaces": [
                    {
                        "index": 0,
                        "tunnelId": 0,
                        "name": "string",
                        "addressGroups": {
                            "addressGroups": [
                                {
                                    "subnetPrefixLength": "string",
                                    "secondaryAddresses": {
                                        "type": "string",
                                        "ipAddress": [
                                            "string"
                                        ]
                                    },
                                    "primaryAddress": "string",
                                    "subnetMask": "string"
                                }
                            ]
                        },
                        "vlanId": 0,
                        "label": "string",
                        "logicalSwitchName": "string",
                        "isConnected": false,
                        "mtu": 0,
                        "logicalSwitchId": "string",
                        "enableSendRedirects": false
                    }
                ]
            },
            "addressGroups": {
                "addressGroups": [
                    {
                        "subnetPrefixLength": "string",
                        "secondaryAddresses": {
                            "type": "string",
                            "ipAddress": [
                                "string"
                            ]
                        },
                        "primaryAddress": "string",
                        "subnetMask": "string"
                    }
                ]
            },
            "isConnected": false,
            "enableSendRedirects": false,
            "inShapingPolicy": {
                "burstSize": 0,
                "averageBandwidth": 0,
                "peakBandwidth": 0,
                "enabled": false,
                "inherited": false
            },
            "label": "string",
            "enableProxyArp": false,
            "index": 0,
            "name": "string",
            "mtu": 0,
            "fenceParameters": [
                {
                    "value": "string",
                    "key": "string"
                }
            ],
            "macAddresses": [
                {
                    "edgeVmHaIndex": 0,
                    "value": "string"
                }
            ],
            "outShapingPolicy": {
                "burstSize": 0,
                "averageBandwidth": 0,
                "peakBandwidth": 0,
                "enabled": false,
                "inherited": false
            },
            "portgroupName": "string",
            "enableBridgeMode": false,
            "type": "string",
            "portgroupId": "string"
        }
    ],
    "endTime": 0,
    "startTime": 0,
    "interval": 0
}
array of vnic
vnics
Optional

Statistics data is collected for these vNICs.

integer As int64 As int64
endTime
Optional

End time in seconds.

integer As int64 As int64
startTime
Optional

Start time in seconds.

integer As int32 As int32
interval
Optional

Time interval in seconds.