Response Name | Description |
id | ID of the custom action |
allowedroletypes | List of role types allowed for the custom action |
created | Creation timestamp of the custom action |
description | Description of the custom action |
details | Details of the custom action |
enabled | Whether the custom action is enabled or not |
errormessage | Message that will be used on failure during execution of the action |
extensionid | ID of the extension that this custom action belongs to |
extensionname | Name of the extension that this custom action belongs to |
name | Name of the custom action |
resourcetype | Resource type for which the action is available |
successmessage | Message that will be used on successful execution of the action |
timeout | Specifies the timeout in seconds to wait for the action to complete before failing |
parameters(*) | List of the parameters for the action |
name | Name of the parameter |
required | Whether the parameter is required or not |
type | Type of the parameter |
validationformat | Validation format for value of the parameter. Available for specific types |
valueoptions | Comma-separated list of options for value of the parameter |