Sha256: 8d66cb0aa980d1db6aed80995d31938e30e822c795742429d2b6e83149df7285
Contents?: true
Size: 358 Bytes
Versions: 1
Compression:
Stored size: 358 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::NotebooksAPI.new notebook_id = 789 # Integer | Unique ID, assigned when you create the notebook. begin # Get a notebook result = api_instance.get_notebook(notebook_id) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling NotebooksAPI->get_notebook: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/notebooks/GetNotebook.rb |