All URIs are relative to https://sandbox-iam.us.hypto.com/v1
Method | HTTP request | Description |
---|---|---|
createAction | POST /organizations/{organization_id}/resources/{resource_name}/actions | Create an action |
deleteAction | DELETE /organizations/{organization_id}/resources/{resource_name}/actions/{action_name} | Delete an action |
getAction | GET /organizations/{organization_id}/resources/{resource_name}/actions/{action_name} | Get an action |
listActions | GET /organizations/{organization_id}/resources/{resource_name}/actions | List actions |
updateAction | PATCH /organizations/{organization_id}/resources/{resource_name}/actions/{action_name} | Update an action |
Action createAction(organization_id, resource_name, CreateActionRequest)
Create an action
Create an action
Name | Type | Description | Notes |
---|---|---|---|
organization_id | String | [default to null] | |
resource_name | String | [default to null] | |
CreateActionRequest | CreateActionRequest | Payload to create action |
- Content-Type: application/json
- Accept: application/json
BaseSuccessResponse deleteAction(organization_id, resource_name, action_name)
Delete an action
Delete an action
Name | Type | Description | Notes |
---|---|---|---|
organization_id | String | [default to null] | |
resource_name | String | [default to null] | |
action_name | String | [default to null] |
- Content-Type: Not defined
- Accept: application/json
Action getAction(organization_id, resource_name, action_name)
Get an action
Get an action
Name | Type | Description | Notes |
---|---|---|---|
organization_id | String | [default to null] | |
resource_name | String | [default to null] | |
action_name | String | [default to null] |
- Content-Type: Not defined
- Accept: application/json
ActionPaginatedResponse listActions(organization_id, resource_name, nextToken, pageSize, sortOrder)
List actions
List actions
Name | Type | Description | Notes |
---|---|---|---|
organization_id | String | [default to null] | |
resource_name | String | [default to null] | |
nextToken | String | [optional] [default to null] | |
pageSize | String | [optional] [default to null] | |
sortOrder | String | [optional] [default to null] [enum: asc, desc] |
- Content-Type: Not defined
- Accept: application/json
Action updateAction(organization_id, resource_name, action_name, UpdateActionRequest)
Update an action
Update an action
Name | Type | Description | Notes |
---|---|---|---|
organization_id | String | [default to null] | |
resource_name | String | [default to null] | |
action_name | String | [default to null] | |
UpdateActionRequest | UpdateActionRequest | Payload to update action |
- Content-Type: application/json
- Accept: application/json