Get releases by API

Prev Next

Maverics assets can be downloaded via API for CI/CD pipelines using the commands below. Contact support@strata.io for an authorization token.

Latest release

MSI - for Microsoft Windows servers

curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics//msi/releases/latest/maverics_msi.zip"

RPM - for Red Hat Linux

curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics//rpm/releases/latest/maverics_rpm.zip"

Debian - for Ubuntu

curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics/deb/releases/latest/maverics_deb.zip"

MacOS - for development purposes

curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics//darwin/releases/latest/maverics_macos.zip"

Get previous versions

To download a specific version of a Maverics package, use the commands below, substituting <v0.xx.xx> for the version number.

MSI - for Microsoft Windows servers

curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics//msi/releases/<v0.xx.xx>/maverics_msi.zip"

RPM - for Red Hat Linux

curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics//rpm/releases/<v0.xx.xx>/maverics_rpm.zip"

Debian - for Ubuntu

curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics/deb/releases/<v0.xx.xx>/maverics_deb.zip"

MacOS - for development purposes

curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics//darwin/releases/<v0.xx.xx>/maverics_macos.zip"