ApiIcebergReplicationRemoteCommand Data Model

API request to execute an iceberg remote command The payload (command) is executed by the remote Iceberg Replication service.

Properties
name data type description
command string
args array of EntryOfStringAndString

Example

{
  "command" : "...",
  "args" : [ {
    "key" : "...",
    "value" : "..."
  }, {
    "key" : "...",
    "value" : "..."
  } ]
}