Reference Guide

Table Of Contents
cluster_forecast_response
Name Description Schema
high_value
optional
Estimate of the upper bound of the 95% confidence interval
for the forecast value at the given timestamp.
Minimum value : 0
Maximum value : 9223372036854775807
integer (int64)
low_value
optional
Estimate of the lower bound of the 95% confidence interval
for the forecast value at the given timestamp.
Minimum value : 0
Maximum value : 9223372036854775807
integer (int64)
mean_value
optional
Estimate for the mean forecast value at the given
timestamp.
Minimum value : 0
Maximum value : 9223372036854775807
integer (int64)
timestamp
optional
Timestamp when the forecast was performed. string (date-time)
cluster_instance
Properties of a cluster. Values was added in 2.0.0.0: primary_appliance_id. Values was deprecated in
2.0.0.0: master_appliance_id.
Name Description Schema
appliance_cou
nt
optional
Number of appliances configured in this cluster.
Minimum value : 0
Maximum value : 2147483647
integer (int32)
compatibility_
level
optional
The behavioral version of the software version API, and it
is used to ensure the compatibility across potentially
different software versions.
Minimum value : 0
Maximum value : 2147483647
integer (int32)
global_id
optional
The global unique identifier of the cluster. string
id
optional
The unique identifier of the cluster. string
525