Microsoft Azure API Management · Example Payload

Microsoft Azure Api Management Apimanagementoperations List Example

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Microsoft Azure Api Management Apimanagementoperations List Example is an example object payload from Microsoft Azure API Management, 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": "ApiManagementOperations_List",
  "method": "GET",
  "path": "/providers/Microsoft.ApiManagement/operations",
  "summary": "Microsoft Azure API Management ApiManagementOperations_List",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "OperationListExample",
      "example": {
        "value": [
          {
            "name": "Microsoft.ApiManagement/service/read",
            "display": {
              "provider": "Microsoft API Management",
              "resource": "Service",
              "operation": "Read API Management Service"
            }
          },
          {
            "name": "Microsoft.ApiManagement/service/write",
            "display": {
              "provider": "Microsoft API Management",
              "resource": "Service",
              "operation": "Create or Update API Management Service"
            }
          }
        ],
        "nextLink": ""
      }
    }
  ]
}