Git Product home page Git Product logo

datadog-api-client-ruby's Introduction

datadog-api-client-ruby

This repository contains a Ruby API client for the Datadog API. The code is generated using openapi-generator and apigentools.

Datadog API Collection

  • API version: 1.0

Collection of all Datadog Public endpoints.

For more information, please visit https://www.datadoghq.com/support/

Automatically generated by the OpenAPI Generator

Requirements

Building and using the API client library requires:

  1. Ruby 2.2+

Installation

To install the API client library, simply execute:

gem install datadog_api_client --pre

Getting Started

Please follow the installation instruction and execute the following Ruby code:

require 'time'
require 'datadog_api_client'
# setup authorization
DatadogAPIClient::V1.configure do |config|
  # Configure API key authorization: apiKeyAuth
  config.api_key['apiKeyAuth'] = ENV["DD_CLIENT_API_KEY"]
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
  # config.api_key_prefix['apiKeyAuth'] = 'Bearer'

  # Configure API key authorization: appKeyAuth
  config.api_key['appKeyAuth'] = ENV["DD_CLIENT_APP_KEY"]
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
  # config.api_key_prefix['appKeyAuth'] = 'Bearer'
end

api_instance = DatadogAPIClient::V1::AWSIntegrationApi.new
body = DatadogAPIClient::V1::AWSAccount.new({
        account_id: "123456789012",
        role_name: "DatadogAWSIntegrationRole",
}) # AWSAccount | AWS Request Object

begin
  # Create an AWS integration
  result = api_instance.create_aws_account(body)
  p result
rescue DatadogAPIClient::V1::ApiError => e
  puts "Error when calling AWSIntegrationApi->create_aws_account: #{e}"
end

Unstable Endpoints

This client includes access to Datadog API endpoints while they are in an unstable state and may undergo breaking changes. An extra configuration step is required to enable these endpoints:

DatadogAPIClient::V1.configure do |config|
  config.unstable_operations[:"<OperationName>"] = true
end

where <OperationName> is the name of the method used to interact with that endpoint. For example: list_log_indexes, or get_logs_index

Documentation for API Endpoints and Models

Documentation for API endpoints and models can be found under the docs directory.

Documentation for Authorization

Authenticate with the API by providing your API and Application keys in the configuration:

DatadogAPIClient::V1.configure do |config|
    config.api_key["apiKeyAuth"] = "YOUR_API_KEY"
    config.api_key["appKeyAuth"] = "YOUR_APPLICATION_KEY"
end

Author

[email protected]

datadog-api-client-ruby's People

Contributors

api-clients-generation-pipeline[bot] avatar jirikuncar avatar therve avatar zippolyte avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.