GetPrometheusPromethei

data class GetPrometheusPromethei(val authToken: String, val clusterId: String, val clusterName: String, val clusterType: String, val grafanaInstanceId: String, val httpApiInterUrl: String, val httpApiIntraUrl: String, val id: String, val pushGateWayInterUrl: String, val pushGateWayIntraUrl: String, val remoteReadInterUrl: String, val remoteReadIntraUrl: String, val remoteWriteInterUrl: String, val remoteWriteIntraUrl: String, val resourceGroupId: String, val securityGroupId: String, val subClustersJson: String, val tags: Map<String, String>, val vpcId: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(authToken: String, clusterId: String, clusterName: String, clusterType: String, grafanaInstanceId: String, httpApiInterUrl: String, httpApiIntraUrl: String, id: String, pushGateWayInterUrl: String, pushGateWayIntraUrl: String, remoteReadInterUrl: String, remoteReadIntraUrl: String, remoteWriteInterUrl: String, remoteWriteIntraUrl: String, resourceGroupId: String, securityGroupId: String, subClustersJson: String, tags: Map<String, String>, vpcId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Available since v1.214.0) The authorization token. Note: auth_token takes effect only if enable_details is set to true.

Link copied to clipboard

The ID of the cluster.

Link copied to clipboard

The name of the cluster.

Link copied to clipboard

The type of the cluster.

Link copied to clipboard

The ID of the Grafana workspace.

Link copied to clipboard

(Available since v1.214.0) The public URL for the HTTP API. Note: http_api_inter_url takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.214.0) The internal URL for the HTTP API. Note: http_api_intra_url takes effect only if enable_details is set to true.

Link copied to clipboard
val id: String

The ID of the Prometheus.

Link copied to clipboard

(Available since v1.214.0) The public URL for Pushgateway. Note: push_gate_way_inter_url takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.214.0) The internal URL for Pushgateway. Note: push_gate_way_intra_url takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.214.0) The public URL for remote read. Note: remote_read_inter_url takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.214.0) The internal URL for remote read. Note: remote_read_intra_url takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.214.0) The public URL for remote write. Note: remote_write_inter_url takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.214.0) The internal URL for remote write. Note: remote_write_intra_url takes effect only if enable_details is set to true.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard

The ID of the security group.

Link copied to clipboard

The child instance json string of the globalView instance.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

The ID of the VPC.

Link copied to clipboard

The ID of the VSwitch.