( Return to API Overview )

Available methods

Description

Provides methods to access and modify many aspects of configuration channels and server association. basically system.config name space

Namespace: system.config


Method: addChannels

Description:
Given a list of servers and configuration channels, this method appends the configuration channels to either the top or the bottom (whichever you specify) of a system's subscribed configuration channels list. The ordering of the configuration channels provided in the add list is maintained while adding. If one of the configuration channels in the 'add' list has been previously subscribed by a server, the subscribed channel will be re-ranked to the appropriate place.

Parameters:

Returns:


Method: createOrUpdatePath

Description:
Create a new file (text or binary) or directory with the given path, or update an existing path on a server.

Parameters:

Returns:

Available since: 10.2


Method: createOrUpdateSymlink

Description:
Create a new symbolic link with the given path, or update an existing path.

Parameters:

Returns:

Available since: 10.2


Method: deleteFiles

Description:
Removes file paths from a local or sandbox channel of a server.

Parameters:

Returns:


Method: deployAll

Description:
Schedules a deploy action for all the configuration files on the given list of systems.

Parameters:

Returns:


Method: listChannels

Description:
List all global configuration channels associated to a system in the order of their ranking.

Parameters:

Returns:


Method: listFiles

Description:
Return the list of files in a given channel.

Parameters:

Returns:


Method: lookupFileInfo

Description:
Given a list of paths and a server, returns details about the latest revisions of the paths.

Parameters:

Returns:

Available since: 10.2


Method: removeChannels

Description:
Remove config channels from the given servers.

Parameters:

Returns:


Method: setChannels

Description:
Replace the existing set of config channels on the given servers. Channels are ranked according to their order in the configChannelLabels array.

Parameters:

Returns:


Generated on 8/30/2017