Apache CloudStack 4.17.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 |
| description | the description of the configuration |
| isdynamic | true if the configuration is dynamic |
| name | the name of the configuration |
| scope | scope(zone/cluster/pool/account) of the parameter that needs to be updated |
| value | the value of the configuration |