package
0.1.0
Repository: https://github.com/secureworks/taegis-sdk-go.git
Documentation: pkg.go.dev

# README

Playbook Client

Types

ConnectorLogEntry:

- ID        string       
- TenantID  string       
- Connector string       
- User      string       
- Level     string       
- Message   Object
- RawError  string       
- CreatedAt time.Time    
- WrittenAt time.Time    

ConnectorLogEntries:

- Nodes      []*ConnectorLogEntry
- TotalCount int

Pagination:

- Page    *int 
- PerPage *int 

Functions

  • New(url string, timeout time.Duration) Client
  • GetAllConnectorLogs(tenantID string, args GetConnectorLoggerInput, pagination common.Pagination) (*ConnectorLogEntries, error)

# Packages

No description provided by the author

# Functions

No description provided by the author

# Structs

ConnectorLogEntries defines a list of logs along with other metadata.
ConnectorLogEntry defines a single log entry.
No description provided by the author

# Interfaces

No description provided by the author