EKS / Client / describe_insights_refresh
describe_insights_refresh¶
- EKS.Client.describe_insights_refresh(**kwargs)¶
Returns the status of the latest on-demand cluster insights refresh operation.
See also: AWS API Documentation
Request Syntax
response = client.describe_insights_refresh( clusterName='string' )
- Parameters:
clusterName (string) –
[REQUIRED]
The name of the cluster associated with the insights refresh operation.
- Return type:
dict
- Returns:
Response Syntax
{ 'message': 'string', 'status': 'IN_PROGRESS'|'FAILED'|'COMPLETED', 'startedAt': datetime(2015, 1, 1), 'endedAt': datetime(2015, 1, 1) }
Response Structure
(dict) –
message (string) –
The message associated with the insights refresh operation.
status (string) –
The current status of the insights refresh operation.
startedAt (datetime) –
The date and time when the insights refresh operation started.
endedAt (datetime) –
The date and time when the insights refresh operation ended.
Exceptions