ONTAP Discussions

How to display DP relationships using REST API

Zee
1,365 Views

When looking at the description of netapp_ontap.resources.snapmirror_relationship class it looks like only XDP relations are supported:

"This API manages asynchronous extended data protection (XDP) relationships for FlexVols, FlexGroups, or SVMs."

ref: https://library.netapp.com/ecmdocs/ECMLP2858435/html/resources/snapmirror_relationship.html

 

I have also confirmed that when querying  filers with a mixture of DP and XDP relations, only XDP's are returned in the json object.

like: GET "/api/snapmirror/relationships/" 

Is there any way to make API to include DP relations, at least for reporting purposes ?

 

Thanks

1 ACCEPTED SOLUTION

hmoubara
1,248 Views

Hello,

 

Starting with ONTAP 9.3, SnapMirror extended data protection (XDP) mode replaces SnapMirror data protection (DP) mode as the SnapMirror default.

 

Thanks 

View solution in original post

1 REPLY 1

hmoubara
1,249 Views

Hello,

 

Starting with ONTAP 9.3, SnapMirror extended data protection (XDP) mode replaces SnapMirror data protection (DP) mode as the SnapMirror default.

 

Thanks 

Public