Sha256: e188e675193bee9e44f791def4c5cd24a67a67867c9a27eb33aa13c7de9c6cee

Contents?: true

Size: 236 Bytes

Versions: 14

Compression:

Stored size: 236 Bytes

Contents

# Get all notebooks returns "OK" response with pagination

require "datadog_api_client"
api_instance = DatadogAPIClient::V1::NotebooksAPI.new
opts = {
  count: 2,
}
api_instance.list_notebooks_with_pagination(opts) { |item| puts item }

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
datadog_api_client-2.28.1 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.27.1 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.26.1 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.26.0 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.25.0 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.24.0 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.22.0 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.21.0 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.20.0 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.19.0 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.18.0 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.17.0 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.16.0 examples/v1/notebooks/ListNotebooks_788665428.rb
datadog_api_client-2.15.0 examples/v1/notebooks/ListNotebooks_788665428.rb