Skip to content

Commit a3759fc

Browse files
committed
Fixed updates as per the feedback
1 parent 26516f4 commit a3759fc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

products/sase/docs/service-status-api.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords:
99
---
1010

1111
You can find a Palo Alto Networks SASE Status Page hosted at
12-
https://sase-secondary.status.paloaltonetworks.com. Documentation for the companion API for this
12+
https://sase.status.paloaltonetworks.com. Documentation for the companion API for this
1313
Status Page is hosted at https://sase-secondary.status.paloaltonetworks.com/api, including a Javascript
1414
wrapper.
1515

@@ -33,19 +33,19 @@ https://sase-secondary.status.paloaltonetworks.com/api/v2/status.json
3333
### Service Component Statuses
3434
https://sase-secondary.status.paloaltonetworks.com/api/v2/components.json
3535
- Lists each SASE service component from the status page with a status for each.
36-
- Component status potential values: `operational`, `degraded_performance`, `partial_outage`, `major_outage`
36+
- Component status potential values: `operational`, `degraded_performance`, `major_outage`
3737

3838
### Unresolved Incidents
3939
https://sase-secondary.status.paloaltonetworks.com/api/v2/incidents/unresolved.json
4040
- Lists all incidents which are unresolved, with their impact and status.
4141
- Incident impact potential values: `none`, `minor`, `major`, `critical`
42-
- Incident status potential values: `investigating`, `identified`, `monitoring`
42+
- Incident status potential values: `investigating`, `monitoring`
4343

4444
### Recent Incidents
4545
https://sase-secondary.status.paloaltonetworks.com/api/v2/incidents.json
4646
- Lists the most recent 50 incidents, whether they are resolved or unresolved, with their impact and status.
4747
- Incident impact potential values: `none`, `minor`, `major`, `critical`
48-
- Incident status potential values: `investigating`, `identified`, `monitoring`, `resolved`, `postmortem`
48+
- Incident status potential values: `investigating`, `monitoring`, `resolved`
4949

5050
### Upcoming Maintenance Events
5151
https://sase-secondary.status.paloaltonetworks.com/api/v2/scheduled-maintenances/upcoming.json
@@ -56,11 +56,11 @@ https://sase-secondary.status.paloaltonetworks.com/api/v2/scheduled-maintenances
5656
### Active Maintenance Events
5757
https://sase-secondary.status.paloaltonetworks.com/api/v2/scheduled-maintenances/active.json
5858
- Lists upcoming events such as planned outages, upgrades, or general notices of work on SASE services which may cause disruption.
59-
- Maintenance event status potential values: `in progress`, `verifying`
59+
- Maintenance event status potential values: `in progress`
6060
- Maintenance event impact potential values: `none`, `maintenance`, `minor`, `major`, `critical`
6161

6262
### All Maintenance Events
6363
https://sase-secondary.status.paloaltonetworks.com/api/v2/scheduled-maintenances.json
6464
- Lists the most recent 50 maintenance events such as planned outages, upgrades, or general notices of work on SASE services which may cause disruption.
65-
- Maintenance event status potential values: `scheduled`, `in progress`, `verifying`, `completed`
65+
- Maintenance event status potential values: `scheduled`, `in progress`, `completed`
6666
- Maintenance event impact potential values: `none`, `maintenance`, `minor`, `major`, `critical`

0 commit comments

Comments
 (0)