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

Get System Details

Returns inline_response_200_3 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

success

boolean
completed
Optional

completed

number
time
Optional

time

string
version
Optional

version

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": [
        "error.yaml Object"
    ]
}
array of error.yaml
errors
Optional

errors