lib/fastly/api/tls_subscriptions_api.rb in fastly-7.0.0 vs lib/fastly/api/tls_subscriptions_api.rb in fastly-7.1.0
- old
+ new
@@ -297,21 +297,21 @@
end
# Get a TLS subscription
# Show a TLS subscription.
# @option opts [String] :tls_subscription_id Alphanumeric string identifying a TLS subscription. (required)
- # @option opts [String] :include Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations` and `tls_authorizations.globalsign_email_challenge`.
+ # @option opts [String] :include Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`.
# @return [TlsSubscriptionResponse]
def get_tls_sub(opts = {})
data, _status_code, _headers = get_tls_sub_with_http_info(opts)
data
end
# Get a TLS subscription
# Show a TLS subscription.
# @option opts [String] :tls_subscription_id Alphanumeric string identifying a TLS subscription. (required)
- # @option opts [String] :include Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations` and `tls_authorizations.globalsign_email_challenge`.
+ # @option opts [String] :include Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`.
# @return [Array<(TlsSubscriptionResponse, Integer, Hash)>] TlsSubscriptionResponse data, response status code and response headers
def get_tls_sub_with_http_info(opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: TlsSubscriptionsApi.get_tls_sub ...'
end
@@ -365,11 +365,11 @@
# List TLS subscriptions
# List all TLS subscriptions.
# @option opts [String] :filter_state Limit the returned subscriptions by state. Valid values are `pending`, `processing`, `issued`, `renewing`, and `failed`. Accepts parameters: `not` (e.g., `filter[state][not]=renewing`).
# @option opts [String] :filter_tls_domains_id Limit the returned subscriptions to those that include the specific domain.
# @option opts [Boolean] :filter_has_active_order Limit the returned subscriptions to those that have currently active orders. Permitted values: `true`.
- # @option opts [String] :include Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations` and `tls_authorizations.globalsign_email_challenge`.
+ # @option opts [String] :include Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`.
# @option opts [Integer] :page_number Current page.
# @option opts [Integer] :page_size Number of records per page. (default to 20)
# @option opts [String] :sort The order in which to list the results by creation date. (default to 'created_at')
# @return [TlsSubscriptionsResponse]
def list_tls_subs(opts = {})
@@ -380,10 +380,10 @@
# List TLS subscriptions
# List all TLS subscriptions.
# @option opts [String] :filter_state Limit the returned subscriptions by state. Valid values are `pending`, `processing`, `issued`, `renewing`, and `failed`. Accepts parameters: `not` (e.g., `filter[state][not]=renewing`).
# @option opts [String] :filter_tls_domains_id Limit the returned subscriptions to those that include the specific domain.
# @option opts [Boolean] :filter_has_active_order Limit the returned subscriptions to those that have currently active orders. Permitted values: `true`.
- # @option opts [String] :include Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations` and `tls_authorizations.globalsign_email_challenge`.
+ # @option opts [String] :include Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`.
# @option opts [Integer] :page_number Current page.
# @option opts [Integer] :page_size Number of records per page. (default to 20)
# @option opts [String] :sort The order in which to list the results by creation date. (default to 'created_at')
# @return [Array<(TlsSubscriptionsResponse, Integer, Hash)>] TlsSubscriptionsResponse data, response status code and response headers
def list_tls_subs_with_http_info(opts = {})