curl --request GET \
--url https://api.sfcompute.com/v2/capacity_transfers/{id} \
--header 'Authorization: Bearer <token>'{
"object": "capacity_transfer",
"id": "<string>",
"status": "pending",
"created_at": 1738972800,
"from_capacity": "<string>",
"to_capacity": "<string>",
"zone": "richmond",
"allocation_schedule_delta": [
{
"node_count": 123,
"start_at": 1738972800,
"end_at": 1738972800
}
],
"rejected_reason": "<string>"
}Retrieve a capacity transfer by ID.
curl --request GET \
--url https://api.sfcompute.com/v2/capacity_transfers/{id} \
--header 'Authorization: Bearer <token>'{
"object": "capacity_transfer",
"id": "<string>",
"status": "pending",
"created_at": 1738972800,
"from_capacity": "<string>",
"to_capacity": "<string>",
"zone": "richmond",
"allocation_schedule_delta": [
{
"node_count": 123,
"start_at": 1738972800,
"end_at": 1738972800
}
],
"rejected_reason": "<string>"
}Create an API token using sf tokens create or at https://sfcompute.com/account/api-keys.
Capacity transfer ID
cxfr_[0-9a-zA-Z_-]{1,21}"cxfr_k3R-nX9vLm7Qp2Yw5Jd8F"
Capacity transfer details.
"capacity_transfer"cxfr_[0-9a-zA-Z_-]{1,21}"cxfr_k3R-nX9vLm7Qp2Yw5Jd8F"
pending, executed, rejected Unix timestamp.
1738972800
cap_[0-9a-zA-Z_-]{1,21}"cap_k3R-nX9vLm7Qp2Yw5Jd8F"
cap_[0-9a-zA-Z_-]{1,21}"cap_k3R-nX9vLm7Qp2Yw5Jd8F"
"richmond"
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.
Show child attributes
Reason a capacity transfer was rejected.