SystemData

SystemData
SystemData

Detail about the TCA/CP system and sub-systems, on which the support action is taken/intended.

JSON Example
{
    "linkVerified": "linkVerified",
    "systemName": "systemName",
    "systemUuid": "systemUuid",
    "systemType": "systemType",
    "linkEstablished": "linkEstablished",
    "version": "version",
    "linkLastCommunicated": "linkLastCommunicated"
}
string
systemUuid
Optional

TCA/CP internal UUID.

string
systemName
Optional

The system name. This is usually the user configured name of TCA (or CP).

string
systemType
Optional

The type of system, namely, 'tca-manager', 'tca-controlplane', or 'tca-bootstrapper'.

string
version
Optional

The build version of the TCA (or the CP).

string
linkLastCommunicated
Optional

In case of tca-controlplane (CP), the time when the CP did communicate last to the tca-manager (TCA).

string
linkVerified
Optional

In case of tca-controlplane (CP), the time when the CP communication to the tca-manager (TCA) was acknowledged last by the latter.

string
linkEstablished
Optional

The first time when the CP did communicate to the tca-manager (TCA), after the last failed communication (if any).

Property Of