We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297a9aa commit 843aa62Copy full SHA for 843aa62
providers/defaults.go
@@ -513,4 +513,23 @@ var DefaultProviders Providers = map[string]*Provider{
513
},
514
515
516
+ "networkdevices": {
517
+ Provider: &plugin.Provider{
518
+ Name: "networkdevices",
519
+ ID: "go.mondoo.com/cnquery/providers/networkdevices",
520
+ ConnectionTypes: []string{"networkdevices"},
521
+ Connectors: []plugin.Connector{
522
+ {
523
+ Name: "ciscocatalyst",
524
+ Use: "ciscocatalyst hostname",
525
+ Short: "Cisco Catalyst Connection",
526
+ },
527
528
+ Name: "nd-ssh",
529
+ Use: "nd-ssh user@host",
530
+ Short: "a remote network device via SSH",
531
532
533
534
535
}
0 commit comments