lib/fastly/api/logging_logentries_api.rb in fastly-7.1.1 vs lib/fastly/api/logging_logentries_api.rb in fastly-7.2.0
- old
+ new
@@ -25,11 +25,11 @@
# @option opts [String] :placement 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`.
# @option opts [String] :response_condition The name of an existing condition in the configured endpoint, or leave blank to always execute.
# @option opts [String] :format A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). (default to '%h %l %u %t \"%r\" %>s %b')
# @option opts [Integer] :format_version 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`. (default to FORMAT_VERSION::v2)
# @option opts [Integer] :port The port number. (default to 20000)
- # @option opts [String] :token Use token based authentication ([https://logentries.com/doc/input-token/](https://logentries.com/doc/input-token/)).
+ # @option opts [String] :token Use token based authentication.
# @option opts [LoggingUseTls] :use_tls (default to LoggingUseTls::no_tls)
# @option opts [String] :region The region to which to stream logs.
# @return [LoggingLogentriesResponse]
def create_log_logentries(opts = {})
data, _status_code, _headers = create_log_logentries_with_http_info(opts)
@@ -44,11 +44,11 @@
# @option opts [String] :placement 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`.
# @option opts [String] :response_condition The name of an existing condition in the configured endpoint, or leave blank to always execute.
# @option opts [String] :format A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). (default to '%h %l %u %t \"%r\" %>s %b')
# @option opts [Integer] :format_version 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`. (default to FORMAT_VERSION::v2)
# @option opts [Integer] :port The port number. (default to 20000)
- # @option opts [String] :token Use token based authentication ([https://logentries.com/doc/input-token/](https://logentries.com/doc/input-token/)).
+ # @option opts [String] :token Use token based authentication.
# @option opts [LoggingUseTls] :use_tls (default to LoggingUseTls::no_tls)
# @option opts [String] :region The region to which to stream logs.
# @return [Array<(LoggingLogentriesResponse, Integer, Hash)>] LoggingLogentriesResponse data, response status code and response headers
def create_log_logentries_with_http_info(opts = {})
if @api_client.config.debugging
@@ -364,11 +364,11 @@
# @option opts [String] :placement 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`.
# @option opts [String] :response_condition The name of an existing condition in the configured endpoint, or leave blank to always execute.
# @option opts [String] :format A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). (default to '%h %l %u %t \"%r\" %>s %b')
# @option opts [Integer] :format_version 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`. (default to FORMAT_VERSION::v2)
# @option opts [Integer] :port The port number. (default to 20000)
- # @option opts [String] :token Use token based authentication ([https://logentries.com/doc/input-token/](https://logentries.com/doc/input-token/)).
+ # @option opts [String] :token Use token based authentication.
# @option opts [LoggingUseTls] :use_tls (default to LoggingUseTls::no_tls)
# @option opts [String] :region The region to which to stream logs.
# @return [LoggingLogentriesResponse]
def update_log_logentries(opts = {})
data, _status_code, _headers = update_log_logentries_with_http_info(opts)
@@ -384,10 +384,10 @@
# @option opts [String] :placement 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`.
# @option opts [String] :response_condition The name of an existing condition in the configured endpoint, or leave blank to always execute.
# @option opts [String] :format A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). (default to '%h %l %u %t \"%r\" %>s %b')
# @option opts [Integer] :format_version 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`. (default to FORMAT_VERSION::v2)
# @option opts [Integer] :port The port number. (default to 20000)
- # @option opts [String] :token Use token based authentication ([https://logentries.com/doc/input-token/](https://logentries.com/doc/input-token/)).
+ # @option opts [String] :token Use token based authentication.
# @option opts [LoggingUseTls] :use_tls (default to LoggingUseTls::no_tls)
# @option opts [String] :region The region to which to stream logs.
# @return [Array<(LoggingLogentriesResponse, Integer, Hash)>] LoggingLogentriesResponse data, response status code and response headers
def update_log_logentries_with_http_info(opts = {})
if @api_client.config.debugging