PackageMetadata interface
Represents a downloadable package.
Properties
created |
The date the package was created |
download |
A direct link to download the package. |
filename | The UI uses this to display instructions, i.e. "unzip MyAgent.zip" |
hash |
MD5 hash as a base64 string |
info |
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