Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DrPlanStepExecution

The details of a step execution in a DR plan execution.

Properties

displayName

displayName: string

The display name of the step execution.

Example: {@code DATABASE_SWITCHOVER}

Optional executionDurationInSec

executionDurationInSec: undefined | number

The total duration in seconds taken to complete the step execution.

Example: {@code 35} Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

groupId

groupId: string

The unique id of the group to which this step belongs. Must not be modified by user.

Example: {@code sgid1.group..uniqueID}

logLocation

status

The status of the step execution.

Optional statusDetails

statusDetails: undefined | string

Additional details on the step execution status.

Example: {@code This step failed to complete due to a timeout}

stepId

stepId: string

The unique id of the step. Must not be modified by user.

Example: {@code sgid1.step..uniqueID}

Optional timeEnded

timeEnded: Date

The time when execution ended. An RFC3339 formatted datetime string.

Example: {@code 2019-03-29T09:36:42Z}

Optional timeStarted

timeStarted: Date

The time when step execution began. An RFC3339 formatted datetime string.

Example: {@code 2019-03-29T09:36:42Z}

type

The step type.

Functions

getDeserializedJsonObj

getJsonObj