KmipServerStatus

KmipServerStatus
KmipServerStatus

Data Object representing a KMIP server status.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "clusterId": {
        "_typeName": "string",
        "id": "string"
    },
    "name": "string",
    "status": "string",
    "description": "string"
}
clusterId
Required

Data Object representing a crypto key provider's unique identifier.

string
name
Required

Name for the KMIP server.

status
Required

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
description
Required

KMIP server status description.