Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 17.8 KB

File metadata and controls

16 lines (13 loc) · 17.8 KB

V2CapacityTransferResponse

Fields

Field Type Required Description Example
Object *string N/A
ID string ✔️ N/A cxfr_k3R-nX9vLm7Qp2Yw5Jd8F
Status components.CapacityTransferStatus ✔️ N/A
CreatedAt int64 ✔️ Unix timestamp. 1738972800
FromCapacity string ✔️ N/A cap_k3R-nX9vLm7Qp2Yw5Jd8F
ToCapacity string ✔️ N/A cap_k3R-nX9vLm7Qp2Yw5Jd8F
InstanceSku components.InstanceSkuSummary ✔️ Summary view of an instance SKU embedded on responses that reference one (orders, procurements, instances, capacity transfers). Carries both the id and the human-readable name. Legacy SKUs whose name column hasn't been backfilled use UNKNOWN_INSTANCE_SKU_NAME as a placeholder so this field is always populated on the wire.
RejectedReason optionalnullable.OptionalNullable[string] Reason a capacity transfer was rejected.
AllocationScheduleDelta []components.V2AllocationScheduleDelta ✔️ The transfer's allocation schedule, expanded into constant-quantity rectangles. The final rectangle has end_at: null (the unbounded tail); gaps are represented as explicit zero-quantity rectangles.