Skip to content

Commit fa01e46

Browse files
committed
Fixed other URLs in the Sase Service Status API
1 parent ddf024c commit fa01e46

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
3636
- Component status potential values: `operational`, `degraded_performance`, `partial_outage`, `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`
4242
- Incident status potential values: `investigating`, `identified`, `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`
4848
- Incident status potential values: `investigating`, `identified`, `monitoring`, `resolved`, `postmortem`
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.
5959
- Maintenance event status potential values: `in progress`, `verifying`
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.
6565
- Maintenance event status potential values: `scheduled`, `in progress`, `verifying`, `completed`
6666
- Maintenance event impact potential values: `none`, `maintenance`, `minor`, `major`, `critical`

0 commit comments

Comments
 (0)