Last updated 11 months ago
Migrate policy data. Only users with the Standard Registry role are allowed to make the request.
POST /api/v1/policies/migrate-data HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 106 { "policies": { "src": "text", "dst": "text" }, "vcs": [ "text" ], "vps": [ "text" ], "schemas": {}, "groups": {}, "roles": {} }
Errors while migration.
[ { "error": "text", "id": "text" } ]