Get System Details

Get System Details

Get System Details

Request
URI
GET
https://{api_host}/hybridity/api/systemDetails
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The System Details containing statuses and corresponding statistics.

Returns SystemDetails of type(s) application/json
{
    "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


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

500

Internal Server Error

Returns ErrorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors