License API

ENTERPRISE

Using the License API to manage your DC/OS license

Routes

Access to the License API is proxied through the Admin Router on each master node using the following route:

  1. /licensing/v1

To determine the URL of your cluster, see Cluster Access.

Format

The License API request and response bodies are formatted in JSON.

Requests must include the accept header:

  1. Accept: application/json

Responses include the content type header:

  1. Content-Type: application/json

or

  1. Content-Type: application/x-tar

Authentication

All License API routes require authentication to use.

To authenticate API requests, see Obtaining an authentication token and Passing an authentication token.

The License API also requires authorization via the following permissions:

Resource IDAction
dcos:adminrouter:licensingfull

All routes can also be reached by users with the dcos:superuser permission.

To assign permissions to your account, see the permissions reference.

API reference

The License API allows you to manage license operations on your DC/OS cluster.

License API - 图1