ConnectionServerStatus

ConnectionServerStatus
ConnectionServerStatus

CPA status for a connection server.

JSON Example
{
    "id": "c617fd51-e118-4cae-970c-54a7144aaadc",
    "message": "OK",
    "message_code": "LMV_OP_OK",
    "name": "CS1",
    "pending_percentage": 80,
    "status": "ENABLED"
}
string
id
Optional

Unique ID of the connection server to which this status pertains.

string
message
Optional

The CPA error message for the connection server if any, is populated, or a success message.

string
message_code
Optional

Message code of the message.

  • LMV_OP_OK: Pod Federation operation is successful.
  • LMV_OP_ERROR: Pod Federation operation failed.
  • LMV_OP_ERROR_UNKNOWN: Pod Federation operation failed with unknown error.
  • LMV_OP_CANNOT_APPLY_DATA: Pod Federation operation could not apply data.
  • LMV_OP_CANNOT_APPLY_SCHEMA: Pod Federation operation could not apply schema.
  • LMV_OP_FILESYSTEM_ERROR: Pod Federation operation encountered file system error.
  • LMV_OP_NO_TIME_SYNC: Pod Federation operation encountered time synchronization error.
  • LMV_OP_NO_PERMISSION: No permission to perform Pod Federation operation.
  • LMV_OP_REPLICATION_ERROR: Pod Federation operation encountered replication error.
  • LMV_OP_UNREACHABLE_SERVER: The server is unreachable to perform Pod Federation operation.
Possible values are : LMV_OP_OK, LMV_OP_ERROR, LMV_OP_ERROR_UNKNOWN, LMV_OP_CANNOT_APPLY_DATA, LMV_OP_CANNOT_APPLY_SCHEMA, LMV_OP_FILESYSTEM_ERROR, LMV_OP_NO_TIME_SYNC, LMV_OP_NO_PERMISSION, LMV_OP_REPLICATION_ERROR, LMV_OP_UNREACHABLE_SERVER,
string
name
Optional

Name of the connection server.

integer As int32 As int32
pending_percentage
Optional

Value between 0 and 100 representing CPA operation completion percentage when connection server status is pending.

string
status
Optional

CPA status of the connection server.

  • ENABLED: CPA is enabled.
  • DISABLED: CPA is disabled.
  • PENDING: CPA is undergoing an operation related to initialization, uninitialization, joining, or unjoining.
  • ENABLE_ERROR: The connection server has failed to reach the ENABLED status in a timely manner. This may also indicate the current connection server was recently installed.
  • DISABLE_ERROR: The connection server has failed to reach the DISABLED status in a timely manner.
Possible values are : ENABLED, DISABLED, PENDING, ENABLE_ERROR, DISABLE_ERROR,