Apache CloudStack 4.20.0.0 Root Admin API Reference
resetConfiguration
Resets a configuration. The configuration will be set to default value for global setting, and removed from account_details or domain_details for Account/Domain settings
Request parameters
Parameter Name | Description | Required |
name | the name of the configuration | true |
accountid | the ID of the Account to reset the parameter value for corresponding account | false |
clusterid | the ID of the Cluster to reset the parameter value for corresponding cluster | false |
domainid | the ID of the Domain to reset the parameter value for corresponding domain | false |
imagestoreid | the ID of the Image Store to reset the parameter value for corresponding image store | false |
storageid | the ID of the Storage pool to reset the parameter value for corresponding storage pool | false |
zoneid | the ID of the Zone to reset the parameter value for corresponding zone | false |
Response Tags
Response Name | Description |
id | the value of the configuration |
category | the category of the configuration |
component | the component of the configuration |
defaultvalue | the default value of the configuration |
description | the description of the configuration |
displaytext | the display text of the configuration |
group | the group of the configuration |
isdynamic | true if the configuration is dynamic |
name | the name of the configuration |
options | the possible options of the configuration value |
parent | the name of the parent configuration |
scope | scope(zone/cluster/pool/account) of the parameter that needs to be updated |
subgroup | the subgroup of the configuration |
type | the type of the configuration value |
value | the value of the configuration |