HTTP API
RunCostRecalculationResult
Result of a cost recalculation.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
runsConsidered |
yes | integer (int64) |
Gets the number of runs considered, that is those with a model and usage AND an unpriced (PricingSource.Unknown or absent) cost. |
pattern `^-?(?:0\ |
runsUpdated |
yes | integer (int64) |
Gets the number of runs whose price resolved and was updated. | pattern `^-?(?:0\ |
runsStillUnknown |
yes | integer (int64) |
Gets the number of runs whose price is still unknown afterwards. | pattern `^-?(?:0\ |
runsSkipped |
yes | integer (int64) |
Gets the number of runs skipped because they already carried a known price. A priced run’s cost is a snapshot and is never rewritten. | pattern `^-?(?:0\ |