Azure Container Instances · Example Payload

Azure Container Instances Container State Example

AzureCloudContainer InstancesContainersMicrosoftServerless

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

Top-level fields

detailStatusexitCodefinishTimestartTimestate

Example Payload

Raw ↑
{
  "detailStatus": "example-string",
  "exitCode": 1,
  "finishTime": "2026-04-19T12:00:00Z",
  "startTime": "2026-04-19T12:00:00Z",
  "state": "example-string"
}