Deployment_CheckInfo

Deployment_CheckInfo
Deployment_CheckInfo

The CheckInfo structure describes the result of the appliance deployment check.

JSON Example
{
    "status": "string",
    "result": {
        "info": [
            {
                "id": "string",
                "time": "string",
                "message": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": {
                                "id": "string",
                                "params": {
                                    "params": "Std_LocalizationParam Object"
                                }
                            },
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                },
                "resolution": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": {
                                "id": "string",
                                "params": {
                                    "params": "Std_LocalizationParam Object"
                                }
                            },
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            }
        ],
        "warnings": [
            {
                "id": "string",
                "time": "string",
                "message": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": {
                                "id": "string",
                                "params": {
                                    "params": "Std_LocalizationParam Object"
                                }
                            },
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                },
                "resolution": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": {
                                "id": "string",
                                "params": {
                                    "params": "Std_LocalizationParam Object"
                                }
                            },
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            }
        ],
        "errors": [
            {
                "id": "string",
                "time": "string",
                "message": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": {
                                "id": "string",
                                "params": {
                                    "params": "Std_LocalizationParam Object"
                                }
                            },
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                },
                "resolution": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": {
                                "id": "string",
                                "params": {
                                    "params": "Std_LocalizationParam Object"
                                }
                            },
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            }
        ]
    },
    "source_info": {
        "hostname": "string",
        "version": "string",
        "deployment_type": "string",
        "deployment_size": "string",
        "sso_domain_name": "string",
        "active_directory_domain": "string",
        "dns_servers": [
            "string"
        ],
        "data_migration_info": {
            "core": {
                "estimated_export_time": 0,
                "estimated_import_time": 0,
                "required_free_disk_space_on_source": "number"
            },
            "core_events_tasks": {
                "estimated_export_time": 0,
                "estimated_import_time": 0,
                "required_free_disk_space_on_source": "number"
            },
            "all": {
                "estimated_export_time": 0,
                "estimated_import_time": 0,
                "required_free_disk_space_on_source": "number"
            },
            "core_events_tasks_with_deferred": {
                "estimated_export_time": 0,
                "estimated_import_time": 0,
                "required_free_disk_space_on_source": "number"
            },
            "all_with_deferred": {
                "estimated_export_time": 0,
                "estimated_import_time": 0,
                "required_free_disk_space_on_source": "number"
            }
        }
    }
}
status
Required

The CheckStatus enumerated type defines the status of the checks.
SUCCESS : All checks have completed successfully.
FAILED : A fatal error was encountered when running the sanity checks.

result
Optional

The Notifications structure contains info/warning/error messages that can be reported be the task.

source_info
Optional

The SourceInfo {structure contains information about the source vCenter Server system and the database migration options.