Get System Details
Get System Details
Request
URI
GET
https://{api_host}/tca/global/api/v1/systemDetails
COPY
Responses
200
The System Details containing statuses and corresponding statistics.
Returns SystemDetails of type(s) application/json
{
"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.
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Returns InternalServerError of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Support Operations
GET
Get System Details