Cisco Unity Connection API List
From DocWiki
(Difference between revisions)
m |
m |
||
| Line 6: | Line 6: | ||
|- | |- | ||
| style="width: 25%;"| '''Description:''' | | style="width: 25%;"| '''Description:''' | ||
| - | | style="width: 60%;"| Use this API to retrieve the current version of | + | | style="width: 60%;"| Use this API to retrieve the current version of the system. |
|- | |- | ||
| style="width: 25%;"| '''API URI:''' | | style="width: 25%;"| '''API URI:''' | ||
Revision as of 22:06, 16 February 2012
DRAFT
| /vmrest/version | |
| Description: | Use this API to retrieve the current version of the system. |
| API URI: | https://<host>:<port>/vmrest/version |
| Supported Response Formats: | XML |
| HTTP Method: | GET |
| Request Parameters: | None. |
| Header Parameters: | None. |
| Parameter Description: | None. |
| Successful Response Schema: |
<xs:schema elementFormDefault="qualified">
<xs:complexType name="VersionInformation">
<xs:sequence>
<xs:element name="name" type="xs:string"/>
<xs:element name="version" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:element name="VersionInformation" type="VersionInformation"/>
</xs:schema>
|
| Failure Response Schema: | None. |
| Related Error Codes: | See API Response Codes. |
| Events Triggered: | None. |
| Release: | 8.5(1) |
| Notes or Examples: | Example |