EKS / Client / start_insights_refresh
start_insights_refresh¶
- EKS.Client.start_insights_refresh(**kwargs)¶
Initiates an on-demand refresh operation for cluster insights, getting the latest analysis outside of the standard refresh schedule.
See also: AWS API Documentation
Request Syntax
response = client.start_insights_refresh( clusterName='string' )
- Parameters:
clusterName (string) –
[REQUIRED]
The name of the cluster for the refresh insights operation.
- Return type:
dict
- Returns:
Response Syntax
{ 'message': 'string', 'status': 'IN_PROGRESS'|'FAILED'|'COMPLETED' }
Response Structure
(dict) –
message (string) –
The message associated with the insights refresh operation.
status (string) –
The current status of the insights refresh operation.
Exceptions