Go to All Forums

Status Page Announcements

Looking through the API I see that we can create and update status pages, but I do not see anything that would allow to me make calls to add announcements.  We are trying add announcements and updates to status pages withought having someone manually do it.  Any suggestions?

Connor

Like (1) Reply
Replies (2)

Hi Connor,

POST /api/announcement/{status_viewid}

{
"commenttime":"10:53",
"commentdate":"2017-06-09",
"expiry_time":7200000,
"title":"Intermittent Connection Problem",
"message":"Few of our customers are facing connect problem. We are working on it."
}

 

status_viewid - ID of the status page you want to post an announcement (get from /api/status_dashboards)

commenttime - "hours:minutes"

commentdate - "year-month-date"

expiry_time - number of hours to show the announcement at the top of the page (in milliseconds)

title - Announcement header

message - detailed annouoncement message.

 

We will include this in api document.

Thillai.

Like (0) Reply

Hi Connor,

We are happy to let you know that we have included the Status Page Announcement API in our API documentation. Do mail us or post here if you have any queries regarding the same. We will be more than happy to look into it. I have included the link to the API documentation below.

www.site24x7.com/help/api/#create-an-announcement


Regards,
Abijith Radhakrishnan
Site24x7

Like (0) Reply

Was this post helpful?