Describe Table Statistics
POST {{aws_database_migration_service_base_url}}/?Action=DescribeTableStatistics
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
Action | string | Filters applied to the describe table statistics action. |
Request Body
{"ReloadOption"=>"string", "ReplicationTaskArn"=>"string", "TablesToReload"=>[{"SchemaName"=>"string", "TableName"=>"string"}]}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
X-Amz-Target | string |