ApiRemoteCommand Data Model

References a command executed on a peer cluster by a local command step.

Properties
name data type description
id number Id of the remotely executed command.
peerName string The local peer name of the remote peer cluster.

Example

{
  "id" : 12345,
  "peerName" : "..."
}