post_insight_result
Create or update a cloud insight to capture recommendations and findings for cloud resources, including status and categories like FinOps or Security.
Instructions
Manage cloud insights representing recommendations and findings for cloud resources. Creates or updates a single insight for the given source and key. If an insight with the same key already exists for the source, it will be updated. Resource results are managed separately via the resource-results endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | A unique key for this insight within the source. | |
| title | Yes | The display title of the insight. | |
| status | No | The display status of the insight. | |
| sourceID | Yes | ||
| reportUrl | No | URL to an external report related to this insight. | |
| categories | Yes | One or more categories this insight belongs to. | |
| insightKey | Yes | ||
| cloudProvider | Yes | The cloud provider associated with the resource. | |
| customerContext | No | Scope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users. | |
| dismissalDetails | No | Details for why an insight was dismissed. | |
| shortDescription | Yes | A brief summary of the insight. | |
| easyWinDescription | No | A description of why this insight is considered an easy win. | |
| cloudFlowTemplateId | No | ID of a CloudFlow template that can automate the remediation of this insight. | |
| detailedDescriptionMdx | No | A detailed description of the insight in MDX format. |