Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The results of this query should be a table like this:

ProjectIDNameLastScannedAtProjectState
1TestProject2018-01-01 10:54:00.000Deleted
2Lan012018-02-01 09:02:00.00Running
3DataCenter2018-02-03 11:32:00.00Paused

The ProjectID is the key, a unique number that identifies the project; This is the value we will use to plug in to other queries to filter by project.

...