stboch / ta_statuspage

Splunk Addon for Statuspage.io public API
MIT License
0 stars 0 forks source link

Private statuspage #1

Open zerodago opened 3 years ago

zerodago commented 3 years ago

hello, I find this TA for splunk great

I have a private page that is accessed by SSO (saml integrated with AzureAD)

Is it possible to use this TA ??

Tks

stboch commented 3 years ago

So you don't have a "public" statuspage.io used for service outages. I don't have access to a paid status page.io account but if you want to work with me I think I can extend it to support the access tokens used on the admin side.

zerodago commented 3 years ago

It's OK, I could test the changes that you make in the TA.

For access by API you need API key and PageID, here is an example that says Atlassian

curl -i -X GET \ -H 'Authorization: OAuth your-api-key-goes-here' \ 'https://api.statuspage.io/v1/pages/your-page-code-goes-here/incidents'