CloudWatchOmni / Client / start_telemetry_query
start_telemetry_query¶
- CloudWatchOmni.Client.start_telemetry_query(**kwargs)¶
Starts a telemetry query within a session.
Submits the provided query string for execution in the specified session. Use GetTelemetryQueryResults to poll for results and check query status.
See also: AWS API Documentation
Request Syntax
response = client.start_telemetry_query( queryString='string', sessionId='string' )
- Parameters:
queryString (string) –
[REQUIRED]
The query string to execute.
sessionId (string) –
[REQUIRED]
The unique ID of the session.
- Return type:
dict
- Returns:
Response Syntax
{ 'queryId': 'string', 'sessionId': 'string' }
Response Structure
(dict) –
queryId (string) –
The unique ID of the query.
sessionId (string) –
The unique ID of the session.
Exceptions