class HttpObservatory::Scan
Scan
Object
github.com/mozilla/http-observatory/blob/master/httpobs/docs/api.md#scan
The scan can exist in one of six states:
-
ABORTED aborted for internal technical reasons
-
FAILED failed to complete, typically due to the site being unavailable or timing out
-
FINISHED completed successfully
-
PENDING issued by the API but not yet picked up by a scanner instance
-
STARTING assigned to a scanning instance
-
RUNNING currently in the process of scanning a website
Attributes
end_time[RW]
grade[RW]
likelihood_indicator[RW]
response_headers[RW]
scan_id[RW]
score[RW]
start_time[RW]
state[RW]
tests_failed[RW]
tests_passed[RW]
tests_quantity[RW]