MpMigrationData
MpMigrationData
Contains manager and policy resource id.
JSON Example
{
"migration_data": [
{
"resource_ids": [
{
"linked_ids": [
{
"key": "string",
"value": "string"
}
],
"manager_id": "string",
"metadata": [
{
"key": "string",
"value": "string"
}
],
"override": false,
"policy_id": "string",
"policy_path": "string",
"principle_identity": "string"
}
],
"type": "string"
}
],
"mode": "string",
"setup_details": {
"principal_identity": "string"
},
"skip_failed_resources": false
}
string
mode
Optional
Constraints:
default: CONSUMER
Mode of MP2Policy migration
Possible values are :
GENERIC,
CONSUMER,
boolean
skip_failed_resources
Optional
Default value is false. This value will indicate if there is error, skip the failed objects and proceed with next set of objects for MP to Policy promotion.