DataMigrationServiceStatusResponse interface
Service health status
Properties
| agent |
Agent Configuration |
| agent |
The DMS instance agent version |
| status | The machine-readable status, such as 'Initializing', 'Offline', 'Online', 'Deploying', 'Deleting', 'Stopped', 'Stopping', 'Starting', 'FailedToStart', 'FailedToStop' or 'Failed' |
| supported |
The list of supported task types |
| vm |
The services virtual machine size, such as 'Standard_D2_v2' |
Property Details
agentConfiguration
Agent Configuration
agentConfiguration?: Record<string, unknown>
Property Value
Record<string, unknown>
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