appliance health mem: get
Get memory health.
Request:
HTTP request
GET https://{server}/rest/appliance/health/mem
No request parameters
Response:
HTTP Status Code: 200
Representations:
{
"value": "orange"
}
"value": "orange"
}
<?xml version="1.0" ?>
<ns0:Get-Result xmlns:ns0="http://vmware.com/appliance/health/mem" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<value>orange</value>
</ns0:Get-Result>
<ns0:Get-Result xmlns:ns0="http://vmware.com/appliance/health/mem" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<value>orange</value>
</ns0:Get-Result>
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | string | Defines health levels Value is one of: orange: The service health is degraded. The service might have serious problems gray: No health data is available for this service. green: Service is healthy. red: The service is unavaiable and is not functioning properly or will stop functioning soon. yellow: The service is healthy state, but experiencing some levels of problems.Memory health. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |