Create

Create

Certified
Enterprise Edition

Create an IPv6 fixed address in Infoblox

yaml
type: io.kestra.plugin.ee.infoblox.ipam.ipv6fixedaddress.Create
yaml
id: infoblox_ipv6_fixed_create
namespace: company.team

tasks:
  - id: create_ipv6_fixed
    type: io.kestra.plugin.ee.infoblox.ipam.ipv6fixedaddress.Create
    url: "{{ secret('INFOBLOX_URL') }}"
    username: "{{ secret('INFOBLOX_USERNAME') }}"
    password: "{{ secret('INFOBLOX_PASSWORD') }}"
    ipv6addr: "2001:db8::1"
    duid: "00:01:00:01:ab:cd:ef:12:34:56"
    name: "server-ipv6"

yaml
id: infoblox_ipv6_fixed_reserved
namespace: company.team

tasks:
  - id: create_ipv6_reserved
    type: io.kestra.plugin.ee.infoblox.ipam.ipv6fixedaddress.Create
    url: "{{ secret('INFOBLOX_URL') }}"
    username: "{{ secret('INFOBLOX_USERNAME') }}"
    password: "{{ secret('INFOBLOX_PASSWORD') }}"
    ipv6addr: "2001:db8::2"
    matchClient: "RESERVED"
Properties
Definitions
allowFailedbooleanstring
Defaultfalse
allowedResponseCodesarray
SubTypeinteger
auth
type*Requiredobject
passwordstring
usernamestring
type*Requiredobject
tokenstring
type*Requiredobject
passwordstring
usernamestring
basicAuthPasswordDeprecatedstring
basicAuthUserDeprecatedstring
connectTimeoutDeprecatedstring
Formatduration
connectionPoolIdleTimeoutDeprecatedstring
Formatduration
defaultCharsetstring
DefaultUTF-8
enabledTcpExtendedKeepAlivebooleanstring
Defaulttrue
followRedirectsbooleanstring
Defaulttrue
logLevelDeprecatedstring
Possible Values
ALLTRACEDEBUGINFOWARNERROROFFNOT_SPECIFIED
logsarray
SubTypestring
Possible Values
REQUEST_HEADERSREQUEST_BODYRESPONSE_HEADERSRESPONSE_BODY
maxContentLengthDeprecatedinteger
proxy
addressstring
passwordstring
portintegerstring
typestring
DefaultDIRECT
Possible Values
DIRECTHTTPSOCKS
usernamestring
proxyAddressDeprecatedstring
proxyPasswordDeprecatedstring
proxyPortDeprecatedinteger
proxyTypeDeprecatedstring
Possible Values
DIRECTHTTPSOCKS
proxyUsernameDeprecatedstring
readIdleTimeoutDeprecatedstring
Formatduration
readTimeoutDeprecatedstring
Formatduration
ssl
insecureTrustAllCertificatesbooleanstring
timeout
connectTimeoutstring
readIdleTimeoutstring
DefaultPT5M
Defaultv2.12