docs/LoggingSplunkApi.md in fastly-8.4.0 vs docs/LoggingSplunkApi.md in fastly-8.5.0
- old
+ new
@@ -46,11 +46,11 @@
tls_hostname: 'tls_hostname_example', # String | The hostname to verify the server's certificate. This should be one of the Subject Alternative Name (SAN) fields for the certificate. Common Names (CN) are not supported.
request_max_entries: 56, # Integer | The maximum number of logs sent in one request. Defaults `0` for unbounded.
request_max_bytes: 56, # Integer | The maximum number of bytes sent in one request. Defaults `0` for unbounded.
url: 'url_example', # String | The URL to post logs to.
token: 'token_example', # String | A Splunk token for use in posting logs over HTTP to your collector.
- use_tls: Fastly::LoggingUseTls::no_tls, # LoggingUseTls |
+ use_tls: Fastly::LoggingUseTlsString::no_tls, # LoggingUseTlsString |
}
begin
# Create a Splunk log endpoint
result = api_instance.create_log_splunk(opts)
@@ -77,11 +77,11 @@
| **tls_hostname** | **String** | The hostname to verify the server's certificate. This should be one of the Subject Alternative Name (SAN) fields for the certificate. Common Names (CN) are not supported. | [optional][default to 'null'] |
| **request_max_entries** | **Integer** | The maximum number of logs sent in one request. Defaults `0` for unbounded. | [optional][default to 0] |
| **request_max_bytes** | **Integer** | The maximum number of bytes sent in one request. Defaults `0` for unbounded. | [optional][default to 0] |
| **url** | **String** | The URL to post logs to. | [optional] |
| **token** | **String** | A Splunk token for use in posting logs over HTTP to your collector. | [optional] |
-| **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] |
+| **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] |
### Return type
[**LoggingSplunkResponse**](LoggingSplunkResponse.md)
@@ -235,11 +235,11 @@
tls_hostname: 'tls_hostname_example', # String | The hostname to verify the server's certificate. This should be one of the Subject Alternative Name (SAN) fields for the certificate. Common Names (CN) are not supported.
request_max_entries: 56, # Integer | The maximum number of logs sent in one request. Defaults `0` for unbounded.
request_max_bytes: 56, # Integer | The maximum number of bytes sent in one request. Defaults `0` for unbounded.
url: 'url_example', # String | The URL to post logs to.
token: 'token_example', # String | A Splunk token for use in posting logs over HTTP to your collector.
- use_tls: Fastly::LoggingUseTls::no_tls, # LoggingUseTls |
+ use_tls: Fastly::LoggingUseTlsString::no_tls, # LoggingUseTlsString |
}
begin
# Update a Splunk log endpoint
result = api_instance.update_log_splunk(opts)
@@ -267,10 +267,10 @@
| **tls_hostname** | **String** | The hostname to verify the server's certificate. This should be one of the Subject Alternative Name (SAN) fields for the certificate. Common Names (CN) are not supported. | [optional][default to 'null'] |
| **request_max_entries** | **Integer** | The maximum number of logs sent in one request. Defaults `0` for unbounded. | [optional][default to 0] |
| **request_max_bytes** | **Integer** | The maximum number of bytes sent in one request. Defaults `0` for unbounded. | [optional][default to 0] |
| **url** | **String** | The URL to post logs to. | [optional] |
| **token** | **String** | A Splunk token for use in posting logs over HTTP to your collector. | [optional] |
-| **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] |
+| **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] |
### Return type
[**LoggingSplunkResponse**](LoggingSplunkResponse.md)