Accelerate the Value of Data

RDM Service API

Overview of the RDM service API

This API allows you to get the healthcheck, status, and version information of an RDM tenant.

Table 1. Security Roles
Role Privilege
ROLE_ADMIN_TENANT_{{tenant}} Full access to any actions in {{tenant}} include configuration update
ROLE_RDM_EDIT

This role is required to CRUD lookup values inside tenant.

The tenant should be present in user tenants list.

ROLE_RDM

This role is required to have "view" access to RDM tenant.

The tenant should be present in user tenants list.

Healthcheck

Request

GET https://{{rdm-service}}/healthcheck
Authorization: Bearer {{token}}  

Response

 {"status":"OK"} 

Status

Request

GET https://{{rdm-service}}/status
Authorization: Bearer {{token}}

Response

 {"status":"OK"} 

Version

Request

GET https://{{rdm-service}}/version
Authorization: Bearer {{token}}   

Response

 {"rdm-service" : 2016.3.0.0.1}