NSX Autonomous Edge REST API

ReplicaAgentClientStatusProperties (type)

{
  "additionalProperties": false,
  "id": "ReplicaAgentClientStatusProperties",
  "properties": {
    "last_fullsync_time": {
      "title": "Timestamp when replica-agent performed last fullsync of messages from primary node's Nestdb",
      "type": "string"
    },
    "last_replication_time": {
      "title": "Timestamp when replica-agent performed last replication from primary node.",
      "type": "string"
    },
    "last_rewrite_time": {
      "title": "Timestamp when replica-agent performed last rewriting of message in secondary node's Nestdb",
      "type": "string"
    },
    "local_nestdb_connection_time": {
      "title": "Timestamp when replica-agent established connection to Nestdb local to the secondary node.",
      "type": "string"
    },
    "node_api_server_role": {
      "enum": [
        "PRIMARY",
        "SECONDARY"
      ],
      "title": "Node High Availability Mode",
      "type": "string"
    },
    "node_id": {
      "title": "Node UUID",
      "type": "string"
    },
    "peer_nestdb_connection_time": {
      "title": "Timestamp when replica-agent established connection to the NestDB of primary node",
      "type": "string"
    }
  },
  "type": "object"
}