Migrate Policy Data Asynchronous
Migrate policy data asynchronous. Only users with the Standard Registry role are allowed to make the request.
Authorizations
Body
vcsstring[]Required
vpsstring[]Required
schemasobjectRequired
groupsobjectRequired
rolesobjectRequired
Responses
202
Created task.
application/json
Responseobject
500
Internal server error.
application/json
post
/policies/push/migrate-dataPOST /api/v1/policies/push/migrate-data HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 106
{
  "policies": {
    "src": "text",
    "dst": "text"
  },
  "vcs": [
    "text"
  ],
  "vps": [
    "text"
  ],
  "schemas": {},
  "groups": {},
  "roles": {}
}{}Last updated