Sha256: 257220b98dbd977847191819a3fdab9b0b9dfd34427155e5d50b2a7a8ba6b2c6

Contents?: true

Size: 441 Bytes

Versions: 19

Compression:

Stored size: 441 Bytes

Contents

# Create role returns "OK" response

require "datadog_api_client"
api_instance = DatadogAPIClient::V2::RolesAPI.new

body = DatadogAPIClient::V2::RoleCreateRequest.new({
  data: DatadogAPIClient::V2::RoleCreateData.new({
    type: DatadogAPIClient::V2::RolesType::ROLES,
    attributes: DatadogAPIClient::V2::RoleCreateAttributes.new({
      name: "Example-Create_role_returns_OK_response",
    }),
  }),
})
p api_instance.create_role(body)

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
datadog_api_client-2.9.0 examples/v2/roles/CreateRole.rb
datadog_api_client-2.8.0 examples/v2/roles/CreateRole.rb
datadog_api_client-2.7.0 examples/v2/roles/CreateRole.rb
datadog_api_client-2.6.0 examples/v2/roles/CreateRole.rb
datadog_api_client-2.5.0 examples/v2/roles/CreateRole.rb
datadog_api_client-2.4.0 examples/v2/roles/CreateRole.rb
datadog_api_client-2.3.0 examples/v2/roles/CreateRole.rb
datadog_api_client-2.2.0 examples/v2/roles/CreateRole.rb
datadog_api_client-2.1.0 examples/v2/roles/CreateRole.rb
datadog_api_client-2.0.2 examples/v2/roles/CreateRole.rb
datadog_api_client-2.0.1 examples/v2/roles/CreateRole.rb
datadog_api_client-2.0.0 examples/v2/roles/CreateRole.rb
datadog_api_client-1.11.0 examples/v2/roles/CreateRole.rb
datadog_api_client-1.10.0 examples/v2/roles/CreateRole.rb
datadog_api_client-1.9.0 examples/v2/roles/CreateRole.rb
datadog_api_client-1.8.0 examples/v2/roles/CreateRole.rb
datadog_api_client-1.7.0 examples/v2/roles/CreateRole.rb
datadog_api_client-1.6.0 examples/v2/roles/CreateRole.rb
datadog_api_client-1.5.0 examples/v2/roles/CreateRole.rb