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
Retrieve headers and MD5 hash of the content for a particular URL from each Fastly edge server. This API is limited to 200 requests per hour.
21
+
Retrieve headers and MD5 hash of the content for a particular URL from each Fastly edge server. This API is limited to 200 requests per hour. If the content takes too long to download, the hash will be set to `error-timeout-$pop`. If the response is too large, it will be set to `warning-too-large-$pop`.
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**region** | **string** | The region to which to stream logs. | [optional]
15
15
16
16
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardexpand all lines: docs/LoggingLogentriesApi.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ my $format = '%h %l %u %t "%r" %>s %b'; # string | A Fastly [log format strin
45
45
my$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`.
46
46
my$port = 20000; # int | The port number.
47
47
my$token = "token_example"; # string | Use token based authentication.
48
-
my$use_tls = new WebService::Fastly.LoggingUseTls(); #LoggingUseTls |
48
+
my$use_tls = new WebService::Fastly.LoggingUseTlsString(); #LoggingUseTlsString |
49
49
my$region = "region_example"; # string | The region to which to stream logs.
50
50
51
51
eval {
@@ -70,7 +70,7 @@ Name | Type | Description | Notes
70
70
**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][default to 2]
71
71
**port** | **int**| The port number. | [optional][default to 20000]
72
72
**token** | **string**| Use token based authentication. | [optional]
**region** | **string**| The region to which to stream logs. | [optional]
75
75
76
76
### Return type
@@ -280,7 +280,7 @@ my $format = '%h %l %u %t "%r" %>s %b'; # string | A Fastly [log format strin
280
280
my$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`.
281
281
my$port = 20000; # int | The port number.
282
282
my$token = "token_example"; # string | Use token based authentication.
283
-
my$use_tls = new WebService::Fastly.LoggingUseTls(); #LoggingUseTls |
283
+
my$use_tls = new WebService::Fastly.LoggingUseTlsString(); #LoggingUseTlsString |
284
284
my$region = "region_example"; # string | The region to which to stream logs.
285
285
286
286
eval {
@@ -306,7 +306,7 @@ Name | Type | Description | Notes
306
306
**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][default to 2]
307
307
**port** | **int**| The port number. | [optional][default to 20000]
308
308
**token** | **string**| Use token based authentication. | [optional]
Copy file name to clipboardexpand all lines: docs/LoggingLogentriesResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
15
15
**format_version** | **string** | 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][default to '2']
16
16
**port** | **int** | The port number. | [optional][default to 20000]
17
17
**token** | **string** | Use token based authentication. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments