Azure Functions · JSON Structure

Azure Functions Container Network Interface Statistics Structure

ContainerNetworkInterfaceStatistics schema from Azure Functions API

Type: object Properties: 8
CloudComputeEvent-DrivenFunctionsServerless

ContainerNetworkInterfaceStatistics is a JSON Structure definition published by Azure Functions, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

rxBytes rxDropped rxErrors rxPackets txBytes txDropped txErrors txPackets

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-functions/refs/heads/main/json-structure/azure-functions-container-network-interface-statistics-structure.json",
  "description": "ContainerNetworkInterfaceStatistics schema from Azure Functions API",
  "type": "object",
  "properties": {
    "rxBytes": {
      "format": "int64",
      "type": "integer"
    },
    "rxDropped": {
      "format": "int64",
      "type": "integer"
    },
    "rxErrors": {
      "format": "int64",
      "type": "integer"
    },
    "rxPackets": {
      "format": "int64",
      "type": "integer"
    },
    "txBytes": {
      "format": "int64",
      "type": "integer"
    },
    "txDropped": {
      "format": "int64",
      "type": "integer"
    },
    "txErrors": {
      "format": "int64",
      "type": "integer"
    },
    "txPackets": {
      "format": "int64",
      "type": "integer"
    }
  },
  "name": "ContainerNetworkInterfaceStatistics"
}