Microsoft Azure · Example Payload

Microsoft Azure Catalog List Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Catalog_List",
  "method": "GET",
  "path": "/acr/v1/_catalog",
  "summary": "Microsoft Azure List Repositories",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "CatalogList200Example",
      "example": {
        "repositories": [
          "example_value"
        ]
      }
    },
    {
      "status": "default",
      "contentType": "application/json",
      "name": "CatalogListdefaultExample",
      "example": {
        "errors": [
          {
            "code": "example_value",
            "message": "example_value",
            "detail": "example_value"
          }
        ]
      }
    }
  ]
}