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:
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:
Responses include the content type header:
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 ID | Action |
---|---|
dcos:adminrouter:ops:cluster-link |
full |
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.
The purpose of this application is to provide an API to access linked cluster functionality. 1.0.0
[ Base URL: /cluster/v1 ]/mesosphere/dcos/2.2/api/cluster-link.yaml