SystemDetails
SystemDetails
The details about the Support action progress or completion.
JSON Example
{
"success": false,
"completed": false,
"time": "number",
"version": "string",
"data": {
"systemUuid": "string",
"systemName": "string",
"systemType": "string",
"version": "string",
"linkLastCommunicated": "string",
"linkVerified": "string",
"linkEstablished": "string"
}
}
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.