System_Announcements_Spec

System_Announcements_Spec
System_Announcements_Spec

The Announcements.Spec structure defines the announcement properties for set and create operations. Note: This structure is restricted for VMware internal use only.

JSON Example
{
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "localized": "string"
    },
    "severity": "string",
    "expires_at": "string"
}
message
Required

The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.

severity
Required

The Announcements.Severity enumerated type defines the severity of the announcements. Note: This enumeration is restricted for VMware internal use only.
CRITICAL : Critical problem.
WARNING : Warning.
INFO : Information.

string As date-time
expires_at
Required

Date and time when the announcement will expire