Skip to main content

JFrog Artifactory

v0.1.0

JFrog Artifactory ops reads — health, version, license, storage usage, repository listings, artifact info and download stats, background tasks. Read-only. Auth via an access token or Basic credentials on the runner host.

8 allowed by default
Pack ID
artifactory
Vendor
emisar
OS
linux
Actions
8
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
curl

Install

emisar pack install fetches this pack, re-validates it, and verifies its content hash against the --hash below — the exact bytes this page was rendered against, so a tampered copy is rejected — before copying it into the runner's packs dir. The command reloads a running daemon itself; no manual restart.

on the runner host
sudo emisar pack install artifactory --hash sha256:b22ff19806e4f96edbe17d2a0afd7b12fbbb0ce7c3ac94040ff29f29457ecbc2

Actions 8 total

View on GitHub
  • artifactory.file_info script low

    GET /artifactory/api/storage/<repo>/<path>

    Show one artifact or folder — size, checksums, created/modified times, and for folders the direct children.

    View source on GitHub
  • artifactory.file_stats script low

    GET /artifactory/api/storage/<repo>/<path>?stats

    Show download stats for one artifact — download count, last downloaded time, and who downloaded it last.

    View source on GitHub
  • artifactory.license script low

    GET /artifactory/api/system/license

    Show license type, expiry, and licensed-to (never the license key itself).

    View source on GitHub
  • artifactory.ping script low

    GET /artifactory/api/system/ping

    Check Artifactory liveness (returns OK when healthy).

    View source on GitHub
  • artifactory.repositories script low

    GET /artifactory/api/repositories

    List repositories (key, type, package type, URL), optionally filtered by repository class or package type.

    View source on GitHub
  • artifactory.storage_summary script low

    GET /artifactory/api/storageinfo

    Show filestore usage totals and the per-repository storage breakdown (size, file and folder counts).

    View source on GitHub
  • artifactory.tasks script low

    GET /artifactory/api/tasks

    List background tasks (indexing, garbage collection, replication) with their type, state, and schedule.

    View source on GitHub
  • artifactory.version script low

    GET /artifactory/api/system/version

    Show Artifactory version, revision, and enabled addons.

    View source on GitHub