InlineFabricModule1

InlineFabricModule1
InlineFabricModule1

Fabric module contains list of deployment specs and current version. Each deployment spec is a different version of same fabric module. If fabric module have two deployment specs or say two different versions then current version will specify which version needs to be installed.

JSON Example
{
    "deployment_specs": [
        {
            "versioned_deployment_specs": [
                {
                    "service_vm_ovf_url": [
                        "string"
                    ],
                    "package_stores": [
                        {
                            "package_url": "string",
                            "bulletin_ids": [
                                "string"
                            ]
                        }
                    ],
                    "host_type": "string",
                    "host_version": "string"
                }
            ],
            "fabric_module_version": "string"
        }
    ],
    "current_version": "string",
    "fabric_module_name": "string"
}
deployment_specs
Required

List of deployment specs

string
current_version
Required

current version on for the host prep fabric module.

string
fabric_module_name
Required

Name of the fabric module