Introduction to the Mission Control REST APIs

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Requires an Enterprise or Enterprise+ license.

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.

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/