RDP · Example Payload

Rdp Session Example

Financial DataLSEGMicrosoftNetworkingRDPRemote AccessRemote DesktopRefinitiv

Rdp Session Example is an example object payload from RDP, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@context@typesessionIdusernamedomainstateclientNameclientAddressclientProtocollogonTimehostNameencryptionLevel

Example Payload

rdp-session-example.json Raw ↑
{
  "@context": "https://raw.githubusercontent.com/api-evangelist/rdp/refs/heads/main/json-ld/rdp-context.jsonld",
  "@type": "RDPSession",
  "sessionId": 3,
  "username": "jdoe",
  "domain": "CORP",
  "state": "Active",
  "clientName": "LAPTOP-JDOE",
  "clientAddress": "10.0.1.45",
  "clientProtocol": "RDP 10.9",
  "logonTime": "2026-05-02T08:32:00Z",
  "hostName": "RDSH-01.corp.example.com",
  "encryptionLevel": "High"
}