Allocate

Allocate

Certified
Enterprise Edition

Allocate an IP address in SolarWinds IPAM

yaml
type: io.kestra.plugin.ee.solarwinds.ipam.ipnode.Allocate
yaml
id: allocate_ip
namespace: company.team

tasks:
  - id: allocate
    type: io.kestra.plugin.ee.solarwinds.ipam.ipnode.Allocate
    host: "{{ secret('SOLARWINDS_HOST') }}"
    username: "{{ secret('SOLARWINDS_USER') }}"
    password: "{{ secret('SOLARWINDS_PASSWORD') }}"
    subnetId: 42
    dnsName: "server-01.example.com"

yaml
id: allocate_specific_ip
namespace: company.team

tasks:
  - id: allocate
    type: io.kestra.plugin.ee.solarwinds.ipam.ipnode.Allocate
    host: "{{ secret('SOLARWINDS_HOST') }}"
    username: "{{ secret('SOLARWINDS_USER') }}"
    password: "{{ secret('SOLARWINDS_PASSWORD') }}"
    ipAddress: "10.0.1.50"
    dnsName: "db-primary.example.com"
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
Default17778
Defaulttrue