MigrationMappingResult
MigrationMappingResult
JSON Example
{
"migrated_resource_mapping": [
{
"failed_mp_resources": [
{
"error_list": [
{
"error_desc": "string",
"error_id": "string"
}
],
"mp_resource_id": "string",
"mp_resource_type": "string",
"policy_resource_id": "string",
"policy_resource_path": "string"
}
],
"failed_objects_count": 0,
"promoted_objects_count": 0,
"promotion_status": "string",
"resource_map": [
{
"error_list": [
{
"error_desc": "string",
"error_id": "string"
}
],
"mp_resource_id": "string",
"mp_resource_type": "string",
"policy_resource_id": "string",
"policy_resource_path": "string"
}
],
"resource_type": "string",
"total_count": 0
}
]
}