Mission Control

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Mission Control exposes a rich REST API to allow fully automated management of registered JFrog Platform Deployments (JPDs). This document provides a convenient and up-to-date self-descriptive API and can be used by various tools to automate administration and configuration actions.

Note

Mission Control is a microservice which is part of the Artifactory product.

For Self-Hosted platform: The Mission Control APIs are available only after enabling the Mission Control microservice, which requires an Enterprise X or Enterprise+ license. For more information, see Installing Mission Control.Installing Mission Control

For Cloud (SaaS) platform: Mission Control is available exclusively for Enterprise+ subscription.

Authentication

JFrog Mission Control REST APIs require authentication using Access Tokens as a bearer token in an authorization header (Authorization: Bearer) with your access token.

For example:

curl -H "Authorization: Bearer <Token>" http://localhost:8082/mc/api/v1/jpds

Base URL

The JFrog Mission Control REST API URL are constructed as follows:

http://<JFROG_PLATFORM_URL>/mc/api/<API-Version>

For example:

http://localhost:8082/mc/api/v1/