Superannuation Dashboard
Current Service Status
Current services status is available at this URL
http://sses.status.ato.gov.au/api_get/currentStatus
Here is an example output:
{
"preview": false,
"init_offset": 0,
"messages": [],
"fields": ["Service_Name", "Status", "time"],
"rows": [
["SuperMATCH2", "Operational", "1486610400"],
["SuperTICK1", "Operational", "1486610400"],
["SuperTICK2", "Operational", "1486610400"],
["SuperTICK3", "Operational", "1486610400"]
]
}
Fields
Here are the response fields, and what they mean:
| Filed | Description | Sample |
|---|---|---|
| service_name | Specifies the services for which status is available |
|
| status | Specifies the current status of the service | Operational |
| time | The current epoch time for the service's status | 1482105720 |
No Status
When there are no statuses available, the response will look like this:
{
"preview": false,
"init_offset": 0,
"post_process_count": 0,
"messages": [],
"fields": [],
"rows": []
}