Azure Container Registry · Example Payload

Azure Container Registry Event Response Message Example

AzureContainer ImagesContainersDockerRegistry

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

Top-level fields

contentheadersreasonPhrasestatusCodeversion

Example Payload

Raw ↑
{
  "content": "example-string",
  "headers": {},
  "reasonPhrase": "example-string",
  "statusCode": "example-string",
  "version": "example-string"
}