DataMigrationServiceStatusResponse interface

Service health status

Properties

agentVersion

The DMS instance agent version

status

The machine-readable status, such as 'Initializing', 'Offline', 'Online', 'Deploying', 'Deleting', 'Stopped', 'Stopping', 'Starting', 'FailedToStart', 'FailedToStop' or 'Failed'

supportedTaskTypes

The list of supported task types

vmSize

The services virtual machine size, such as 'Standard_D2_v2'

Property Details

agentVersion

The DMS instance agent version

agentVersion?: string

Property Value

string

status

The machine-readable status, such as 'Initializing', 'Offline', 'Online', 'Deploying', 'Deleting', 'Stopped', 'Stopping', 'Starting', 'FailedToStart', 'FailedToStop' or 'Failed'

status?: string

Property Value

string

supportedTaskTypes

The list of supported task types

supportedTaskTypes?: string[]

Property Value

string[]

vmSize

The services virtual machine size, such as 'Standard_D2_v2'

vmSize?: string

Property Value

string