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