Sha256: 818c01960f43dc9cb92a6e272c89d4fa187aa2ef2180884446485a09bbd088de

Contents?: true

Size: 928 Bytes

Versions: 7

Compression:

Stored size: 928 Bytes

Contents

# DatadogAPIClient::V2::ProcessSummaryAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **cmdline** | **String** | Process command line. | [optional] |
| **host** | **String** | Host running the process. | [optional] |
| **pid** | **Integer** | Process ID. | [optional] |
| **ppid** | **Integer** | Parent process ID. | [optional] |
| **start** | **String** | Time the process was started. | [optional] |
| **tags** | **Array<String>** | List of tags associated with the process. | [optional] |
| **timestamp** | **String** | Time the process was seen. | [optional] |
| **user** | **String** | Process owner. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::ProcessSummaryAttributes.new(
  cmdline: null,
  host: null,
  pid: null,
  ppid: null,
  start: null,
  tags: null,
  timestamp: null,
  user: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/ProcessSummaryAttributes.md
datadog_api_client-1.3.0 docs/v2/ProcessSummaryAttributes.md
datadog_api_client-1.2.0 docs/v2/ProcessSummaryAttributes.md
datadog_api_client-1.1.0 docs/v2/ProcessSummaryAttributes.md
datadog_api_client-1.0.0 docs/v2/ProcessSummaryAttributes.md
datadog_api_client-1.0.0.beta.3 docs/v2/ProcessSummaryAttributes.md
datadog_api_client-1.0.0.beta.2 docs/v2/ProcessSummaryAttributes.md