Documentation
¶
Overview ¶
Copyright (c) 2021, SailPoint Technologies, Inc. All rights reserved.
Index ¶
- Constants
- func CreateFolder(filepath string) error
- func ErrorCheck(token []byte) bool
- func NewTroubleshootCmd(term terminal.Terminal) *cobra.Command
- func NewVACommand(term terminal.Terminal) *cobra.Command
- func ParseCCGFile(p *mpb.Progress, filepath string, all bool) error
- func ParseCanalFile(p *mpb.Progress, filepath string, all bool) error
- func ParseJSON(str string) []byte
- type CANAL
- type CCG
Constants ¶
View Source
const RebootCommand = "sudo reboot"
View Source
const TroubleshootingScript = "/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/luke-hagar-sp/VA-Scripts/main/stunt.sh)\""
View Source
const UpdateCommand = "sudo update_engine_client -check_for_update"
Variables ¶
This section is empty.
Functions ¶
func CreateFolder ¶
func ErrorCheck ¶
func ParseCCGFile ¶
func ParseCanalFile ¶
Types ¶
type CCG ¶
type CCG struct { Exception string `json:"exception"` Stack string `json:"stack"` Pod string `json:"pod"` ConnectorLogging string `json:"connector-logging"` ClusterId string `json:"clusterId"` BuildNumber string `json:"buildNumber"` ApiUsername string `json:"ApiUsername"` OrgType string `json:"orgType"` File string `json:"file"` Encryption string `json:"encryption"` ConnectorBundleIdentityiq string `json:"connector-bundle-identityiq"` Line_number int `json:"line_number"` Version int `json:"@version"` Logger_name string `json:"logger_name"` MantisClient string `json:"mantis-client"` Class string `json:"class"` ClientId string `json:"clientId"` Source_host string `json:"source_host"` Method string `json:"method"` Org string `json:"org"` Level string `json:"level"` IdentityIQ string `json:"identityIQ"` Message string `json:"message"` Pipeline string `json:"pipeline"` Timestamp time.Time `json:"@timestamp"` Thread_name string `json:"thread_name"` Metrics string `json:"metrics"` Region string `json:"region"` Queue string `json:"queue"` SCIMCommon string `json:"SCIM Common"` }
Click to show internal directories.
Click to hide internal directories.