Deployment Info - List
Fetch information regarding Elastic cloud deployment corresponding to the Elastic monitor resource.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/listDeploymentInfo?api-version=2020-07-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
monitor
|
path | True |
string |
Monitor resource name |
resource
|
path | True |
string |
The name of the resource group to which the Elastic resource belongs. |
subscription
|
path | True |
string |
The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000) |
api-version
|
query | True |
string |
The API version to be used with the HTTP request. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Success |
|
Other Status Codes |
Default error response. |
Examples
DeploymentInfo_List
Sample request
Sample response
{
"status": "Healthy",
"version": "7.9.3",
"memoryCapacity": "1024",
"diskCapacity": "245760"
}
Definitions
Name | Description |
---|---|
Deployment |
The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource. |
Elastic |
Flag specifying if the Elastic deployment status is healthy or not. |
Error |
ErrorResponseBody |
Resource |
RP default error response. |
DeploymentInfoResponse
The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource.
Name | Type | Description |
---|---|---|
diskCapacity |
string |
Disk capacity of the elasticsearch in Elastic cloud deployment. |
memoryCapacity |
string |
RAM capacity of the elasticsearch in Elastic cloud deployment. |
status |
The Elastic deployment status. |
|
version |
string |
Version of the elasticsearch in Elastic cloud deployment. |
ElasticDeploymentStatus
Flag specifying if the Elastic deployment status is healthy or not.
Value | Description |
---|---|
Healthy | |
Unhealthy |
ErrorResponseBody
ErrorResponseBody
Name | Type | Description |
---|---|---|
code |
string |
Error code. |
details |
Error details. |
|
message |
string |
Error message. |
target |
string |
Error target. |
ResourceProviderDefaultErrorResponse
RP default error response.
Name | Type | Description |
---|---|---|
error |
ErrorResponseBody |