v1

latestOpenAPI 3.0.1Gremlin License2026-08-06397451577.0 KB
disaster-recovery-tests

Creates a disaster recovery test for a company

Requires the privilege DISASTER_RECOVERY_TESTS_WRITE

post/disaster-recovery-tests

Request body

identifierstring
companyIdstring
namestring required
reliabilityTestIdstring

Example request

{
  "scenarioOverrides": {
    "failureFlag": {
      "labels": {
        "foo": [
          "bar",
          "baz"
        ]
      },
      "runtimeLabels": {
        "zones": [
          "us-west-1a",
          "us-west-1b"
        ]
      }
    }
  }
}

Response

default response

companyIdstring
identifierstring
namestring
state'DRAFT' | 'ACTIVE' | 'COMPLETED'
reliabilityTestIdstring
reliabilityTestNamestring
estimatedDurationinteger
startDateTimestring date-time
endDateTimestring date-time

Example response

{
  "scenarioOverrides": {
    "failureFlag": {
      "labels": {
        "foo": [
          "bar",
          "baz"
        ]
      },
      "runtimeLabels": {
        "zones": [
          "us-west-1a",
          "us-west-1b"
        ]
      }
    }
  }
}