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
editPlatformResourcesSummary
editInformation about resources.
Properties
edit-
account_count
(integer
asint32
, required) - Number of accounts
-
available_count
(integer
asint32
, required) - Number of available resources
-
healthy
(boolean
, required) - Whether all resources are healthy
-
minimum_available_count
(integer
asint32
, required) - Minimum number of available resources
-
missing_count
(integer
asint32
, required) - Number of missing resources
-
used_count
(integer
asint32
, 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 }