Connectors
...
Actions
Get Scans
4 min
description gets the list of scans endpoint url rest/scan method get output example \[ { "status code" 200, "response headers" {}, "reason" "ok", "json body" { "type" "regular", "response" { "usable" \[ { "id" "2", "name" "test", "description" null, "uuid" "2eaed2d2 dfc7 4cfe 9c94 25cf6481c515" }, { "id" "3", "name" "test2", "description" null, "uuid" "ec81e13e b3b2 4a51 968d e94d524b5254" }, { "id" "4", "name" "posttest", "description" "this is a test for post", "uuid" "2eaed2d2 dfc7 4cfe 9c94 25cf6481c515" } ], "manageable" \[ { "id" "2", "name" "test", "description" null, "uuid" "2eaed2d2 dfc7 4cfe 9c94 25cf6481c515" }, { "id" "3", "name" "test2", "description" null, "uuid" "ec81e13e b3b2 4a51 968d e94d524b5254" }, { "id" "4", "name" "posttest", "description" "this is a test for post", "uuid" "2eaed2d2 dfc7 4cfe 9c94 25cf6481c515" } ] }, "error code" 0, "error msg" "", "warnings" \[], "timestamp" 1406828340 } } ] output parameters status code (number) reason (string) json body (object) type (string) response (object) usable (array) id (string) name (string) description (string) uuid (string) manageable (array) id (string) name (string) description (string) uuid (string) error code (number) error msg (string) warnings (array) file name (string) – required file (string) – required timestamp (number)