TrustedInfrastructureTrustAuthorityClustersKmsProvidersStatus
The Providers.Status structure contains fields that describe the status of the Key Provider.
Properties
array of
StdLocalizableMessage
details
Required
Details regarding the health of the provider. When the service Providers.Health is not OK, this field will provide an actionable description of the issue.
health
Required
The Providers.Health enumerated type defines the possible health states.
NONE : No status available.
OK : Health is normal.
WARNING : Health is normal, however there is an issue that requires attention.
ERROR : Not healthy.
Possible values are: NONE , OK , WARNING , ERROR
servers
Required
Health of the key servers.
JSON Example
{
"details": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"health": "NONE",
"servers": [
{
"client_trust_server": false,
"details": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"health": "NONE",
"name": "string",
"server_trust_client": false
}
]
}