lib/elasticsearch/api/actions/profiling/status.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/profiling/status.rb in elasticsearch-api-8.15.0
- old
+ new
@@ -27,10 +27,10 @@
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
# @option arguments [Time] :timeout Explicit operation timeout
# @option arguments [Boolean] :wait_for_resources_created Whether to return immediately or wait until resources have been created
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/observability/8.14/universal-profiling.html
+ # @see https://www.elastic.co/guide/en/observability/8.15/universal-profiling.html
#
def status(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'profiling.status' }
arguments = arguments.clone