v1
latestSwagger 2.02026-07-17102019.4 KBprojects
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
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"
}