daemonMessages

Information for a particular daemon.

Parameter

 Type

Count

Description

msgId

integer

1

Numeric Identifier for a particular message

nodeId

integer

1

The cluster member id of the server which hosts the particular daemon

context

enum

1

Message context within the system (one of: daemon | extension | directive | jobqueue Rule| monitorRule | pagecacheRule | unknown)

key

enum

1

Name of the element

severity

enum

1

Message severity (info | warning | error)

details

string `

1

JSON payload with details about the current state

type

enum

1

Reason for posting the message (One of: directiveModified | extensionDisabled | extensionEnabled | missmatch | missing | notLoaded | notInstalled | offline | monitorRulesUpdated | jobqueueRulesUpdated | pagecacheRulesUpdated | notLicensed | reloadableDirectiveModified | invalidLicense | licenseAboutToExpire | webserverNotResponding | scSessionHandlerFiles | scdStandbyMode | scdErrorMode | scdShutdownError | unknown)

Version: 1.5

Example

Usage Example

<daemonMessages>
	<daemonMessage>
		<msgId>1234</msgId>
		<nodeId>0</nodeId>
		<context>daemon</context>
		<key>scd</key>
		<severity>warning</severity>
		<details><![CDATA[{“message”: “error message”}]]></details>
		<type>directiveModified</type>
	</daemonMessage>
</daemonMessages>
 

Read Also

  Response Data Types