@@ -9,7 +9,7 @@ keywords:
99---
1010
1111You 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
1313Status Page is hosted at https://sase-secondary.status.paloaltonetworks.com/api , including a Javascript
1414wrapper.
1515
@@ -33,19 +33,19 @@ https://sase-secondary.status.paloaltonetworks.com/api/v2/status.json
3333### Service Component Statuses
3434https://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
3939https://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
4545https://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
5151https://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
5757https://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
6363https://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