ApiRangerReplicationExportArgs Data Model

Arguments for EXPORTING Ranger services and policies, to be replicated later.

Properties
name data type description
rangerServiceNames array of string The Ranger service names to be exported and replicated to the destination.

Example: ["cm_hdfs", "cm_hive"]
Default: empty or null, every service will be exported

Example

{
  "rangerServiceNames" : [ "...", "..." ]
}