Skip to content

Commit ea00786

Browse files
OKTA-1118836 - Update Enhanced DR API urls (#6023)
Update urls to OAS3 live site
1 parent 53b94fc commit ea00786

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • packages/@okta/vuepress-site/docs/guides/manage-orgs-okta-edr/main

packages/@okta/vuepress-site/docs/guides/manage-orgs-okta-edr/main/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Okta Enhanced DR only supports API access through scoped OAuth 2.0 access tokens
5252

5353
## Check the disaster recovery status of your org
5454

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.
5656

5757
>**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`.
5858
@@ -81,7 +81,7 @@ curl -v -X GET \
8181

8282
## Initiate an org failover
8383

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.
8585

8686
#### Request example
8787

@@ -110,7 +110,7 @@ After a failover, all end users in that org are in [read-only mode](https://supp
110110

111111
## Initiate an org failback
112112

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.
114114

115115
#### Request example
116116

@@ -137,7 +137,7 @@ curl -v -X POST \
137137

138138
## Review disaster recovery auditing data
139139

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`.
141141

142142
> **Note:** Your OAuth 2.0 scoped token requires the `okta.logs.read` scope to call the System Log endpoint.
143143

0 commit comments

Comments
 (0)