DeploymentInfoResponse interface
The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource.
Properties
| configuration |
ConfigurationType Type - Applicable for Serverless only. |
| deployment |
Deployment URL of the elasticsearch in Elastic cloud deployment. |
| disk |
Disk capacity of the elasticsearch in Elastic cloud deployment. |
| elasticsearch |
Elasticsearch endpoint in Elastic cloud deployment. This is either the aliased_endpoint if available, or the service_url otherwise. |
| marketplace |
Marketplace SaaS Info of the resource. |
| memory |
RAM capacity of the elasticsearch in Elastic cloud deployment. |
| project |
Project Type - Applicable for Serverless only. |
| status | The Elastic deployment status. |
| version | Version of the elasticsearch in Elastic cloud deployment. |
Property Details
configurationType
ConfigurationType Type - Applicable for Serverless only.
configurationType?: string
Property Value
string
deploymentUrl
Deployment URL of the elasticsearch in Elastic cloud deployment.
deploymentUrl?: string
Property Value
string
diskCapacity
Disk capacity of the elasticsearch in Elastic cloud deployment.
diskCapacity?: string
Property Value
string
elasticsearchEndPoint
Elasticsearch endpoint in Elastic cloud deployment. This is either the aliased_endpoint if available, or the service_url otherwise.
elasticsearchEndPoint?: string
Property Value
string
marketplaceSaasInfo
Marketplace SaaS Info of the resource.
marketplaceSaasInfo?: MarketplaceSaaSInfo
Property Value
memoryCapacity
RAM capacity of the elasticsearch in Elastic cloud deployment.
memoryCapacity?: string
Property Value
string
projectType
Project Type - Applicable for Serverless only.
projectType?: string
Property Value
string
status
The Elastic deployment status.
status?: string
Property Value
string
version
Version of the elasticsearch in Elastic cloud deployment.
version?: string
Property Value
string