Core
- GETList Agent Keys
- POSTCreate Agent Key
- DELDelete Agent Key
- GETList Connections
- POSTCreate Connection
- GETGet Connection
- PUTUpdate Connection
- GETList Databases
- GETGet Database Schema
- DELDelete Connection
- GETList Guard Rail Rules
- POSTCreate Guard Rail Rules
- GETGet Guard Rail Rules
- PUTUpdate Guard Rail Rules
- DELDelete a Rule
- GETGet Org Key
- POSTCreate Org Key
- DELRevoke Org Key
- GETList Plugins
- POSTCreate Plugin
- POSTRunbook Exec
- GETList Runbooks By Connection
- GETList Runbooks
- GETGet Plugin
- PUTUpdate Plugin
- PUTUpdate Plugin Config
- GETSession Reports
- GETList Reviews
- GETGet Review
- PUTUpdate Review Status
- GETList Sessions
- POSTExec
- GETGet Session
- GETDownload Session
- POSTReviewed Exec
Authentication
Server Management
Jira
List Sessions
List session resources
Filter by user's subject id
Filter by connection's name
Filter by connection's type
Filter starting on this date
Filter ending on this date
Limit the amount of records to return (max: 100)
Offset to paginate through resources
Query Parameters
Filter by user's subject id
Filter by connection's name
Filter by connection's type
Filter starting on this date
Filter ending on this date
Limit the amount of records to return (max: 100)
Offset to paginate through resources
Response
The connection name of this resource
When the execution ended. A null value indicates the session is still running
The stored resource size in bytes
The stream containing the output of the execution in the following format
[[0.268589438, "i", "ZW52"], ...]
<event-time>
- relative time in miliseconds to start_date<event-type>
- the event type as string (i: input, o: output e: output-error)<base64-content>
- the content of the session encoded as base64 string
The resource unique identifier
Metadata attributes related to integrations with third party services
The organization unique identifier
Review of this session. In case the review doesn't exist this field will be null
The amount of time (nanoseconds) to allow access to the connection. It's valid only for jit
type reviews`
The time the resource was created
Reousrce identifier
The input that was issued when the resource was created
The client arguments when the resource was created
Organization identifier
Contains the groups that requires to approve this review
The group to approve this review
The resource identifier
The date which this review was performed
The review owner
The email of the owner
The resource identifier
The display name of the owner
The Slack ID of the owner
The reviewed status
- APPROVED - Approve the review resource
- REJECTED - Reject the review resource
- REVOKED - Revoke an approved review
APPROVED
, REJECTED
, REVOKED
The time when this review was revoked
The id of session
The status of the review
- PENDING - The resource is waiting to be reviewed
- APPROVED - The resource is fully approved
- REJECTED - The resource is fully rejected
- REVOKED - The resource was revoked after being approved
- PROCESSING - The review is being executed
- EXECUTED - The review was executed
- UNKNOWN - Unable to know the status of the review
PENDING
, APPROVED
, REJECTED
, REVOKED
, PROCESSING
, EXECUTED
, UNKNOWN
The type of this review
- onetime - Represents a one time execution
- jit - Represents a time based review
jit
, onetime
The input of the session. This value is only set for the verb exec
When the execution started
Status of the resource
- ready - the resource is ready to be executed, after being approved by a user
- open - the session started and it's running
- done - the session has finished
open
, ready
, done
The connection type of this resource
The user email of the resource
The user subject identifier of the resource
The user display name of this resource
Verb is how the client has interacted with this resource
- exec - Is an ad-hoc shell execution
- connect - Interactive execution, protocol port forwarding or interactive shell session
connect
, exec