wafcmd

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 21, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetConfigDataCmd = &cobra.Command{
	Use:   "getConfigData",
	Short: "Config data of waf",
	Long:  `Config data of waf`,
	Run: func(cmd *cobra.Command, args []string) {

		authFlag, clientAuth, err := authenticate.SubCommandAuth(cmd)
		if err != nil {
			cmd.Help()
			return
		}

		if authFlag {
			webAclId, _ := cmd.Flags().GetString("webAclId")

			if webAclId != "" {
				GetClusterDetails(webAclId, *clientAuth)
			} else {
				log.Fatalln("waf web acl id not provided. program exit")
			}
		}
	},
}

getConfigDataCmd represents the getConfigData command

Functions

func GetClusterDetails

func GetClusterDetails(webAclId string, auth client.Auth) *waf.GetWebACLOutput

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL