MigratedResourceMapping

MigratedResourceMapping
MigratedResourceMapping

Provide stats about ongoing MP2Policy promotion.

JSON Example
{
    "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
}
failed_mp_resources
Optional

Failed resources details not migrated successfully.

integer As int64 As int64
failed_objects_count
Optional

Count of total MP objects failed to be promoted.

integer As int64 As int64
promoted_objects_count
Optional

Count of total MP objects been promoted successfully.

string
promotion_status
Optional

Status of MP2Policy promotion.

Possible values are : NOT_STARTED, IN_PROGRESS, PROCESSING, DONE,
resource_map
Optional

Promoted migrated resource map.

string
resource_type
Optional

Type of resource been migrated.

integer As int64 As int64
total_count
Optional

Count of total MP objects been migrated.