Cluster Link API

ENTERPRISE

Managing cluster links with the Cluster Link API

You can use the Cluster Link API to manage cluster links.

Routes

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

  1. /cluster/v1/links

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

Format

The Cluster Link 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

Authentication

All Cluster Link API routes require authentication to use.

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

The Cluster Link API also requires authorization via the following permissions:

Resource IDAction
dcos:adminrouter:ops:cluster-linkfull

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 Cluster Link API allows you to manage cluster link operations on your DC/OS cluster.

Cluster Link API - 图1