Name

Pkg::SourceProductData — Return Product data about the source

Synopsis

map SourceProductData ( integer  SrcId );

Parameters

integer SrcId

Specifies the InstSrc to query.

Return

map

Description

Product data about the source as a map:


$[
"label"		: string,
"vendor"		: string,
"productname"	: string,
"productversion"	: string,
"relnotesurl"	: string,
"relnotes_urls"	: list<string>
"register_urls"	: list<string>
"smolt_urls"		: list<string>
"update_urls"	: list<string>
"extra_urls"		: list<string>
"optional_urls"	: list<string>
];