Difference between revisions of "Aws dms describe-events"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lowercase}}")
Tags: Mobile web edit, Mobile edit
 
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/dms/describe-events.html
 +
 +
[[aws dms]] describe-events --output text
 +
[[aws dms]] describe-events --start-time 2022-02-15 --output text
 +
aws dms describe-events --source-type "replication-instance" --output text
 +
 +
aws dms describe-events --start-time 2022-02-20 --output text
 +
EVENTS 2022-03-02T08:08:15.525000-08:00 The reload tables request has been sent successfully your- postgres-redshift-replication-task replication-task
 +
EVENTCATEGORIES state change
 +
 +
[[aws dms]] describe-events --start-time 2022-02-15 --output text
 +
An error occurred (InvalidParameterCombinationException) when calling the DescribeEvents operation: Events occurring more than 14 days in the past are not available.
 +
 +
An error occurred ([[InvalidParameterValueException]]) when calling the DescribeEvents operation: Start time must be in the past.
 +
 +
== Related commands ==
 +
* <code>[[aws dms describe-replication-tasks]]</code>
 +
* <code>[[aws dms create-event-subscription]]</code>
 +
 +
==See also==
 +
* {{aws dms}}
 +
* {{RDS}}
 +
 +
[[Category:AWS]]

Latest revision as of 16:48, 2 March 2022

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/dms/describe-events.html

aws dms describe-events --output text
aws dms describe-events --start-time 2022-02-15 --output text
aws dms describe-events --source-type "replication-instance" --output text
aws dms describe-events --start-time 2022-02-20 --output text
EVENTS	2022-03-02T08:08:15.525000-08:00	The reload tables request has been sent successfully	your- postgres-redshift-replication-task	replication-task
EVENTCATEGORIES	state change
aws dms describe-events --start-time 2022-02-15 --output text
An error occurred (InvalidParameterCombinationException) when calling the DescribeEvents operation: Events occurring more than 14 days in the past are not available.
An error occurred (InvalidParameterValueException) when calling the DescribeEvents operation: Start time must be in the past.

Related commands[edit]

See also[edit]

Advertising: