Register Actions
Use this API to register Life Cycle Actions for a specified tenant.
Request:
Parameter | Name | Required | Details |
---|---|---|---|
Headers | Authorization |
Yes | Information about authentication access token in format "Bearer
<accessToken> " (see details in Authentication API) |
Content-Type
|
Yes | Should be "Content-Type: application/json ". |
|
Body |
name
|
Yes |
|
type
|
Yes | Denotes the fully qualified action class | |
module
|
Yes | Denotes the path to the JAR file containing the action class in S3 storage | |
state
|
Yes |
|
|
description
|
Optional | Denotes the description of the action |
Response
The response consists of an array with objects representing the registered actions.