A newer version is available. For the latest information, see the
current release documentation.
PlatformResourcesSummary
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
PlatformResourcesSummary
editInformation about resources.
Properties
edit-
account_count(integerasint32, required) - Number of accounts
-
available_count(integerasint32, required) - Number of available resources
-
healthy(boolean, required) - Whether all resources are healthy
-
minimum_available_count(integerasint32, required) - Minimum number of available resources
-
missing_count(integerasint32, required) - Number of missing resources
-
used_count(integerasint32, required) - Number of used resources
Example
edit{
"account_count" : 0,
"available_count" : 0,
"healthy" : true,
"minimum_available_count" : 0,
"missing_count" : 0,
"used_count" : 0
}