v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1425123120.1 KB

Gets information about a monitor in Network Flow Monitor based on a monitor name. The information returned includes the Amazon Resource Name (ARN), create time, modified time, resources included in the monitor, and status information.

get/monitors/{monitorName}

Path parameters

monitorNamestring required

The name of the monitor.

Response

Success

monitorArnstring required

The Amazon Resource Name (ARN) of the monitor.

monitorNamestring required

The name of the monitor.

monitorStatus'PENDING' | 'ACTIVE' | 'INACTIVE' | 'ERROR' | 'DELETING' required
<p>The status of a monitor. The status can be one of the following</p> <ul> <li> <p> <code>PENDING</code>: The monitor is in the process of being created.</p> </li> <li> <p> <code>ACTIVE</code>: The monitor is active.</p> </li> <li> <p> <code>INACTIVE</code>: The monitor is inactive.</p> </li> <li> <p> <code>ERROR</code>: Monitor creation failed due to an error.</p> </li> <li> <p> <code>DELETING</code>: The monitor is in the process of being deleted.</p> </li> </ul>
createdAtstring date-time required

The date and time when the monitor was created.

modifiedAtstring date-time required

The date and time when the monitor was last modified.

tagsobject

The tags for a monitor.