Skip to content
Datamotive

API

Authentication

How clients authenticate to the Datamotive REST APIs — endpoint, transport security, and identity model.

Product
Easy Hybrid DR
Version
v2.0.3
Last updated
Updated
Reading time
1 min read

The Management Server exposes RESTful APIs (and a Python SDK) for all supported operations, alongside the GUI and CLI. APIs are served from the management node and secured in transit with TLS 1.3.

Endpoint and transport

  • The API and GUI are served from the Management Server controller port: https://<management-node-ip>:5000.
  • Connections use TLS 1.3. Nodes ship with a self-signed certificate; replace it with a CA-signed certificate per Maintenance — SSL.

Identity model

API access uses the same user, role, and privilege model as the console:

  • Users and roles are managed under Settings → Users / Roles — see RBAC for the default roles (Super Admin, Support Admin, DR Admin, Read Only) and privilege model.
  • SAML single sign-on via Azure AD is supported for console users — see RBAC — SAML.
  • Rotate the default credentials before exposing the endpoint beyond the management network.

Related docs

Was this page helpful?