Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

API & Integration, DevOps,NetOps,SecOps

Reply

how to substring Ipaddress

[ Edited ]
Authority
Posts: 14
2405     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
2406     0

Found answer Smiley Happy thanks

Showing results for 
Search instead for 
Did you mean: 

Recommended for You