The ontapVersionInfo object contains information about the API version of the ONTAP cluster in a SnapMirror relationship. The Element web UI uses the GetOntapVersionInfo API method to get this information.
This object contains the following members:
Name | Description | Type |
---|---|---|
snapMirrorEndpointID | The ID of the destination ONTAP system. | integer |
clientAPIMajorVesion | The ONTAP API major version in use by the Element API client. | string |
clientAPIMinorVesion | The ONTAP API minor version in use by the Element API client. | string |
ontapAPIMajorVersion | The current API major version supported by the ONTAP system. | string |
ontapAPIMinorVesion | The current API minor version supported by the ONTAP system. | string |
ontapVersion | The current software version running on the ONTAP cluster. | string |