Skip to content

Release Testing

Richard McElhinney edited this page Jul 2, 2024 · 10 revisions

Standard REST API Ops Tests

Pre-requisites:

  • A Niagara Station running, configured with entities that are tagged according to the Haystack standard.
  • Web server of Niagara Station has 'http' access allowed, 'https' disabled
    • (only for local testing, do not do this on a public connection)
  • The Basic Web Authentication scheme setup in the station.
  • A user configured with password to use the Basic Web Authentication scheme.
  • NHaystack service setup and configured in the running Niagara Station.
  • Knowledge of the IP address the Station is running on (or you can use localhost).
  • Knowledge of the TCP port the Web Server is running on (defaults to 80).

About Op

Step URL Expected Result (link is not real data, to be changed)
1 http://{ip address}:{port}/haystack/about about.zinc

Ops Op

Step URL Expected Result
1 http://{ip address}:{port}/haystack/ops

File types Op

Read Op

HisRead Op

Watch Op

Extended REST API Ops Tests

Niagara Workbench Tests

Clone this wiki locally