Created
June 6, 2014 07:29
-
-
Save webignition/a21e14621d626bd8ef07 to your computer and use it in GitHub Desktop.
Example JSON response for a new test job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id":123, | |
| "user":"public", | |
| "website":"http:\/\/example.com\/", | |
| "state":"new", | |
| "url_count":0, | |
| "task_count":0, | |
| "task_count_by_state":{ | |
| "cancelled":0, | |
| "queued":0, | |
| "in-progress":0, | |
| "completed":0, | |
| "awaiting-cancellation":0, | |
| "queued-for-assignment":0, | |
| "failed-no-retry-available":0, | |
| "failed-retry-available":0, | |
| "failed-retry-limit-reached":0, | |
| "skipped":0 | |
| }, | |
| "task_types":[ | |
| { | |
| "name":"HTML validation" | |
| }, | |
| { | |
| "name":"CSS validation" | |
| } | |
| ], | |
| "errored_task_count":0, | |
| "warninged_task_count":0, | |
| "cancelled_task_count":0, | |
| "skipped_task_count":0, | |
| "task_type_options":[], | |
| "type":"Full site" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment