Sha256: 1a54f333b1d3514b7ff4170aa3ca574c7f215d12d46b18f6da0b24f48beb5e37
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 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` (no limit). | [optional][default to 0] | | **request_max_bytes** | **Integer** | The maximum number of bytes sent in one request. Defaults `0` (no limit). | [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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fastly-4.0.0.alpha2 | docs/LoggingHttpsAllOf.md |