Curl agent description


Purpose

The Curl agent (ag_curl) is used to access .... It is part of YaST2 SCR, the system configuration repository, used to access configuration data on the target system. The general SCR API allows Read() and Write() access to get and change data.

Implementation

...

Note: The complete development documentation is available in the autodocs/ directory.

Interface for curl-agent

The interface is implemented as a SCR agent with the usual Read(), Write() and Dir() interface. The path prefix used is ...

Restrictions, limits and future enhancements

...

See the TODO.txt file for the current status of support and also for the list of possible future enhancements.

Complete Read paths table

The complete Write() paths table is similar to this except for the paths to which YCPList is returned. ...
PathTypeResult
.curlYCPList list with all available directives (currently sublist of ["alias", "pre-install", "post-install", "options"]

Complete Dir paths table

The return type of the Dir() is always YCPList. ...
PathResult
.curl list with all available directives (currently sublist of ["alias", "pre-install", "post-install", "options"]

Anas Nashif <nashif@suse.de>