Apache CloudStack 4.23.0.0 Root Admin API Reference
updateRegisteredExtension
Update details for an extension registered with a resource
Request parameters
| Parameter Name | Description | Required |
| extensionid | ID of the extension | true |
| resourceid | ID of the resource where the extension is registered | true |
| resourcetype | Type of the resource | true |
| cleanupdetails | Optional boolean field, which indicates if details should be cleaned up or not (If set to true, details removed for this registration, details field ignored; if false or not set, details can be updated through details map) | false |
| details | Details in key/value pairs using format details[i].keyname=keyvalue. Example: details[0].endpoint.url=urlvalue | false |
Response Tags
| Response Name | Description |
| id | ID of the extension |
| created | Creation timestamp of the extension |
| description | Description of the extension |
| details | The details of the extension |
| isuserdefined | True if the extension is added by admin |
| name | Name of the extension |
| path | The path of the entry point fo the extension |
| pathready | True if the extension path is in ready state across management servers |
| removed | Removal timestamp of the extension, if applicable |
| reservedresourcedetails | Resource detail names as comma separated string that should be reserved and not visible to end users |
| state | The state of the extension |
| type | Type of the extension |
| resources(*) | List of resources to which extension is registered to |
| id | ID of the resource associated with the extension |
| created | Creation timestamp of the mapping |
| details | the details of the resource map |
| name | Name of the resource associated with this mapping |
| type | Type of the resource |