Build the set of properties contained within a set of nested profiles.
The dotted path of desired location.
A set of nested profile objects.
The desired profile object. An empty object if profiles is empty.
Get the profile contents for the default profile of the specified type of profile within the currently active layer.
The name of the desired type of profile (like zosmf).
An object containing the desired profile, for example {"host": "lpar.your.domain.net", port: 1234}
Set the default value for the specified type of profile within the currently active layer.
The name of the desired type of profile (like zosmf).
The dotted node path to the profile (like ca32.zosmf).
Reports whether or not a profile exists at the specified location.
The dotted path of desired location.
True if a profile exists. False otherwise.
Expands a short path into an expanded path.
The short path.
The expanded path.
Find a profile at a specified location from within a set of nested profiles.
The dotted path of desired location.
A set of nested profile objects.
The profile object that was found. null if not found.
Get the profile object located at the specified location.
The dotted path of the location at which to set the profile.
If false, outer layer profile values will still be returned when the dotted path does not exist. Default is true.
Set a profile object at the location identified by the path within the currently active layer.
The dotted path of the location in which to set the profile.
The JSON profile object to set into the specified location,
Generated using TypeDoc
API Class for manipulating config profiles.