It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. 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
}