Name

Pkg::SourceGeneralData — Get general data about the source

Synopsis

map SourceGeneralData ( integer  SrcId );

Parameters

integer SrcId

Specifies the InstSrc to query.

Return

map

Description

Return general data about the source as a map:


$[
"enabled"	: YCPBoolean,
"autorefresh": YCPBoolean,
"product_dir": YCPString,
"type"	: YCPString,
"url"	: YCPString (without password, but see SourceURL),
"alias"	: YCPString,
];