docs/LoggingScalyrApi.md in fastly-8.0.1 vs docs/LoggingScalyrApi.md in fastly-8.1.0
- old
+ new
@@ -36,11 +36,11 @@
placement: 'none', # 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`.
response_condition: 'response_condition_example', # String | The name of an existing condition in the configured endpoint, or leave blank to always execute.
format: 'format_example', # String | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats).
format_version: 1, # Integer | 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`.
region: 'US', # String | The region that log data will be sent to.
- token: 'token_example', # String | The token to use for authentication ([https://www.scalyr.com/keys](https://www.scalyr.com/keys)).
+ token: 'token_example', # String | The token to use for authentication.
project_id: 'project_id_example', # String | The name of the logfile within Scalyr.
}
begin
# Create a Scalyr log endpoint
@@ -61,11 +61,11 @@
| **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] |
| **response_condition** | **String** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [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'] |
| **format_version** | **Integer** | 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 FORMAT_VERSION::v2] |
| **region** | **String** | The region that log data will be sent to. | [optional][default to 'US'] |
-| **token** | **String** | The token to use for authentication ([https://www.scalyr.com/keys](https://www.scalyr.com/keys)). | [optional] |
+| **token** | **String** | The token to use for authentication. | [optional] |
| **project_id** | **String** | The name of the logfile within Scalyr. | [optional][default to 'logplex'] |
### Return type
[**LoggingScalyrResponse**](LoggingScalyrResponse.md)
@@ -213,11 +213,11 @@
placement: 'none', # 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`.
response_condition: 'response_condition_example', # String | The name of an existing condition in the configured endpoint, or leave blank to always execute.
format: 'format_example', # String | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats).
format_version: 1, # Integer | 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`.
region: 'US', # String | The region that log data will be sent to.
- token: 'token_example', # String | The token to use for authentication ([https://www.scalyr.com/keys](https://www.scalyr.com/keys)).
+ token: 'token_example', # String | The token to use for authentication.
project_id: 'project_id_example', # String | The name of the logfile within Scalyr.
}
begin
# Update the Scalyr log endpoint
@@ -239,10 +239,10 @@
| **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] |
| **response_condition** | **String** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [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'] |
| **format_version** | **Integer** | 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 FORMAT_VERSION::v2] |
| **region** | **String** | The region that log data will be sent to. | [optional][default to 'US'] |
-| **token** | **String** | The token to use for authentication ([https://www.scalyr.com/keys](https://www.scalyr.com/keys)). | [optional] |
+| **token** | **String** | The token to use for authentication. | [optional] |
| **project_id** | **String** | The name of the logfile within Scalyr. | [optional][default to 'logplex'] |
### Return type
[**LoggingScalyrResponse**](LoggingScalyrResponse.md)