NSX-T Data Center REST API

VcWorkflowTimeStamp (type)

{
  "additionalProperties": false,
  "description": "vCenter workflow timestamp.",
  "id": "VcWorkflowTimeStamp",
  "module_id": "OverlayAdoption",
  "properties": {
    "last_successful_time": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when vCenter workflow last completed successfully.",
      "readonly": true,
      "required": false,
      "title": "Timestamp when vCenter workflow last completed successfully"
    },
    "vc_id": {
      "description": "vCenter ID.",
      "readonly": true,
      "required": true,
      "title": "vCenter ID",
      "type": "string"
    }
  },
  "title": "vCenter workflow timestamp",
  "type": "object"
}