TrustedInfrastructureTrustAuthorityClustersKmsServiceStatusInfo

The ServiceStatus.Info structure contains information that describes the status of the service.


Properties

details Required

Details regarding the health of the service. When the service ServiceStatus.Health is not OK or NONE, this member will provide an actionable description of the issues present.


health Required

The ServiceStatus.Health enumerated type defines the possible service health states.
NONE : No status available.
OK : Service is functioning normally.
WARNING : Service is functioning, however there is an issue that requires attention.
ERROR : Service is not functioning.

Possible values are: NONEOKWARNINGERROR

JSON Example

{
	"details": [
		{
			"args": [
				"string"
			],
			"default_message": "string",
			"id": "string"
		}
	],
	"health": "NONE"
}

Feedback

Was this page helpful?