482c99a1e704

latestOpenAPI 3.1.22026-08-0620737.9 KB
Retrieve Metadata for a Specific File

Get Metadata for Language Interface File

Use this endpoint to retrieve metadata for a given language interface file and release.

get/Metadata/Interface/{os}/{language}/{architecture}/{release}/{filename}

Path parameters

architecture'32BIT' | '64BIT' | 'ANY' required

Describes the target architecture (ie, 'bitness'). Used for object binaries and language interface binaries on certain OS platforms.

filenamestring required

Name of File.

language'NET' | 'C' | 'JAVA' | 'PERL' | 'PHP' | 'PHP7' | 'PYTHON' | 'RUBY' | 'PLSQL' | 'MSSQL' required

Describes the language interface.

  • NET - .NET
  • C - C/C++
  • JAVA - Java
  • PERL - Perl
  • PHP - PHP (legacy, prior to v7)
  • PHP7 - PHP v7
  • PYTHON - Python
  • RUBY - Ruby
  • PLSQL - Oracle PL/SQL
  • MSSQL - SQL Server T-SQL
os'AIX' | 'ANY' | 'HPUX_IT' | 'HPUX_PA' | 'LINUX' | 'SOLARIS' | 'WINDOWS' | 'ZLINUX' required

Describes the target OS. Used for object binaries and language interface binaries.

  • AIX - AIX PowerPC
  • ANY - Any OS
  • HPUX_IT - HP-UX ia64
  • HPUX_PA - HP-UX RISC
  • LINUX - Linux Redhat
  • SOLARIS - Solaris Sparc
  • WINDOWS - Windows
  • ZLINUX - IBM zLinux
releasestring required

Specific Release. This can be specified in several ways.

  • YYYY.MM OR YYYY-MM - (year, month)
  • YYYY.QQ - (year, quarter)
  • [metaReleaseName] - Release Name, for example: latest

Query parameters

{"stackTrail":"components:parameters:LicenseKeyParam:schema","oasType":"schema","type":"unknown"}

The License Key issued by Melissa.

Headers

Accept'application/json' | '*/*' required

Format of the response.

Content-Type'application/json' | 'application/xml' required

Format of the request.

Response

Successful response.

FileNamestring
Releasestring
FileSizestring
Languagestring
Architecturestring
MD5string
SHA1string
SHA256string

Example response

{
  "FileName": "mdAddr_cSharpCode.cs",
  "Release": "2024.01",
  "FileSize": "99767",
  "Language": "NET",
  "Architecture": "ANY",
  "MD5": "250568c3798c8a51f948bc6291490cc3",
  "SHA1": "b4dfe0d63c67c3d1454a32e344c8e51e326f715a",
  "SHA256": "e93a0e7474db0d49dbf1fa57ecccec145bfc6f22974d3bad9ae05710b1e640bb"
}