Apache CloudStack 4.23.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 |
| managementserverid | the ID of the Management Server to update the parameter value for corresponding management server | 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 |