v1

latestSwagger 2.02026-07-17102019.4 KB
projects

Get the metadata of the given project

Get the metadata of project as provided in container index

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

Path parameters

namespacestring required

namespace to list projects from

app_idstring required

app-id

job_idstring required

job-id

desired_tagstring required

desired-tag

Response

Build information of project as recorded in index

app_idstring
job_idstring
desired_tagstring
git_urlstring
git_branchstring
git_pathstring
target_filestring
build_contextstring
notify_emailstring
depends_onstring
prebuild_scriptstring
prebuild_contextstring

Example response

{
  "desired_tag": "desired_tag",
  "depends_on": "depends_on",
  "git_branch": "git_branch",
  "prebuild_context": "prebuild_context",
  "target_file": "target_file",
  "meta": {
    "apiVersion": "apiVersion",
    "timestamp": "timestamp"
  },
  "job_id": "job_id",
  "notify_email": "notify_email",
  "git_path": "git_path",
  "build_context": "build_context",
  "prebuild_script": "prebuild_script",
  "git_url": "git_url",
  "app_id": "app_id"
}