ClusterInstanceMemoryInfo

edit

Information about the instance's memory capacity and use

Properties

edit
instance_capacity (integer as int32, required)
The memory capacity in MB of the instance
memory_pressure (integer as int32)
The % memory pressure of the service if available (60-75% consider increasing capacity, >75% can incur significant performance and stability issues)
native_memory_pressure (integer as int32)
The % native memory pressure of the service if available

Example

edit
{
   "instance_capacity" : 0,
   "memory_pressure" : 0,
   "native_memory_pressure" : 0
}