You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$options['name'] = 'name_example'; // string | The name of the backend.
55
55
$options['override_host'] = 'override_host_example'; // string | If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL.
56
56
$options['port'] = 56; // int | Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request.
57
-
$options['prefer_ipv6'] = True; // bool | Prefer IPv6 connections to origins for hostname backends.
57
+
$options['prefer_ipv6'] = True; // bool | Prefer IPv6 connections to origins for hostname backends. Default is 'false' for Delivery services and 'true' for Compute services.
58
58
$options['request_condition'] = 'request_condition_example'; // string | Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests.
59
59
$options['share_key'] = 'share_key_example'; // string | Value that when shared across backends will enable those backends to share the same health check.
60
-
$options['shield'] = 'shield_example'; // string | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding).
60
+
$options['shield'] = 'shield_example'; // string | Identifier of the POP to use as a [shield](https://www.fastly.com/documentation/guides/getting-started/hosts/shielding/).
61
61
$options['ssl_ca_cert'] = 'ssl_ca_cert_example'; // string | CA certificate attached to origin.
62
62
$options['ssl_cert_hostname'] = 'ssl_cert_hostname_example'; // string | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all.
63
63
$options['ssl_check_cert'] = true; // bool | Be strict on checking SSL certs.
@@ -106,10 +106,10 @@ Name | Type | Description | Notes
106
106
**name** | **string** | The name of the backend. | [optional]
107
107
**override_host** | **string** | If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. | [optional]
108
108
**port** | **int** | Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. | [optional]
109
-
**prefer_ipv6** | **bool** | Prefer IPv6 connections to origins for hostname backends. | [optional]
109
+
**prefer_ipv6** | **bool** | Prefer IPv6 connections to origins for hostname backends. Default is 'false' for Delivery services and 'true' for Compute services. | [optional]
110
110
**request_condition** | **string** | Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. | [optional]
111
111
**share_key** | **string** | Value that when shared across backends will enable those backends to share the same health check. | [optional]
112
-
**shield** | **string** | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
112
+
**shield** | **string** | Identifier of the POP to use as a [shield](https://www.fastly.com/documentation/guides/getting-started/hosts/shielding/). | [optional]
113
113
**ssl_ca_cert** | **string** | CA certificate attached to origin. | [optional]
114
114
**ssl_cert_hostname** | **string** | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. | [optional]
115
115
**ssl_check_cert** | **bool** | Be strict on checking SSL certs. | [optional][defaults to true]
$options['name'] = 'name_example'; // string | The name of the backend.
276
276
$options['override_host'] = 'override_host_example'; // string | If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL.
277
277
$options['port'] = 56; // int | Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request.
278
-
$options['prefer_ipv6'] = True; // bool | Prefer IPv6 connections to origins for hostname backends.
278
+
$options['prefer_ipv6'] = True; // bool | Prefer IPv6 connections to origins for hostname backends. Default is 'false' for Delivery services and 'true' for Compute services.
279
279
$options['request_condition'] = 'request_condition_example'; // string | Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests.
280
280
$options['share_key'] = 'share_key_example'; // string | Value that when shared across backends will enable those backends to share the same health check.
281
-
$options['shield'] = 'shield_example'; // string | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding).
281
+
$options['shield'] = 'shield_example'; // string | Identifier of the POP to use as a [shield](https://www.fastly.com/documentation/guides/getting-started/hosts/shielding/).
282
282
$options['ssl_ca_cert'] = 'ssl_ca_cert_example'; // string | CA certificate attached to origin.
283
283
$options['ssl_cert_hostname'] = 'ssl_cert_hostname_example'; // string | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all.
284
284
$options['ssl_check_cert'] = true; // bool | Be strict on checking SSL certs.
@@ -328,10 +328,10 @@ Name | Type | Description | Notes
328
328
**name** | **string** | The name of the backend. | [optional]
329
329
**override_host** | **string** | If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. | [optional]
330
330
**port** | **int** | Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. | [optional]
331
-
**prefer_ipv6** | **bool** | Prefer IPv6 connections to origins for hostname backends. | [optional]
331
+
**prefer_ipv6** | **bool** | Prefer IPv6 connections to origins for hostname backends. Default is 'false' for Delivery services and 'true' for Compute services. | [optional]
332
332
**request_condition** | **string** | Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. | [optional]
333
333
**share_key** | **string** | Value that when shared across backends will enable those backends to share the same health check. | [optional]
334
-
**shield** | **string** | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
334
+
**shield** | **string** | Identifier of the POP to use as a [shield](https://www.fastly.com/documentation/guides/getting-started/hosts/shielding/). | [optional]
335
335
**ssl_ca_cert** | **string** | CA certificate attached to origin. | [optional]
336
336
**ssl_cert_hostname** | **string** | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. | [optional]
337
337
**ssl_check_cert** | **bool** | Be strict on checking SSL certs. | [optional][defaults to true]
Copy file name to clipboardExpand all lines: docs/Api/LoggingAzureblobApi.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,8 @@ $options['version_id'] = 56; // int | Integer identifying a service version.
39
39
$options['name'] = 'name_example'; // string | The name for the real-time logging configuration.
40
40
$options['placement'] = 'placement_example'; // string | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`.
41
41
$options['response_condition'] = 'response_condition_example'; // string | The name of an existing condition in the configured endpoint, or leave blank to always execute.
42
-
$options['format'] = '%h %l %u %t \"%r\" %>s %b'; // string | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats).
42
+
$options['format'] = '%h %l %u %t \"%r\" %>s %b'; // string | A Fastly [log format string](https://www.fastly.com/documentation/guides/integrations/streaming-logs/custom-log-formats/).
43
+
$options['log_processing_region'] = 'none'; // string | The geographic region where the logs will be processed before streaming. Valid values are `us`, `eu`, and `none` for global.
43
44
$options['format_version'] = 2; // int | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`.
44
45
$options['message_type'] = 'classic'; // string | How the message should be formatted.
45
46
$options['timestamp_format'] = 'timestamp_format_example'; // string | A timestamp format
@@ -71,7 +72,8 @@ Name | Type | Description | Notes
71
72
**name** | **string** | The name for the real-time logging configuration. | [optional]
72
73
**placement** | **string** | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`. | [optional][one of: 'none', 'null']
73
74
**response_condition** | **string** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional]
74
-
**format** | **string** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional][defaults to '%h %l %u %t "%r" %>s %b']
75
+
**format** | **string** | A Fastly [log format string](https://www.fastly.com/documentation/guides/integrations/streaming-logs/custom-log-formats/). | [optional][defaults to '%h %l %u %t "%r" %>s %b']
76
+
**log_processing_region** | **string** | The geographic region where the logs will be processed before streaming. Valid values are `us`, `eu`, and `none` for global. | [optional][one of: 'none', 'eu', 'us'][defaults to 'none']
75
77
**format_version** | **int** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][one of: 1, 2]
76
78
**message_type** | **string** | How the message should be formatted. | [optional][one of: 'classic', 'loggly', 'logplex', 'blank'][defaults to 'classic']
77
79
**timestamp_format** | **string** | A timestamp format | [optional]
$options['name'] = 'name_example'; // string | The name for the real-time logging configuration.
221
223
$options['placement'] = 'placement_example'; // string | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`.
222
224
$options['response_condition'] = 'response_condition_example'; // string | The name of an existing condition in the configured endpoint, or leave blank to always execute.
223
-
$options['format'] = '%h %l %u %t \"%r\" %>s %b'; // string | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats).
225
+
$options['format'] = '%h %l %u %t \"%r\" %>s %b'; // string | A Fastly [log format string](https://www.fastly.com/documentation/guides/integrations/streaming-logs/custom-log-formats/).
226
+
$options['log_processing_region'] = 'none'; // string | The geographic region where the logs will be processed before streaming. Valid values are `us`, `eu`, and `none` for global.
224
227
$options['format_version'] = self::FORMAT_VERSION_v2; // int | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`.
225
228
$options['message_type'] = 'classic'; // string | How the message should be formatted.
226
229
$options['timestamp_format'] = 'timestamp_format_example'; // string | A timestamp format
@@ -253,7 +256,8 @@ Name | Type | Description | Notes
253
256
**name** | **string** | The name for the real-time logging configuration. | [optional]
254
257
**placement** | **string** | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`. | [optional][one of: 'none', 'null']
255
258
**response_condition** | **string** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional]
256
-
**format** | **string** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional][defaults to '%h %l %u %t "%r" %>s %b']
259
+
**format** | **string** | A Fastly [log format string](https://www.fastly.com/documentation/guides/integrations/streaming-logs/custom-log-formats/). | [optional][defaults to '%h %l %u %t "%r" %>s %b']
260
+
**log_processing_region** | **string** | The geographic region where the logs will be processed before streaming. Valid values are `us`, `eu`, and `none` for global. | [optional][one of: 'none', 'eu', 'us'][defaults to 'none']
257
261
**format_version** | **int** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][one of: 1, 2]
258
262
**message_type** | **string** | How the message should be formatted. | [optional][one of: 'classic', 'loggly', 'logplex', 'blank'][defaults to 'classic']
259
263
**timestamp_format** | **string** | A timestamp format | [optional]
0 commit comments