Reference Guide

Table Of Contents
Name Description Schema
high_value
optional
Estimate for the upper bound forecasted value on that
particular time.
Minimum value : 0
Maximum value : 9223372036854775807
integer (int64)
low_value
optional
Estimate for the lower bound forecasted value on that
particular time.
Minimum value : 0
Maximum value : 9223372036854775807
integer (int64)
mean_value
optional
Estimate for the mean forecasted value on that particular
time.
Minimum value : 0
Maximum value : 9223372036854775807
integer (int64)
response_type
required
string
timestamp
optional
Date-time of the forecast data. string (date-time)
job_appliance_time_to_full_response
Polymorphism : Inheritance
Discriminator : response_type
Name Description Schema
appliance_id
optional
Unique ID of appliance. string
end_of_foreca
st
optional
Timestamp of the end of the capacity forecast. If time to full
estimates are null, the relevant forecast does not reach full
capacity before it ends. In this case the end of the forecast
can be used as a minimum for time to full.
string (date-time)
response_type
required
string
time_to_full
optional
Estimated date-time at which the forecast value will reach
full capacity.
string (date-time)
654