{
  "segmentationGroupRef" : "",
  "name" : "Portfolio Advisor for VMware Departure",
  "description" : "Automatically build a roadmap for migrating applications from VMware virtual machines to an optimal deployment on the cloud and identify the recommended path.",
  "segments" : [ {
    "segmentRef" : "_seg_1",
    "name" : "Cloud-based VM",
    "description" : "A recommendation to move the application to a cloud-based virtual machine using Infrastructure as a Service (IaaS).",
    "color" : "#4A3749",
    "matchingRules" : [ {
      "description" : "High Business Impact",
      "formula" : "BI > 75",
      "points" : 10
    }, {
      "description" : "Low CloudReady score",
      "formula" : "CloudScan < 64",
      "points" : 10
    }, {
      "description" : "Medium/High Software Health",
      "formula" : "Health > 53",
      "points" : 10
    }, {
      "description" : "Medium/High Open Source Safety score",
      "formula" : "OSS > 63 and OSS < 81 and OSS_Cve < 2",
      "points" : 10
    }, {
      "description" : "High Software Complexity (low Software Elegance)",
      "formula" : "Elegance < 40",
      "points" : 15
    } ]
  }, {
    "segmentRef" : "_seg_2",
    "name" : "Containerize",
    "description" : "A recommendation to perform modest modifications of the application code without changing the architecture or functionality so that it can be deployed on the cloud in a container using Container as a Service (CaaS) or using Platform as a Service (PaaS).",
    "color" : "#A7C3F7",
    "matchingRules" : [ {
      "description" : "High Business Impact",
      "formula" : "BI > 75",
      "points" : 20
    }, {
      "description" : "High CloudReady score",
      "formula" : "CloudScan > 64",
      "points" : 10
    }, {
      "description" : "High Software Health",
      "formula" : "Health > 75",
      "points" : 10
    }, {
      "description" : "High Open Source Safety score",
      "formula" : "OSS > 81",
      "points" : 10
    }, {
      "description" : "Medium/Low Software Complexity (medium/high Software Elegance)",
      "formula" : "Elegance > 40",
      "points" : 10
    } ]
  }, {
    "segmentRef" : "_seg_3",
    "name" : "Rearchitect",
    "description" : "A recommendation to dramatically modify the application code thereby altering the architecture to improve the health of the application and enable it to be deployed in the cloud using Platform as a Service (PaaS) or deployed serverless using Function as a Service (FaaS).",
    "color" : "#276FF3",
    "matchingRules" : [ {
      "description" : "High Business Impact",
      "formula" : "BI > 75",
      "points" : 9
    }, {
      "description" : "Low Software Health",
      "formula" : "Health < 53",
      "points" : 10
    }, {
      "description" : "High Software Complexity (low Software Elegance)",
      "formula" : "Elegance < 40",
      "points" : 10
    }, {
      "description" : "Medium CloudReady score",
      "formula" : "CloudScan > 64 and CloudScan < 75",
      "points" : 10
    }, {
      "description" : "Low Open Source Safety score",
      "formula" : "OSS < 63",
      "points" : 10
    } ]
  }, {
    "segmentRef" : "_seg_4",
    "name" : "Rebuild",
    "description" : "A recommendation to discard the code of the application and develop it again in the cloud using Platform as a Service (PaaS) or serverless using Function as a Service (FaaS).",
    "color" : "#0B378A",
    "matchingRules" : [ {
      "description" : "Medium Business Impact",
      "formula" : "BI > 30 and BI < 75",
      "points" : 10
    }, {
      "description" : "Low Software Health",
      "formula" : "Health < 53",
      "points" : 11
    }, {
      "description" : "Low CloudReady score",
      "formula" : "CloudScan < 64",
      "points" : 11
    } ]
  }, {
    "segmentRef" : "_seg_5",
    "name" : "Retire",
    "description" : "A recommendation to discard the application altogether or potentially replace it with a commercial Software as a Service (SaaS) alternative.",
    "color" : "#CE2D2D",
    "matchingRules" : [ {
      "description" : "Low Business Impact",
      "formula" : "BI < 30",
      "points" : 10
    }, {
      "description" : "Low CloudReady score",
      "formula" : "CloudScan < 64",
      "points" : 9
    }, {
      "description" : "Low Software Health",
      "formula" : "Health < 53",
      "points" : 12
    } ]
  } ],
  "segmentationStatus" : "production"
}