Start a Conversation

Unsolved

15 Posts

848

November 9th, 2020 19:00

REST API (POST) for RecoverPoint 5.1SP4

Hi all, I would like to create a new replication set in a CG, and have been working hours ending up with "Error: An enabled copy must have a replication volume defined for each replication set and at least one journal volume."  Would anyone kindly help figure out?

I am referring to:

/fapi/rest/5_1/recoverpoint.wadl: Auto generated documentation
/fapi/rest/5_1/application.wadl: application.wadl
/fapi/rest/5_1/application.wadl/xsd0.xsd: XML Schema
/fapi/rest/5_1/objectsBrowser: API Objects Browser (experimental)

and API document.

 

RecoverPoint version: 5.1.SP4

CG already with a replicationset (1 volume on each primary and target site), trying to add another replicationset  Rset1.

 

Endpoint:

https://{ {RPA_IPAddress}}:7225/fapi/rest/5_1/groups/{ {group_id}}/replication_sets/?replicationSetName=Rset1

 

Method: POST

 
Body:
{
     "replicationSetUID" : {
         "groupUID" : {
             "id" :  "1691338761"
        },

     "sizeInBytes" :  "118111600640" ,
     "volumes" : [{
             "clusterUID" : {
                 "id" :  6531413423732762124
            },
             "volumeInfo" : {
             "JsonSubType" :  "VplexVolumeInformation" ,
             "rawUid" : [
                 96 ,
                 0 ,
                 20 ,
                 64 ,
                 0 ,
                 0 ,
                 0 ,
                 16 ,
                 -96 ,
                 5 ,
                 94 ,
                 -22 ,
                 32 ,
                 85 ,
                 88 ,
                 -46
            ],
             "naaUid" : [
                 96 ,
                 0 ,
                 20 ,
                 64 ,
                 0 ,
                 0 ,
                 0 ,
                 16 ,
                 -96 ,
                 5 ,
                 94 ,
                 -22 ,
                 32 ,
                 85 ,
                 88 ,
                 -46
            ],
             "volumeID" : {
                 "id" :  -7929162731103387328
            },
             "vendorName" :  "EMC" ,
             "productName" :  "VPLEX" ,
             "modelName" :  null ,
             "sizeInBytes" :  118111600640 ,
             "vendorSpecificInformation" :  null ,
             "volumeName" :  "device-rpa_2_vol" ,
             "arraySerialNumber" :  "CKM00XXXXXXXXX  " ,
             "onArrayWithRepository" :  true ,
             "volumeStorageType" :  "VPLEX" ,
             "hasLicense" :  true ,
             "locality" :  "LOCAL" ,
             "winner" :  false ,
             "vplexConsistencyGroupName" :  "RPA-tokyo" ,
             "recoverPointClusterName" :  null ,
             "rpEnabled" :  true ,
             "isMetroCandidate" :  false
            }
        },
        {
             "clusterUID" : {
                 "id" :  7779989330498261991
            },
             "volumeInfo" : {
                 "JsonSubType" :  "ClariionVolumeInformation" ,
                 "rawUid" : [
                     96 ,
                     6 ,
                     1 ,
                     96 ,
                     -47 ,
                     -112 ,
                     44 ,
                     0 ,
                     -36 ,
                     -50 ,
                     -4 ,
                     -54 ,
                     12 ,
                     32 ,
                     -21 ,
                     17
                ],
                 "naaUid" : [
                     96 ,
                     6 ,
                     1 ,
                     96 ,
                     -47 ,
                     -112 ,
                     44 ,
                     0 ,
                     -36 ,
                     -50 ,
                     -4 ,
                     -54 ,
                     12 ,
                     32 ,
                     -21 ,
                     17
                ],
                 "volumeID" : {
                     "id" :  -191903159931619560
                },
                 "vendorName" :  "DGC" ,
                 "productName" :  "VRAID" ,
                 "modelName" :  "VNX5300" ,
                 "sizeInBytes" :  118111600640 ,
                 "vendorSpecificInformation" :  null ,
                 "volumeName" :  "DS_RP_test2 (2)" ,
                 "arraySerialNumber" :  "CKM00XXXXXXXXX" ,
                 "onArrayWithRepository" :  true ,
                 "volumeStorageType" :  "VNX_OR_CLARIION" ,
                 "hasLicense" :  true ,
                 "groupSets" : []
            }
        }
    ]
}
 
Thank you,
 

Moderator

 • 

7.1K Posts

November 10th, 2020 10:00

Hello 3BXndOF9gY1203489350822,

It would be best to open a support case so that we can look into your issue.

No Events found!

Top