REST Resource: organizations.datacollectors

Resource: DataCollector

Data collector configuration.

JSON representation
{
  "name": string,
  "description": string,
  "type": enum (Type),
  "createdAt": string,
  "lastModifiedAt": string
}
Fields
name

string

ID of the data collector. Must begin with dc_.

description

string

A description of the data collector.

type

enum (Type)

Immutable. The type of data this data collector will collect.

createdAt

string (int64 format)

Output only. The time at which the data collector was created in milliseconds since the epoch.

lastModifiedAt

string (int64 format)

Output only. The time at which the Data Collector was last updated in milliseconds since the epoch.

Type

Supported data types.

Enums
TYPE_UNSPECIFIED For future compatibility.
INTEGER For integer values.
FLOAT For float values.
STRING For string values.
BOOLEAN For boolean values.
DATETIME For datetime values.

Methods

create

Creates a new data collector.

delete

Deletes a data collector.

get

Gets a data collector.

list

Lists all data collectors.

patch

Updates a data collector.