ResourceWarning

ResourceWarning
ResourceWarning

Represents a warning associated to a specific resource

JSON Example
{
    "id": "string",
    "warningCode": "string",
    "message": "string",
    "remediationMessage": "string",
    "referenceToken": "string",
    "resourceId": "string",
    "resourceType": "One among: HOST, CLUSTER, DOMAIN",
    "resourceName": "string",
    "warningType": "One among: SKIPPED_RESOURCE, VALIDATION, CONFIGURATION, OTHER",
    "severity": "One among: MINOR, MAJOR",
    "occurredAtTimestamp": "string",
    "context": {
        "context": "string"
    },
    "associatedTask": {
        "taskId": "string",
        "subTaskId": "string"
    }
}
string
id
Optional

ID of the resource warning

string
warningCode
Optional

The warning code

string
message
Optional

The localized warning message

string
remediationMessage
Optional

The localized remediation warning message

string
referenceToken
Optional

A reference token correlating the warning with the relevant detailed logs. Should be sent to the service provider when reporting issues

string
resourceId
Optional

ID of the associated resource

string
resourceType
Optional

Type of the associated resource

string
resourceName
Optional

Name of the associated resource

string
warningType
Optional

Type of the warning

string
severity
Optional

Severity of the warning

string
occurredAtTimestamp
Required

Timestamp when the warning occurred

object
context
Optional

Optional additional context information in a key value form

associatedTask
Optional

Task association for a resource warning. Indicates in which task the resource warning occurred