Documentation ¶
Overview ¶
Package infoblox provides REST actions against an infoblox WAPI
Package infoblox provides REST actions against an infoblox WAPI ¶
Package infoblox provides REST actions against an infoblox WAPI ¶
Package infoblox provides REST actions against an infoblox WAPI ¶
Package infoblox provides REST actions against an infoblox WAPI
Index ¶
- func ClientInit(c *Cfg) (*resty.Client, error)
- func IbCreateRecord(c *resty.Client, rcdType string, body []byte) (int, error)
- func IbDeleteRecord(c *resty.Client, ref string) (int, error)
- func IbGetTest(c *resty.Client) error
- func IbUpdateRecord(c *resty.Client, ref string, body []byte) (int, error)
- type Cfg
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientInit ¶
ClientInit establishes default settings on the rest client
func IbCreateRecord ¶
IbCreateRecord creates a record
func IbDeleteRecord ¶
IbDeleteARecord creates an a record
Types ¶
type Cfg ¶
type Cfg struct { Host string WAPIVersion string Username string Password string TLSVerify bool Timeout int }
Cfg config to construct client
Click to show internal directories.
Click to hide internal directories.