API request to execute an iceberg remote command The payload (command) is executed by the remote Iceberg Replication service.
| name | data type | description |
|---|---|---|
| command | string | |
| args | array of EntryOfStringAndString |
Example
{
"command" : "...",
"args" : [ {
"key" : "...",
"value" : "..."
}, {
"key" : "...",
"value" : "..."
} ]
}