Request parameters
| Parameter Name | Description | Required |
| customactionid | ID of the custom action | true |
| resourceid | ID of the instance | true |
| parameters | Parameters in key/value pairs using format parameters[i].keyname=keyvalue. Example: parameters[0].endpoint.url=urlvalue | false |
| resourcetype | Type of the resource | false |
Response Tags
| Response Name | Description |
| id | ID of the action |
| name | Name of the action |
| result | Result of the action execution |
| success | Whether custom action succeed or not |