Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 565 Bytes

IpList.md

File metadata and controls

20 lines (14 loc) · 565 Bytes

LaunchDarklyApi::IpList

Properties

Name Type Description Notes
addresses Array<String> A list of the IP addresses LaunchDarkly's service uses
outbound_addresses Array<String> A list of the IP addresses outgoing webhook notifications use

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::IpList.new(
  addresses: [&quot;104.156.80.0/20&quot;,&quot;151.101.0.0/16&quot;],
  outbound_addresses: [&quot;52.21.152.96/32&quot;]
)