You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@okta/vuepress-site/docs/guides/manage-orgs-okta-edr/main/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Okta Enhanced DR only supports API access through scoped OAuth 2.0 access tokens
52
52
53
53
## Check the disaster recovery status of your org
54
54
55
-
Use the following disaster recovery API endpoint, `https://drapp.{yourOktaDomain}/api/v1/dr/status`<!--[Retrieve the disaster recovery status for all domains for your org](/docs/api/openapi/okta-management/management/tag/DisasterRecovery/#tag/DisasterRecovery/operation/getDRStatus)-->, to understand the current disaster recovery state for all domains associated with your Okta org.
55
+
Use the following disaster recovery API endpoint, `https://drapp.{yourOktaDomain}/api/v1/dr/status` ([Retrieve the disaster recovery status for all domains for your org](https://developer.okta.com/docs/api/openapi/okta-management/management/tags/disasterrecovery/other/getdrstatus)), to understand the current disaster recovery state for all domains associated with your Okta org.
56
56
57
57
>**Note:** The base URL for the disaster recovery APIs is `https://drapp.{yourOktaDomain}/`. Replace `{yourOktaDomain}` with your Okta domain. For example, if your Okta domain is `https://example.okta.com`, use `https://drapp.example.okta.com`.
58
58
@@ -81,7 +81,7 @@ curl -v -X GET \
81
81
82
82
## Initiate an org failover
83
83
84
-
Use the following disaster recovery API to initiate your org failover: `https://drapp.{yourOktaDomain}/api/v1/dr/failover`<!--[Start the failover of your org](/docs/api/openapi/okta-management/management/tag/DisasterRecovery/#tag/DisasterRecovery/operation/startOrgFailover)-->. The request body is optional. You can specify a domain to failover, an empty object (`{}`), or no payload.
84
+
Use the following disaster recovery API to initiate your org failover: `https://drapp.{yourOktaDomain}/api/v1/dr/failover` ([Start the failover of your org](https://developer.okta.com/docs/api/openapi/okta-management/management/tags/disasterrecovery/other/startorgfailover)). The request body is optional. You can specify a domain to failover, an empty object (`{}`), or no payload.
85
85
86
86
#### Request example
87
87
@@ -110,7 +110,7 @@ After a failover, all end users in that org are in [read-only mode](https://supp
110
110
111
111
## Initiate an org failback
112
112
113
-
Use the following disaster recovery API to initiate your org failback: `https://drapp.{yourOktaDomain}/api/v1/dr/failbackStart`<!--[Start the failback of your org](/docs/api/openapi/okta-management/management/tag/DisasterRecovery/#tag/DisasterRecovery/operation/startOrgFailback)-->. The request body is optional. You can specify a domain to failback, an empty object (`{}`), or no payload.
113
+
Use the following disaster recovery API to initiate your org failback: `https://drapp.{yourOktaDomain}/api/v1/dr/failbackStart` ([Start the failback of your org](https://developer.okta.com/docs/api/openapi/okta-management/management/tags/disasterrecovery/other/startorgfailback)). The request body is optional. You can specify a domain to failback, an empty object (`{}`), or no payload.
114
114
115
115
#### Request example
116
116
@@ -137,7 +137,7 @@ curl -v -X POST \
137
137
138
138
## Review disaster recovery auditing data
139
139
140
-
Review the Enhanced DR status in the System Log. Use the [System Log API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/SystemLog/#tag/SystemLog) or review through the Admin Console to confirm details on the org failover or failback. Search on the event types `system.dr.failover` or `system.dr.failback`.
140
+
Review the Enhanced DR status in the System Log. Use the [System Log API](https://developer.okta.com/docs/api/openapi/okta-management/management/tags/systemlog/other/listlogevents) or review through the Admin Console to confirm details on the org failover or failback. Search on the event types `system.dr.failover` or `system.dr.failback`.
141
141
142
142
> **Note:** Your OAuth 2.0 scoped token requires the `okta.logs.read` scope to call the System Log endpoint.
0 commit comments