Sha256: f2e89c257b88dc9e8d84040ad133a661577ab74385542e1a9ce49e19362c46c6

Contents?: true

Size: 1.42 KB

Versions: 19

Compression:

Stored size: 1.42 KB

Contents

# Fastly::LoggingHttpsAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **url** | **String** | The URL to send logs to. Must use HTTPS. Required. | [optional] |
| **request_max_entries** | **Integer** | The maximum number of logs sent in one request. Defaults `0` (10k). | [optional][default to 0] |
| **request_max_bytes** | **Integer** | The maximum number of bytes sent in one request. Defaults `0` (100MB). | [optional][default to 0] |
| **content_type** | **String** | Content type of the header sent with the request. | [optional][default to 'null'] |
| **header_name** | **String** | Name of the custom header sent with the request. | [optional][default to 'null'] |
| **message_type** | [**LoggingMessageType**](LoggingMessageType.md) |  | [optional][default to 'classic'] |
| **header_value** | **String** | Value of the custom header sent with the request. | [optional][default to 'null'] |
| **method** | **String** | HTTP method used for request. | [optional][default to 'POST'] |
| **json_format** | **String** | Enforces valid JSON formatting for log entries. | [optional] |
| **format** | **String** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional][default to '%h %l %u %t \"%r\" %>s %b'] |

[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
fastly-6.0.2 docs/LoggingHttpsAllOf.md
fastly-6.0.1 docs/LoggingHttpsAllOf.md
fastly-6.0.0 docs/LoggingHttpsAllOf.md
fastly-5.3.1 docs/LoggingHttpsAllOf.md
fastly-5.3.0 docs/LoggingHttpsAllOf.md
fastly-5.2.2 docs/LoggingHttpsAllOf.md
fastly-5.2.1 docs/LoggingHttpsAllOf.md
fastly-5.2.0 docs/LoggingHttpsAllOf.md
fastly-5.1.1 docs/LoggingHttpsAllOf.md
fastly-5.1.0 docs/LoggingHttpsAllOf.md
fastly-5.0.0 docs/LoggingHttpsAllOf.md
fastly-4.4.0 docs/LoggingHttpsAllOf.md
fastly-4.3.0 docs/LoggingHttpsAllOf.md
fastly-4.2.0 docs/LoggingHttpsAllOf.md
fastly-4.1.0 docs/LoggingHttpsAllOf.md
fastly-4.0.1.pre.alpha.0 docs/LoggingHttpsAllOf.md
fastly-4.0.0 docs/LoggingHttpsAllOf.md
fastly-4.0.0.alpha4 docs/LoggingHttpsAllOf.md
fastly-4.0.0.alpha3 docs/LoggingHttpsAllOf.md