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, DB, NET, API]
Possible values: [CERT, PUBKEY, PASSPHRASE, PROMPTED_PASSPHRASE, UNKNOWN]
The role ids.
The role ids.
connected object
date time in ISO8601 format
2017-01-01T15:05:05Zdate time in ISO8601 format
2017-01-01T15:05:05Zdisconnected object
date time in ISO8601 format
2017-01-01T15:05:05Zdate time in ISO8601 format
2017-01-01T15:05:05ZPossible values: [CONNECTED, DISCONNECTED, TERMINATING, TERMINATED, CONNMGR_TIMEOUT, CONNMGR_CLIENT_LOST]
last_activity object
date time in ISO8601 format
2017-01-01T15:05:05Zdate time in ISO8601 format
2017-01-01T15:05:05ZPossible values: [MITM, UI, FORWARDED]
{
"keywords": "string",
"id": [
"eef4aefc-d64e-4c2c-aba4-4914c86ce059"
],
"proxy_id": [
"eef4aefc-d64e-4c2c-aba4-4914c86ce059"
],
"type": [
"SSH"
],
"authentication_method": [
"CERT"
],
"user_id": [
"eef4aefc-d64e-4c2c-aba4-4914c86ce059"
],
"user_display_name": [
"string"
],
"user_roles": [
"eef4aefc-d64e-4c2c-aba4-4914c86ce059"
],
"target_host_id": [
"eef4aefc-d64e-4c2c-aba4-4914c86ce059"
],
"target_host_address": [
"string"
],
"target_host_account": [
"string"
],
"target_host_roles": [
"eef4aefc-d64e-4c2c-aba4-4914c86ce059"
],
"remote_address": [
"string"
],
"connected": {
"start": "2017-01-01T15:05:05Z",
"end": "2017-01-01T15:05:05Z"
},
"disconnected": {
"start": "2017-01-01T15:05:05Z",
"end": "2017-01-01T15:05:05Z"
},
"status": [
"CONNECTED"
],
"last_activity": {
"start": "2017-01-01T15:05:05Z",
"end": "2017-01-01T15:05:05Z"
},
"force_disconnect": "string",
"access_roles": [
"eef4aefc-d64e-4c2c-aba4-4914c86ce059"
],
"tags": [
"string"
],
"has_access_roles": true,
"mode": [
"MITM"
]
}