Report Command Result
Header Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/fleet/command-result" \ -H "Content-Type: application/json" \ -d '{ "bundle_deployment_id": "3f50ce4d-9416-45b2-be13-d04a57173f1e", "kind": "string", "command_id": "string", "status": "string" }'Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}