Added simple SubmitJob and DescribeJobs

This commit is contained in:
Terry Cain 2017-10-06 01:21:29 +01:00
commit e135344f0c
No known key found for this signature in database
GPG key ID: 14D90844E4E9B9F3
6 changed files with 391 additions and 29 deletions

View file

@ -16,5 +16,7 @@ url_paths = {
'{0}/v1/deletejobqueue': BatchResponse.dispatch,
'{0}/v1/registerjobdefinition': BatchResponse.dispatch,
'{0}/v1/deregisterjobdefinition': BatchResponse.dispatch,
'{0}/v1/describejobdefinitions': BatchResponse.dispatch
'{0}/v1/describejobdefinitions': BatchResponse.dispatch,
'{0}/v1/submitjob': BatchResponse.dispatch,
'{0}/v1/describejobs': BatchResponse.dispatch
}