Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Create Maintenance Event via API

Has anyone created maintenance posts to statuspage from the API?  The goal is to automate a webhook from JIRA or another tool for the purposes of change management.  I don't see anything about creating a maintenance post from the documentation, only incidents. 

1 answer

1 accepted

1 vote
Answer accepted
Nick Coates
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Aug 11, 2020

Hi @Joshua Aldridge 

Maintenances are a type of Incident when it comes to Statuspage. You'll need to call the 'Create an incident' API endpoint. You then have options to add in the scheduled dates/times, scheduled automation etc.

More information here: https://developer.statuspage.io/#operation/postPagesPageIdIncidents

Hope this helps.

Thanks,
Nick Coates
Statuspage Product Owner, Broadcom Inc.

@Nick Coates Can we have an example of scheduling Maintenance using "Create an incident" API

curl https://api.statuspage.io/v1/pages/<page_id>/incidents \ 
-H "Authorization: OAuth <API_KEY>" \
-X POST \
-d "incident[name]=fakemaintenance" \
-d "incident[status]=scheduled" \
-d "incident[body]=faking maintenance" \
-d "incident[scheduled_for]=2021-08-012T06:00:00.007Z" \
-d "incident[scheduled_until]=2021-08-012T08:00:00.007Z"

I am getting an error here

{"error":"incident[scheduled_for] is invalid, incident[scheduled_until] is invalid

This might be a small syntax issue, But it would be better to have an example for maintenance in official doc 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events