Azure Function Apps · Example Payload

Azure Function Apps Container Network Interface Statistics Example

AzureComputeFaaSFunctionsServerless

Azure Function Apps Container Network Interface Statistics Example is an example object payload from Azure Function Apps, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

rxBytesrxDroppedrxErrorsrxPacketstxBytestxDroppedtxErrorstxPackets

Example Payload

Raw ↑
{
  "rxBytes": 1,
  "rxDropped": 1,
  "rxErrors": 1,
  "rxPackets": 1,
  "txBytes": 1,
  "txDropped": 1,
  "txErrors": 1,
  "txPackets": 1
}