Insight Resource Service List
List Insights.
Scope search to the specified name; supports globbing; default (*).
Filter by the kind of source resource (eg. integration, gitrepository, helm, policy-settings); supports globbing; default (*).
Filter by the uid of source resource; supports globbing; default (*).
Filter by type of insight (ERROR / OVERRIDE); supports globbing; default (*).
Filter by source scope type (org / cg / c); supports globbing; default (*).
Filter by cluster name; supports globbing; default (*).
Sort Order.
TQL query string.
Offset at which to start returning records.
Number of records to return.
Include total count.
A successful response.
{
"insights": [
{
"type": {
"kind": "string",
"version": "string",
"package": "string"
},
"fullName": {
"orgId": "string",
"name": "string"
},
"meta": {
"uid": "string",
"generation": "string",
"resourceVersion": "string",
"creationTime": "string",
"updateTime": "string",
"description": "string",
"parentReferences": [
{
"rid": "string",
"uid": "string"
}
]
},
"data": {
"type": "string",
"details": "string",
"sourceResourceKind": "string",
"sourceResource": {
"rid": "string",
"uid": "string"
},
"sourceScopeType": "string",
"sourceScope": {
"rid": "string",
"uid": "string"
},
"cluster": {
"rid": "string",
"uid": "string"
}
}
}
],
"totalCount": "string"
}
An unexpected error response.
{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"typeUrl": "string",
"value": "string"
}
]
}