Generate a time-based one time passcode (TOTP) for Data Orchestrator access

post/backup-recovery/v1beta1/data-orchestrators/{id}/generate-totp

Generate a time-based one time passcode (TOTP) for Data Orchestrator access.

Securitybearer
Request
path Parameters
id
required
string <uuid>

id of the Data Orchestrator.

Responses
200

TOTP Created

400

Bad request

401

Unauthorized request

403

Forbidden

412

Precondition failed

500

Internal server error

503

Service not available

Request samples
Response samples
application/json
{
  • "expiresInSeconds": "string",
  • "totp": "string"
}