PackageMetadata interface

Represents a downloadable package.

Properties

createdOn

The date the package was created

downloadUrl

A direct link to download the package.

filename

The UI uses this to display instructions, i.e. "unzip MyAgent.zip"

hashValue

MD5 hash as a base64 string

infoUrl

A link to documentation

platform

The platform (win7, linux, etc.)

type

The type of package (e.g. "agent")

version

The package version.

Property Details

createdOn

The date the package was created

createdOn: Date

Property Value

Date

downloadUrl

A direct link to download the package.

downloadUrl: string

Property Value

string

filename

The UI uses this to display instructions, i.e. "unzip MyAgent.zip"

filename: string

Property Value

string

hashValue

MD5 hash as a base64 string

hashValue: string

Property Value

string

infoUrl

A link to documentation

infoUrl: string

Property Value

string

platform

The platform (win7, linux, etc.)

platform: string

Property Value

string

type

The type of package (e.g. "agent")

type: string

Property Value

string

version

The package version.

version: PackageVersion

Property Value