- 
											int - id
 
- 
											string - name
 
- 
											string - contents
 
- 
											string - script_type- Which type of script ('pre' or 'post').
 
- 
											string - interpreter- The scripting language interpreter to use for this script. An empty string indicates the default kickstart shell.
 
- 
											boolean - chroot- True if the script will be executed within the chroot environment.
 
- 
											boolean - erroronfail- True if the script will throw an error if it fails.
 
- 
											boolean - template- True if templating using cobbler is enabled
 
- 
											boolean - beforeRegistration- True if script will run before the server registers and performs server actions.