Obtenant

Create tenant

Create an obtenant in a specific namespace, passwords should be encrypted by AES

put/api/v1/obtenants

Request body

charsetstring
connectWhiteListstring
namestring required
namespacestring required
obclusterstring required
rootPasswordstring required
tenantNamestring required
tenantRolestring

Enum: Primary, Standby

unitNuminteger required

Example request

{
  "source": {
    "restore": {
      "until": {
        "timestamp": "2024-02-23 17:47:00"
      }
    }
  }
}

Response

OK

messagestring
successfulboolean

Changes