VVB Info
VVB Info trigger reports the current version and the status of Cisco Virtualized Voice Browser.
Note | PUT, POST, DELETE operations are not supported. |
|
Attribute Name |
Base Type |
Restrictions |
Description |
|---|---|---|---|
|
vvbVersion |
string |
minOccurs=1 maxOccurs=1 |
Cisco VVB Version, Regex Details :: [0-9._-]+ |
|
vvbStatus |
string |
minOccurs=1 maxOccurs=1 |
Cisco VVB Status, Regex Details :: [a-zA-Z -]+ |
Get VVB Info
|
HTTP Method |
GET |
|
URI |
http(s)://<serverIP/ hostname/FQDN>/adminapi/vvbInfo |
|
Example URI |
http(s)://10.10.10.10/adminapi/vvbInfo |
|
Content Type |
Application/XML, Application/JSON |
|
HTTP Success Code |
200 |
|
HTTP Failure Codes |
405, 415 |
Sample Success Response
<vvbInfo>
<vvbVersion>11.6.0.99100-86</vvbVersion>
<vvbStatus>IN SERVICE</vvbStatus>
</vvbInfo>