Skip to content
Susan Dreher edited this page May 5, 2017 · 10 revisions

Returns an .xml document that describes the team's current state. The Flash component calls this endpoint when initializing the simulation.

Url: team/(?P\d+)/history/

Returns:

As the user interacts with the simulation, the Flash component calls this view to save state for site history explorations and and visual recon.

Url: team/(?P\d+)/info/

Input:

Returns:

  • <data><response>OK</response></data>

As the user selects and perform tests, the Flash component calls this view to save state.

Url: team/(?P\d+)/test/

Input:

Returns:

  • <data><response>OK</response></data>

This view is used to demo the Brownfield simulation. It returns an .xml document that describes an initial starting state.

Url: demo/history/

Returns:

These views are used to demo the Brownfield simulation. As the user executes tests, performs visual recon and explores the site history, this view mocks state saving operations. No data is actually saved.

Url: demo/info/ and demo/test/

Returns:

  • <data><response>OK</response></data>