Interop Check

Interop Check

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

Request
URI
GET
https://10.71.204.121:9443/api/v3/lcm/interop/update/check
COPY
Responses
200

Details of the interop bundle available.

Returns InteropFileMetadata of type(s) */*
{
    "fileName": "string",
    "sha1checksum": "string",
    "sha256checksum": "string",
    "md5checksum": "string",
    "buildNumber": "string",
    "releaseDate": "string",
    "description": "string",
    "fileSize": "string",
    "title": "string",
    "version": "string",
    "url": "string"
}
string
fileName
Optional

The filename of the new interop bundle

string
sha1checksum
Optional

The SHA-1 checksum of the new interop bundle

string
sha256checksum
Optional

The SHA-256 checksum of the new interop bundle

string
md5checksum
Optional

The MD5 checksum of the new interop bundle

string
buildNumber
Optional

The build number of the new interop bundle

string
releaseDate
Optional

The release date of the new interop bundle

string
description
Optional

The description of the new interop bundle

string
fileSize
Optional

The file size of the new interop bundle

string
title
Optional

The name of the new interop bundle

string
version
Optional

The version of the new interop bundle

string
url
Optional

The URL to download the new interop bundle from


401

Unauthorized access

Returns InteropFileMetadata of type(s) */*
{
    "fileName": "string",
    "sha1checksum": "string",
    "sha256checksum": "string",
    "md5checksum": "string",
    "buildNumber": "string",
    "releaseDate": "string",
    "description": "string",
    "fileSize": "string",
    "title": "string",
    "version": "string",
    "url": "string"
}
string
fileName
Optional

The filename of the new interop bundle

string
sha1checksum
Optional

The SHA-1 checksum of the new interop bundle

string
sha256checksum
Optional

The SHA-256 checksum of the new interop bundle

string
md5checksum
Optional

The MD5 checksum of the new interop bundle

string
buildNumber
Optional

The build number of the new interop bundle

string
releaseDate
Optional

The release date of the new interop bundle

string
description
Optional

The description of the new interop bundle

string
fileSize
Optional

The file size of the new interop bundle

string
title
Optional

The name of the new interop bundle

string
version
Optional

The version of the new interop bundle

string
url
Optional

The URL to download the new interop bundle from


404

Interop Bundle is not found.

Returns InteropFileMetadata of type(s) */*
{
    "fileName": "string",
    "sha1checksum": "string",
    "sha256checksum": "string",
    "md5checksum": "string",
    "buildNumber": "string",
    "releaseDate": "string",
    "description": "string",
    "fileSize": "string",
    "title": "string",
    "version": "string",
    "url": "string"
}
string
fileName
Optional

The filename of the new interop bundle

string
sha1checksum
Optional

The SHA-1 checksum of the new interop bundle

string
sha256checksum
Optional

The SHA-256 checksum of the new interop bundle

string
md5checksum
Optional

The MD5 checksum of the new interop bundle

string
buildNumber
Optional

The build number of the new interop bundle

string
releaseDate
Optional

The release date of the new interop bundle

string
description
Optional

The description of the new interop bundle

string
fileSize
Optional

The file size of the new interop bundle

string
title
Optional

The name of the new interop bundle

string
version
Optional

The version of the new interop bundle

string
url
Optional

The URL to download the new interop bundle from


504

Connection timed out.

Returns InteropFileMetadata of type(s) */*
{
    "fileName": "string",
    "sha1checksum": "string",
    "sha256checksum": "string",
    "md5checksum": "string",
    "buildNumber": "string",
    "releaseDate": "string",
    "description": "string",
    "fileSize": "string",
    "title": "string",
    "version": "string",
    "url": "string"
}
string
fileName
Optional

The filename of the new interop bundle

string
sha1checksum
Optional

The SHA-1 checksum of the new interop bundle

string
sha256checksum
Optional

The SHA-256 checksum of the new interop bundle

string
md5checksum
Optional

The MD5 checksum of the new interop bundle

string
buildNumber
Optional

The build number of the new interop bundle

string
releaseDate
Optional

The release date of the new interop bundle

string
description
Optional

The description of the new interop bundle

string
fileSize
Optional

The file size of the new interop bundle

string
title
Optional

The name of the new interop bundle

string
version
Optional

The version of the new interop bundle

string
url
Optional

The URL to download the new interop bundle from