Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{
Use: "synthetics",
Short: "Interact with New Relic Synthetics",
}
Command represents the synthetics command
Functions ¶
This section is empty.
Types ¶
type StartAutomatedTestInput ¶ added in v0.71.0
type StartAutomatedTestInput struct { Config synthetics.SyntheticsAutomatedTestConfigInput `json:"config,omitempty"` Tests []synthetics.SyntheticsAutomatedTestMonitorInput `json:"tests,omitempty"` }
a wrapper structure for the input to be sent to syntheticsStartAutomatedTest
Click to show internal directories.
Click to hide internal directories.