connection_search
Search object for the search request. Attributes can be comma-separated strings (or in case of keyword, comma or space-separated). Individual attributes form a AND query and multiple values within an attribute form an OR query. E.g. search "dev 10.0" translates to WHERE (field1 like %dev% OR field2 like %dev%) AND (field1 like %10.0% OR field2 like %10.0%)
Comma or space-separated strings to search across all connection attributes. The leading and trailing wildcards for the keywords are implicit.
Possible values: [SSH
, RDP
, VNC
, WEB
]
Possible values: [CERT
, PUBKEY
, PASSPHRASE
, PROMPTED_PASSPHRASE
, UNKNOWN
]
The role ids.
The role ids.
connected object
disconnected object
Possible values: [CONNECTED
, DISCONNECTED
, TERMINATING
, TERMINATED
, CONNMGR_TIMEOUT
, CONNMGR_CLIENT_LOST
]
last_activity object
Possible values: [MITM
, UI
, FORWARDED
]
{
"keywords": "string",
"id": [
"string"
],
"proxy_id": [
"string"
],
"type": [
"SSH"
],
"authentication_method": [
"CERT"
],
"user_id": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"user_display_name": [
"string"
],
"user_roles": [
"string"
],
"target_host_id": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"target_host_address": [
"string"
],
"target_host_account": [
"string"
],
"target_host_roles": [
"string"
],
"remote_address": [
"string"
],
"connected": {
"start": "string",
"end": "string"
},
"disconnected": {
"start": "string",
"end": "string"
},
"status": [
"CONNECTED"
],
"last_activity": {
"start": "string",
"end": "string"
},
"force_disconnect": "string",
"access_roles": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"tags": [
"string"
],
"has_access_roles": true,
"mode": [
"MITM"
]
}