Interop Check

Interop Check

Check for an update and get the details of the interop bundle available for the update.

Request
URI
GET
https://{api_host}/https://{{host}}:{{port}}/api/v5/lcm/interop/update/check
COPY
Responses
200

Details of the interop bundle available.

Returns InteropFileMetadata of type(s) */*
{
    "aparMetadataId": "string",
    "fileName": "string",
    "fileSize": "string",
    "fileDescription": "string",
    "virusScanStatus": "string",
    "md5ChkSum": "string",
    "sha256ChkSum": "string",
    "version": {
        "major": 0,
        "minor": 0
    },
    "url": "string"
}
string
aparMetadataId
Optional

The build number of bundle

string
fileName
Optional

The filename of the new interop bundle

string
fileSize
Optional

Bundle size

string
fileDescription
Optional

Bundle description

string
virusScanStatus
Optional

Bundle virus scan status

string
md5ChkSum
Optional

The MD5 checksum of the new interop bundle

string
sha256ChkSum
Optional

The SHA-256 checksum of the new interop bundle

version
Optional

The version of the new interop bundle

string
url
Optional

The URL to download interop bundle.


401

Unauthorized access

Returns InteropFileMetadata of type(s) */*
{
    "aparMetadataId": "string",
    "fileName": "string",
    "fileSize": "string",
    "fileDescription": "string",
    "virusScanStatus": "string",
    "md5ChkSum": "string",
    "sha256ChkSum": "string",
    "version": {
        "major": 0,
        "minor": 0
    },
    "url": "string"
}
string
aparMetadataId
Optional

The build number of bundle

string
fileName
Optional

The filename of the new interop bundle

string
fileSize
Optional

Bundle size

string
fileDescription
Optional

Bundle description

string
virusScanStatus
Optional

Bundle virus scan status

string
md5ChkSum
Optional

The MD5 checksum of the new interop bundle

string
sha256ChkSum
Optional

The SHA-256 checksum of the new interop bundle

version
Optional

The version of the new interop bundle

string
url
Optional

The URL to download interop bundle.


404

Interop Bundle is not found.

Returns InteropFileMetadata of type(s) */*
{
    "aparMetadataId": "string",
    "fileName": "string",
    "fileSize": "string",
    "fileDescription": "string",
    "virusScanStatus": "string",
    "md5ChkSum": "string",
    "sha256ChkSum": "string",
    "version": {
        "major": 0,
        "minor": 0
    },
    "url": "string"
}
string
aparMetadataId
Optional

The build number of bundle

string
fileName
Optional

The filename of the new interop bundle

string
fileSize
Optional

Bundle size

string
fileDescription
Optional

Bundle description

string
virusScanStatus
Optional

Bundle virus scan status

string
md5ChkSum
Optional

The MD5 checksum of the new interop bundle

string
sha256ChkSum
Optional

The SHA-256 checksum of the new interop bundle

version
Optional

The version of the new interop bundle

string
url
Optional

The URL to download interop bundle.


504

Connection timed out.

Returns InteropFileMetadata of type(s) */*
{
    "aparMetadataId": "string",
    "fileName": "string",
    "fileSize": "string",
    "fileDescription": "string",
    "virusScanStatus": "string",
    "md5ChkSum": "string",
    "sha256ChkSum": "string",
    "version": {
        "major": 0,
        "minor": 0
    },
    "url": "string"
}
string
aparMetadataId
Optional

The build number of bundle

string
fileName
Optional

The filename of the new interop bundle

string
fileSize
Optional

Bundle size

string
fileDescription
Optional

Bundle description

string
virusScanStatus
Optional

Bundle virus scan status

string
md5ChkSum
Optional

The MD5 checksum of the new interop bundle

string
sha256ChkSum
Optional

The SHA-256 checksum of the new interop bundle

version
Optional

The version of the new interop bundle

string
url
Optional

The URL to download interop bundle.