Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DrPlanGroupExecution

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

Properties

displayName

displayName: string

The display name of the group execution.

Example: {@code DATABASE_SWITCHOVER}

Optional executionDurationInSec

executionDurationInSec: undefined | number

The total duration in seconds taken to complete group execution.

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

groupId

groupId: string

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

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

status

The status of the group execution.

Optional statusDetails

statusDetails: undefined | string

Additional details on the group execution status.

Example: {@code A total of [3] steps failed in the group}

stepExecutions

stepExecutions: Array<DrPlanStepExecution>

A list of step executions in the group.

Optional timeEnded

timeEnded: Date

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

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

Optional timeStarted

timeStarted: Date

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

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

type

The group type.

Example: {@code BUILT_IN}

Functions

getDeserializedJsonObj

getJsonObj