REST Resource: projects.locations.privateClouds.loggingServers

Resource: LoggingServer

Logging server to receive vCenter or ESXi logs.

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "hostname": string,
  "port": integer,
  "protocol": enum (Protocol),
  "sourceType": enum (SourceType),
  "uid": string
}
Fields
name

string

Output only. The resource name of this logging server. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/loggingServers/my-logging-server

createTime

string (Timestamp format)

Output only. Creation time of this resource.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Last update time of this resource.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

hostname

string

Required. Fully-qualified domain name (FQDN) or IP Address of the logging server.

port

integer

Required. Port number at which the logging server receives logs.

protocol

enum (Protocol)

Required. Protocol used by vCenter to send logs to a logging server.

sourceType

enum (SourceType)

Required. The type of component that produces logs that will be forwarded to this logging server.

uid

string

Output only. System-generated unique identifier for the resource.

Protocol

Defines possible protocols used to send logs to a logging server.

Enums
PROTOCOL_UNSPECIFIED Unspecified communications protocol. This is the default value.
UDP UDP
TCP TCP

SourceType

Defines possible types of component that produces logs.

Enums
SOURCE_TYPE_UNSPECIFIED The default value. This value should never be used.
ESXI Logs produced by ESXI hosts
VCSA Logs produced by vCenter server

Methods

create

Create a new logging server for a given private cloud.

delete

Deletes a single logging server.

get

Gets details of a logging server.

list

Lists logging servers configured for a given private cloud.

patch

Updates the parameters of a single logging server.