Documentation ¶
Index ¶
- Constants
- Variables
- func B(b bool) *bool
- func CreateEntityOfType(entityType string, body string, options *api.Options) (*gabs.Container, error)
- func DetailEntityOfType(entityType, entityId string, logJSON bool, out io.Writer, timeout int, ...) (*gabs.Container, error)
- func I64(i int64) *int64
- func ListEntitiesOfType(entityType string, params url.Values, logJSON bool, out io.Writer, timeout int, ...) ([]*gabs.Container, *api.Paging, error)
- func ListEntitiesWithFilter(entityType string, filter string) ([]*gabs.Container, *api.Paging, error)
- func NewCmdEdge(out io.Writer, errOut io.Writer) *cobra.Command
- func S(s string) *string
- func WrapHardEllipses(str string, wrapLen int) string
Constants ¶
View Source
const ( OsAndroid = "Android" OsWindows = "Windows" OsWindowsServer = "WindowsServer" OsMacOs = "macOS" OsIOS = "iOS" OsLinux = "Linux" PostureCheckTypeDomain = "DOMAIN" PostureCheckTypeProcess = "PROCESS" PostureCheckTypeMAC = "MAC" PostureCheckTypeOS = "OS" PostureCheckTypeMFA = "MFA" )
Variables ¶
View Source
var ExtraEdgeCommands []func(p common.OptionsProvider) *cobra.Command
Functions ¶
func CreateEntityOfType ¶
func CreateEntityOfType(entityType string, body string, options *api.Options) (*gabs.Container, error)
CreateEntityOfType create an entity of the given type on the Ziti Controller
func DetailEntityOfType ¶
func ListEntitiesOfType ¶
func ListEntitiesOfType(entityType string, params url.Values, logJSON bool, out io.Writer, timeout int, verbose bool) ([]*gabs.Container, *api.Paging, error)
ListEntitiesOfType queries the Ziti Controller for entities of the given type
func ListEntitiesWithFilter ¶
func NewCmdEdge ¶
NewCmdEdge creates a command object for the "controller" command
func WrapHardEllipses ¶
Types ¶
This section is empty.
Source Files ¶
- common.go
- create.go
- create_authenticator.go
- create_authenticator_updb.go
- create_ca.go
- create_config.go
- create_config_type.go
- create_edge_router.go
- create_edge_router_policy.go
- create_enrollment.go
- create_identity.go
- create_posture_check.go
- create_service.go
- create_service_edge_router_policy.go
- create_service_policy.go
- create_terminator.go
- create_transit_router.go
- db.go
- db_check_integrity.go
- db_snapshot.go
- delete.go
- detail.go
- encryption_var.go
- list.go
- login.go
- logout.go
- policy_advisor.go
- root.go
- show.go
- trace_identity.go
- traceroute.go
- update.go
- update_authenticator.go
- update_authenticator_updb.go
- update_ca.go
- update_config.go
- update_config_type.go
- update_edge_router.go
- update_edge_router_policy.go
- update_identity.go
- update_identity_configs.go
- update_posture_check.go
- update_service.go
- update_service_edge_router_policy.go
- update_service_policy.go
- update_terminator.go
- use.go
- verify.go
- verify_ca.go
- version.go
Click to show internal directories.
Click to hide internal directories.