SystemDetails

SystemDetails
SystemDetails

The details about the Support action progress or completion.

JSON Example
{
    "data": {
        "linkVerified": "linkVerified",
        "systemName": "systemName",
        "systemUuid": "systemUuid",
        "systemType": "systemType",
        "linkEstablished": "linkEstablished",
        "version": "version",
        "linkLastCommunicated": "linkLastCommunicated"
    },
    "success": true,
    "completed": true,
    "time": 0.8008281904610115,
    "version": "version"
}
boolean
success
Optional

Indicates if the Support action was successful.

boolean
completed
Optional

Indicates if the Support action was successful. On the event of 'completed' state, the action might have either succeeded or failed.

number
time
Optional

The time taken by the Support action to complete the request.

string
version
Optional

The support api version, for internal use.

data
Optional

data