Microsoft Azure · Example Payload

Microsoft Azure Service Getproperties Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Microsoft Azure Service Getproperties 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": "Service_GetProperties",
  "method": "GET",
  "path": "/",
  "summary": "Microsoft Azure Get Blob Service Properties",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/xml",
      "name": "ServiceGetproperties200Example",
      "example": {
        "Logging": {
          "Version": "example_value",
          "Delete": true,
          "Read": true,
          "Write": true,
          "RetentionPolicy": {
            "Enabled": true,
            "Days": 10
          }
        },
        "HourMetrics": {
          "Version": "example_value",
          "Enabled": true,
          "IncludeAPIs": true
        },
        "MinuteMetrics": {
          "Version": "example_value",
          "Enabled": true,
          "IncludeAPIs": true
        },
        "Cors": {
          "CorsRule": [
            {}
          ]
        },
        "DefaultServiceVersion": "example_value",
        "DeleteRetentionPolicy": {
          "Enabled": true,
          "Days": 10
        },
        "StaticWebsite": {
          "Enabled": true,
          "IndexDocument": "example_value",
          "ErrorDocument404Path": "example_value"
        }
      }
    },
    {
      "status": "default",
      "contentType": "application/xml",
      "name": "ServiceGetpropertiesdefaultExample",
      "example": {
        "Code": "example_value",
        "Message": "example_value",
        "AuthenticationErrorDetail": "example_value"
      }
    }
  ]
}