Start a Conversation

Solved!

Go to Solution

1348

September 25th, 2020 04:00

Vplex api v2 patch operation

Hi,

I'm testing vplex api v2 to update a distributed consistency group with python request.

There is no call examples into the api v2 guide and I fail to patch my distributed consistency group with an error 400 :

{'cause': 'Unexpected parsing exception', 'error_code': 400, 'message': 'Failed to parse JSON for PATCH'}

Here is what I doing with my vplex api v2 guide interpretation :

uri : https// /vplex/v2/distributed_storage/distributed_consistency_groups/

method : PATCH

body : [{'op': 'remove', 'path': 'virtual_volumes', 'value': ['/vplex/v2/distributed_storage/distributed_virtual_volumes/ ']}]

Does anybody try this type of operation on new vplex api ?

No Responses!
No Events found!

Top