Versions Compared

Key

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

...

Max request interval (per user): Request per 10 seconds.

Request Example

New URL - Global User

In order to receive a response from the API, the following variables must be filled in:

  • USERNAME

  • ORGANIZATION

  • PASSWORD

Code Block
languagec#
https://space-apps2.galooli.com/ColocationNOC/APIColocationNOC?user=[USERNAME]&password=[PASSWORD]=%5busername%5d%26%5borganization%5d&password=%5bpassword

New URL - One Organization User

In order to receive a response from the API, the following variables must be filled in:

  • USERNAME

  • PASSWORD

Code Block
https://space-apps2.galooli.com/ColocationNOC/APIColocationNOC?user=%5busername%5d&password=%5bpassword

Old URL

Code Block
https://space-apps.galooli.com/AlarmsStatus/AlarmsStatusIndex?handler=APIColocationNOC&user=[USER]&password=[PASSWORD]

Error Result Codes

Requests are too frequent - max request interval is 10 seconds (per user)

...