Azure Container Instances · Example Payload

Azure Container Instances Event Example

AzureCloudContainer InstancesContainersMicrosoftServerless

Azure Container Instances Event Example is an example object payload from Azure Container Instances, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countfirstTimestamplastTimestampmessagenametype

Example Payload

Raw ↑
{
  "count": 1,
  "firstTimestamp": "2026-04-19T12:00:00Z",
  "lastTimestamp": "2026-04-19T12:00:00Z",
  "message": "example-string",
  "name": "example-string",
  "type": "example-string"
}