GetRemoteWritesRemoteWrite

data class GetRemoteWritesRemoteWrite(val clusterId: String, val id: String, val remoteWriteName: String, val remoteWriteYaml: String)

Constructors

Link copied to clipboard
constructor(clusterId: String, id: String, remoteWriteName: String, remoteWriteYaml: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Prometheus instance.

Link copied to clipboard
val id: String

The ID of the Remote Write. It formats as <cluster_id>:<remote_write_name>.

Link copied to clipboard

The name of the Remote Write configuration item.

Link copied to clipboard

The details of the Remote Write configuration item. The value is in the YAML format.