api

variable

list

list subfolders in 1st depth

[!TIP] references:

[!NOTE|label:API:] GET /api/storage/{repoKey}/{item-path}?lastModified

[!NOTE|label:API:] GET /api/search/artifact?name=name[&repos=x[,y]]

[!NOTE|label:API:] GET /api/search/pattern?pattern=repo-key:this/is/a/*pattern*.war

list docker image tags

[!NOTE|label:references:]

  • List Docker Tags

    • GET /api/docker/{repo-key}/v2/{image name}/tags/list?n=<Number of consecutive tags>&last=<last tag position (numeric) from previous response>

list docker registry

[!NOTE|label:references:]

repo

check repo exists

get all repos

[!NOTE] api/repositories

get all local repos

  • get all virtual repos

    • get all virtual repos, and repo name starts with ''

    • get defaultDeployRepo for all virutal repos who named starts with ''

  • get all remote repos

get repo size

[!NOTE] api/storageinfo

  • get storage summary

    [!NOTE] including:

    • binariesSummary

    • fileStoreSummary

    • repositoriesSummaryList

build info

list all build-info id

list all timestamps in ${buildName}

List specific build-info

  • get start timestampe

filter "buildInfo.env.JOB_NAME" in all builds

or

  • filter "buildInfo.env.JOB_NAME" by keyword

  • filter both "buildInfo.env.BUILD_URL" and "buildInfo.env.JOB_NAME" if JOB_NAME contains keyword

cleanup

delete all in my-repo 4 weeks ago

  • find.aql

  • delete artifacts and buildinfo

trash can

empty trash can

list items in trash can

promote

reference:

property

add property

  • get result

via pattern search

via aql search

deploy

[!NOTE|label:references:]

  • Deploy Artifacts from Archive

    • X-Explode-Archive: true: archive will be exploded upon deployment

    • X-Explode-Archive-Atomic: true: archive will be exploded in an atomic operation upon deployment

[!NOTE|label:references:]

access

generate access token

[!NOTE|label:references:]

  • generate new

  • list all

Last updated

Was this helpful?