deployment_info
Creates, updates, deletes, gets or lists a deployment_info
resource.
Overview
Name | deployment_info |
Type | Resource |
Id | azure_isv.elastic.deployment_info |
Fields
Name | Datatype | Description |
---|---|---|
deploymentUrl | string | Deployment URL of the elasticsearch in Elastic cloud deployment. |
diskCapacity | string | Disk capacity of the elasticsearch in Elastic cloud deployment. |
elasticsearchEndPoint | string | Elasticsearch endpoint in Elastic cloud deployment. This is either the aliased_endpoint if available, or the service_url otherwise. |
marketplaceSaasInfo | object | Marketplace SAAS Info of the resource. |
memoryCapacity | string | RAM capacity of the elasticsearch in Elastic cloud deployment. |
status | string | Flag specifying if the Elastic deployment status is healthy or not. |
version | string | Version of the elasticsearch in Elastic cloud deployment. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | monitorName, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
deploymentUrl,
diskCapacity,
elasticsearchEndPoint,
marketplaceSaasInfo,
memoryCapacity,
status,
version
FROM azure_isv.elastic.deployment_info
WHERE monitorName = '{{ monitorName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';