Skip to content

Commit f48d493

Browse files
authored
Merge pull request PaloAltoNetworks#1188 from sra-hub/fixing-URLs-for-SASE-Service-Status-API
Fixed other URLs in the Sase Service Status API
2 parents 7c17ce4 + 0c4da0f commit f48d493

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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
13-
Status Page is hosted at https://sase.status.paloaltonetworks.com/api, including a Javascript
12+
https://sase.status.paloaltonetworks.com. Documentation for the companion API for this
13+
Status Page is hosted at https://sase-secondary.status.paloaltonetworks.com/api, including a Javascript
1414
wrapper.
1515

1616
The API itself is delivered using Atlassian's StatusPage offering. This API provides a collections of
@@ -21,46 +21,46 @@ parsing library within your programming language of choice.
2121
## Available Endpoints
2222

2323
### Summary
24-
https://sase.status.paloaltonetworks.com/api/v2/summary.json
24+
https://sase-secondary.status.paloaltonetworks.com/api/v2/summary.json
2525
- Despite being called a summary, this provides details from the entire status page, including an overall status indicator for the entire SASE service, statuses of individual SASE service components, unresolved incidents, and any upcoming or in-progress scheduled maintenances.
2626
- Potential values are discussed in the subsequent API endpoints below.
2727

2828
### Portfolio Status
29-
https://sase.status.paloaltonetworks.com/api/v2/status.json
29+
https://sase-secondary.status.paloaltonetworks.com/api/v2/status.json
3030
- Provides an overall status for the entire SASE service.
3131
- Status indicator potential values: `none`, `minor`, `major`, `critical`
3232

3333
### Service Component Statuses
34-
https://sase.status.paloaltonetworks.com/api/v2/components.json
34+
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
39-
https://sase.status.paloaltonetworks.com/api/v2/incidents/unresolved.json
39+
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
45-
https://sase.status.paloaltonetworks.com/api/v2/incidents.json
45+
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
51-
https://sase.status.paloaltonetworks.com/api/v2/scheduled-maintenances/upcoming.json
51+
https://sase-secondary.status.paloaltonetworks.com/api/v2/scheduled-maintenances/upcoming.json
5252
- Lists upcoming events such as planned outages, upgrades, or general notices of work on SASE services which may cause disruption.
5353
- Maintenance event status potential values: `scheduled`
5454
- Maintenance event impact potential values: `none`, `maintenance`, `minor`, `major`, `critical`
5555

5656
### Active Maintenance Events
57-
https://sase.status.paloaltonetworks.com/api/v2/scheduled-maintenances/active.json
57+
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
63-
https://sase.status.paloaltonetworks.com/api/v2/scheduled-maintenances.json
63+
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)