Start Fleet Rollout
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/sync/fleet-rollout" \ -H "Content-Type: application/json" \ -d '{ "target_image": "string" }'{
"rollout_id": "string",
"status": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}