Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.05 KB

ListSRASessions.md

File metadata and controls

15 lines (11 loc) · 1.05 KB

ListSRASessions

listSRASessions is a command that returns sra sessions of the given user

Properties

Name Type Description Notes
json bool Set output format to JSON [optional] [default to False]
resource_type list[str] session resource type. In case it is empty, all resources type will be returned. options: [mysql, k8s, ssh, mongodb, mssql, postgres, aws, eks, gke, rdp] [optional]
status_type list[str] session status type. In case it is empty, only active sessions will be returned. options: [connecting, connected, failed, completed, terminated] [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]