ElasticCloudDeploymentResponse

data class ElasticCloudDeploymentResponse(val azureSubscriptionId: String, val deploymentId: String, val elasticsearchRegion: String, val elasticsearchServiceUrl: String, val kibanaServiceUrl: String, val kibanaSsoUrl: String, val name: String)

Details of the user's elastic deployment associated with the monitor resource.

Constructors

Link copied to clipboard
constructor(azureSubscriptionId: String, deploymentId: String, elasticsearchRegion: String, elasticsearchServiceUrl: String, kibanaServiceUrl: String, kibanaSsoUrl: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Associated Azure subscription Id for the elastic deployment.

Link copied to clipboard

Elastic deployment Id

Link copied to clipboard

Region where Deployment at Elastic side took place.

Link copied to clipboard

Elasticsearch ingestion endpoint of the Elastic deployment.

Link copied to clipboard

Kibana endpoint of the Elastic deployment.

Link copied to clipboard

Kibana dashboard sso URL of the Elastic deployment.

Link copied to clipboard

Elastic deployment name