Added job_name to sample curl script
This commit is contained in:
Родитель
ed9026a6e2
Коммит
adc4061a08
|
@ -1,2 +1,2 @@
|
|||
curl -H "Content-type: application/json" -X POST http://127.0.0.1:4000/jobs/new -d '{"job_args":["http://aaaa/bbb", "xxxxsha1xxxx"], "return_url":"http://www.cloudbase.it/testpost", "auth_key":"change_me_asap_please"}'
|
||||
curl -H "Content-type: application/json" -X POST http://127.0.0.1:4000/jobs/new -d '{"job_args":["http://aaaa/bbb", "xxxxsha1xxxx"], "return_url":"http://www.cloudbase.it/testpost", "auth_key":"your_secret_key_here", "job_name":"openstack_create_instance"}'
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче