NSX-T Data Center REST API

VmGroupExecutionDetailsSpec (type)

{
  "additionalProperties": false, 
  "description": "Migration spec for a VM group that will be used to fetch VM group execution details", 
  "id": "VmGroupExecutionDetailsSpec", 
  "module_id": "Migration", 
  "properties": {
    "federation_site_id": {
      "description": "ID of the site in NSX-T Federation", 
      "readonly": false, 
      "required": false, 
      "title": "ID of the site in NSX-T Federation", 
      "type": "string"
    }, 
    "group_id": {
      "description": "User defined VM group id that must be unique among all VM groups ids.", 
      "readonly": false, 
      "required": true, 
      "title": "User defined VM group ID", 
      "type": "string"
    }
  }, 
  "title": "Migration spec for a VM group", 
  "type": "object"
}