v1

latestSwagger 2.02026-07-17102019.4 KB
builds

Get all the weekly scan builds information for given project

Get all the weekly scan builds information for given project

get/namespaces/{namespace}/app-ids/{app_id}/job-ids/{job_id}/desired-tags/{desired_tag}/wscan-builds

Path parameters

namespacestring required

namespace of the project

app_idstring required

app-id of the project

job_idstring required

job-id of the project

desired_tagstring required

desired-tag of the project

Response

All weekly scan builds for given project

Example response

{
  "wscan-builds": {
    "build_number": {
      "weeklyscan-build": "weeklyscan-build",
      "status": "Successful/Failed"
    }
  },
  "meta": {
    "apiVersion": "apiVersion",
    "timestamp": "timestamp"
  }
}