Sha256: 8b8ce761be21ce4bafd94cb20a8259ed1b06146d1bf1f8c5f7c4e0c866be9f11
Contents?: true
Size: 404 Bytes
Versions: 1
Compression:
Stored size: 404 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::GCPIntegrationAPI.new body = DatadogAPIClient::V1::GCPAccount.new # GCPAccount | Create a Datadog-GCP integration. begin # Create a GCP integration result = api_instance.create_gcp_integration(body) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling GCPIntegrationAPI->create_gcp_integration: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/gcp-integration/CreateGCPIntegration.rb |