Apache CloudStack 4.21.0.0 Root Admin API Reference

runCustomAction

Run the custom action

Request parameters

Parameter NameDescriptionRequired
customactionidID of the custom actiontrue
resourceidID of the instancetrue
parametersParameters in key/value pairs using format parameters[i].keyname=keyvalue. Example: parameters[0].endpoint.url=urlvaluefalse
resourcetypeType of the resourcefalse

Response Tags

Response NameDescription
idID of the action
nameName of the action
resultResult of the action execution
successWhether custom action succeed or not