Apache CloudStack 4.22.0.0 Root Admin API Reference
registerExtension
Register an extension with a resource
Request parameters
| Parameter Name | Description | Required |
| extensionid | ID of the extension | true |
| resourceid | ID of the resource to register the extension with | true |
| resourcetype | Type of the resource | true |
| 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 |
| 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 |