CryptoManagerKmipClusterStatus
CryptoManagerKmipClusterStatus
Status of a KMIP cluster.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"clusterId": {
"_typeName": "string",
"id": "string"
},
"overallStatus": "string",
"managementType": "string",
"servers": [
{
"_typeName": "string",
"name": "string",
"status": "string",
"connectionStatus": "string",
"certInfo": {
"_typeName": "string",
"subject": "string",
"issuer": "string",
"serialNumber": "string",
"notBefore": "string",
"notAfter": "string",
"fingerprint": "string",
"checkTime": "string",
"secondsSinceValid": 0,
"secondsBeforeExpire": 0
},
"clientTrustServer": false,
"serverTrustClient": false
}
],
"clientCertInfo": {
"_typeName": "string",
"subject": "string",
"issuer": "string",
"serialNumber": "string",
"notBefore": "string",
"notAfter": "string",
"fingerprint": "string",
"checkTime": "string",
"secondsSinceValid": 0,
"secondsBeforeExpire": 0
}
}
clusterId
Required
Data Object representing a crypto key provider's unique identifier.
overallStatus
Optional
The Status enumeration defines a general "health" value for a managed entity.
Possible values:
gray
: The status is unknown.green
: The entity is OK.yellow
: The entity might have a problem.red
: The entity definitely has a problem.
Possible values are : gray, green, yellow, red,
string
managementType
Optional
Key provider management type.
See KmipClusterInfoKmsManagementTypeEnum for valid values.