Concept Status innovaphone Services

From innovaphone wiki
Jump to navigation Jump to search

The innovaphone statuspage informs you about the current status of all our available services.

More Information

The status page lists all innovaphone services and checks their availability periodically. The page shows the last detected status of the respective service. The data is updated at 5 minute intervals and the page refresh itself every minute.

The status page will display a green box if the service is available, otherwise a red box. For example, if you have problems with push notifications and the push server has a red indication, means that we have an infrastructure problem, and we are working on it. You don't need to open a support ticket, but you can check the service page periodically for status updates.

Possibilities

Use as Website
You can access the status directly in the browser at https://status.innovaphone.com
The addition "/?dark" set the status page to the dark myapps theme.
Use as myApps App
You can create a new APP object with the option "Plain website" and the destination https://status.innovaphone.com.
The addition "/?dark" set the status page to the dark myapps theme.
Icon innovaphone services.png
Use of a JSON response
Via HTTP/GET the URL https://status.innovaphone.com/results.json can be retrieved and processed itself.
Structure
{
  "category (row in the website)":{
     "service (item in a row)":{
        "result":(bool)
     },
}

Current Categories: services, myapps_cloud, websites

Example
{
  "websites":{
     "Provisioning Server":{
        "result":true
     },
     "License Portal":{
        "result":true
     },
     "Training: Devices":{
        "result":true
     }
  }
}

Rate limit

If you use the service aggressively or request this data unnecessarily often, your IP address will be automatically blocked for a certain time. Due to the fact that the results are refreshed only in 5min intervals, it is not needed to get the results e.g. every minute.

Related Articles