Migrate Policy Data Asynchronously

Migrate policy data asynchronous.

post

Migrate policy data asynchronous. Only users with the Standard Registry role are allowed to make the request.

Authorizations
Body
policiesobjectrequired
vcsstring[]required
vpsstring[]required
schemasobjectrequired
groupsobjectrequired
rolesobjectrequired
Responses
application/json
objectoptional
post
POST /api/v1/policies/push/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": {}
}
{}

Last updated