wlp-history-query

wlp-history-query
wlp-history-query

Represents criteria of wlp history query.

JSON Example
{
    "startTime": 0,
    "endTime": 0,
    "resourceIds": [
        "string"
    ]
}
integer As int64 As int64
startTime
Optional

Start time for history. If not specified, the day prior to the endTime is used.

integer As int64 As int64
endTime
Optional

End time for history. If not specified, the current time is used.

array of string
resourceIds
Optional

Currently only one Resource Id can be provided. Support for multiple ids is not available.
The id can belong to a Datacenter, CustomDatacenter or a CloudZone for which Workload Rebalance has been performed.
If not specified, all such resources are taken into consideration.

Parameter To