Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.
This action returns a list of messages indicating any errors or warnings associated with the selection of option values.
get/#Action=ValidateConfigurationSettings
Query parameters
ApplicationNamestring required
The name of the application that the configuration template or environment belongs to.
TemplateNamestring
<p>The name of the configuration template to validate the settings against.</p> <p>Condition: You cannot specify both this and an environment name.</p>
EnvironmentNamestring
<p>The name of the environment to validate the settings against.</p> <p>Condition: You cannot specify both this and a configuration template name.</p>
A list of the options and desired values to evaluate.
Action'ValidateConfigurationSettings' required
Version'2010-12-01' required
Response
Success