{ "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" } } ] }