Skip to main content

DesWorkspaceInsUpsertInsightInput

Input payload for creating or updating an insight.

input DesWorkspaceInsUpsertInsightInput {
data: JSON!
relatedEntityIds: [ID!]!
severity: String!
shortData: JSON!
status: String
type: String!
}

Fields

DesWorkspaceInsUpsertInsightInput.data ● JSON! non-null scalar

Full data payload for the insight.

DesWorkspaceInsUpsertInsightInput.relatedEntityIds ● [ID!]! non-null scalar

Entities that should be linked to this insight.

DesWorkspaceInsUpsertInsightInput.severity ● String! non-null scalar

The severity level of the insight.

DesWorkspaceInsUpsertInsightInput.shortData ● JSON! non-null scalar

Short, UI-friendly payload representing the insight.

DesWorkspaceInsUpsertInsightInput.status ● String scalar

Status value to assign to the insight.

DesWorkspaceInsUpsertInsightInput.type ● String! non-null scalar

The type identifier of the insight.