Hello Community ,
I wish to have the help of someone to be able to extract some information by using API . I integrated a Cisco video equipment and I question it by using the API . what I can have as a result is well below
<?xml version="1.0"?>
<Status product="Cisco Codec" version="ce9.12.3.140cd8212ba" apiVersion="4">
<Peripherals
<ConnectedDevice item="1002" maxOccurrence="n">
<Status>Connected</Status>
</ConnectedDevice>
<ConnectedDevice item="1009" maxOccurrence="n">
<Status>Connected</Status>
</ConnectedDevice>
</Peripherals>
</Status>
I just want to have the status of the second equipment (in green), how can I do it? What do I have to do in the pre-processing?
Thank you in advance for your help
I wish to have the help of someone to be able to extract some information by using API . I integrated a Cisco video equipment and I question it by using the API . what I can have as a result is well below
<?xml version="1.0"?>
<Status product="Cisco Codec" version="ce9.12.3.140cd8212ba" apiVersion="4">
<Peripherals
<ConnectedDevice item="1002" maxOccurrence="n">
<Status>Connected</Status>
</ConnectedDevice>
<ConnectedDevice item="1009" maxOccurrence="n">
<Status>Connected</Status>
</ConnectedDevice>
</Peripherals>
</Status>
I just want to have the status of the second equipment (in green), how can I do it? What do I have to do in the pre-processing?
Thank you in advance for your help