Cisco Unity Connection API List
From DocWiki
(Difference between revisions)
m |
m |
||
| Line 34: | Line 34: | ||
<xs:element name="name" type="xs:string"/> | <xs:element name="name" type="xs:string"/> | ||
<xs:element name="version" type="xs:string"/> | <xs:element name="version" type="xs:string"/> | ||
| - | </xs:sequence></xs:complexType> | + | </xs:sequence> |
| + | </xs:complexType> | ||
<xs:element name="VersionInformation" type="VersionInformation"/> | <xs:element name="VersionInformation" type="VersionInformation"/> | ||
</xs:schema> | </xs:schema> | ||
Revision as of 00:31, 10 February 2012
DRAFT
| /vmrest/version | |
| Description: | Use this API to retrieve the current version of the APIs running on the system. |
| API URI: | https://<host>:<port>/vmrest/version |
| Supported Response Formats: | XML, JSON |
| 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: | None. |