Skip to content

Start Insights Refresh

eks_start_insights_refresh R Documentation

Initiates an on-demand refresh operation for cluster insights, getting the latest analysis outside of the standard refresh schedule

Description

Initiates an on-demand refresh operation for cluster insights, getting the latest analysis outside of the standard refresh schedule.

Usage

eks_start_insights_refresh(clusterName)

Arguments

clusterName

[required] The name of the cluster for the refresh insights operation.

Value

A list with the following syntax:

list(
  message = "string",
  status = "IN_PROGRESS"|"FAILED"|"COMPLETED"
)

Request syntax

svc$start_insights_refresh(
  clusterName = "string"
)