Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

API & Integration, DevOps,NetOps,SecOps

Reply

how to substring Ipaddress

[ Edited ]
Authority
Posts: 14
2864     0

Hello Netzis,

 

Can anybody help in substringing

 

I have endup with

Dim urli = "https://ipman/wapi/v2.6.1/" + propertyValue + "?_function=next_available_ip&num=1"

(propertyvalue="_ref")

 

Dim ipaddress = rest.invoke("POST", urli, Nothing, Nothing, "")

 

ipaddress= "{""ips"": [""149.203.16.25""]}"

 

How can i get only "149.203.16.25" ? I tried all sorts of substring. That double quotes never leaves !

 

Which make the body as follows :

 

{{
"name": "abinep-74625.test.com",
"ipv4addrs": [
{
"ipv4addr": "[\"143.203.256.25\"]}",
"mac": "8c:87:a5:60:f1:b8"
}
]
}}

 

"ipv4addr": "[\"143.203.256.25\"]}"--> how to convert this to "ipv4addr" :"143.203.256.25"

 

Thank you

Re: how to substring Ipaddress

Authority
Posts: 14
2865     0

Found answer Smiley Happy thanks

Showing results for 
Search instead for 
Did you mean: 

Recommended for You