Last updated 10 months ago
Migrate policy data asynchronous. Only users with the Standard Registry role are allowed to make the request.
/policies/push/migrate-data
curl -L \ --request POST \ --url '/api/v1/policies/push/migrate-data' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "policies": { "src": "text", "dst": "text" }, "schemas": {}, "groups": {}, "roles": {}, "vcs": [ "text" ], "vps": [ "text" ] }'
{}