Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

API & Integration, DevOps,NetOps,SecOps

Reply

how to substring Ipaddress

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

Found answer Smiley Happy thanks

Showing results for 
Search instead for 
Did you mean: 

Recommended for You