Azure Functions · Example Payload

Azure Functions Container Cpu Statistics Example

CloudComputeEvent-DrivenFunctionsServerless

Azure Functions Container Cpu Statistics Example is an example object payload from Azure Functions, 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
}