bachelor-thesis/infrastructure/ansible/base-api-call

16 lines
596 B
Text

curl --request POST \
--url http://thesis-worker-0:60000/transfer-job-manager/v1/jobs \
--header 'Authorization: Basic YWRtaW46dmVyeXNlY3JldA==' \
--header 'Content-Type: application/json' \
--cookie JSESSIONID=BC1446806DC8C5EFD336BA5C032ED67A \
--data '{
"description": "Insomnia envelope 2026-01-29T08:01:20.310Z",
"schedule": "NOW",
"destination_system": "thesis-worker-1",
"destination_share": "local_sequential_destination",
"source_file_uris": [
"local_sequential_source/file_1.mxf"
],
"wait_for_publish": false,
"flat_file_mode_disabled": false
}'