Sha256: b5013808e1af9d57124eca15f1f0e0b7c93031f1ccb17eda76f0a2ae26641f92
Contents?: true
Size: 382 Bytes
Versions: 1
Compression:
Stored size: 382 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::OrganizationsAPI.new public_id = "abc123" # String | The `public_id` of the organization you are operating within. begin # Get organization information result = api_instance.get_org(public_id) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling OrganizationsAPI->get_org: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/organizations/GetOrg.rb |