Skip to main content

deployment_info

Creates, updates, deletes, gets or lists a deployment_info resource.

Overview

Namedeployment_info
TypeResource
Idazure_isv.elastic.deployment_info

Fields

NameDatatypeDescription
deploymentUrlstringDeployment URL of the elasticsearch in Elastic cloud deployment.
diskCapacitystringDisk capacity of the elasticsearch in Elastic cloud deployment.
elasticsearchEndPointstringElasticsearch endpoint in Elastic cloud deployment. This is either the aliased_endpoint if available, or the service_url otherwise.
marketplaceSaasInfoobjectMarketplace SAAS Info of the resource.
memoryCapacitystringRAM capacity of the elasticsearch in Elastic cloud deployment.
statusstringFlag specifying if the Elastic deployment status is healthy or not.
versionstringVersion of the elasticsearch in Elastic cloud deployment.

Methods

NameAccessible byRequired ParamsDescription
listSELECTmonitorName, 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 }}';