Azure Function Apps · Example Payload

Azure Function Apps Container Cpu Statistics Example

AzureComputeFaaSFunctionsServerless

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

Top-level fields

onlineCpuCountsystemCpuUsage

Example Payload

Raw ↑
{
  "onlineCpuCount": 1,
  "systemCpuUsage": 1
}