v1actionalias

Get list of action-aliases.

Query parameters
exclude_attributes
array[string]
List of attributes to exclude
include_attributes
array[string]
List of attributes to include
name
string
Entity name filter
pack
string
Only return resources belonging to the provided pack
limit
integer
Number of keys to get
offset
integer
Number of keys to offset
sort
string
Comma-separated list of fields to sort by
Responses

List of action aliases.

array[object]

Create actionalias.

Request body

Action alias file.

object
Responses

Action alias created

object

Get available help strings for action aliases.

Query parameters
pack
string
Entity pack
filter
string
Regex filter
limit
integer
Number of actions alias to get
offset
integer
Number of actions alias to offset
Responses

Action alias match pattern

object
avaliable
integer
Total number of matching help strings
helpstrings
array[object]
List of matched helpstrings
pack
string
display
string
description
string
Description of the Action Alias

Match action alias based on format (representation or display).

Request body

Object containing the format to be matched.

object
command
string
Command string to try to match the aliases against.
required
Responses

Action alias match pattern

object

Get a specific actionalias based on ref or id.

Path parameters
ref_or_id
string
Entity reference or id
required
Responses

Action alias requested

object
Path parameters
ref_or_id
string
Name or ID of the action alias.
required
Request body

JSON/YAML file containing the action alias to update.

object
Responses

Action alias updated.

object

Delete action alias based on ref_or_id.

Path parameters
ref_or_id
string
Name or ID of the action alias.
required
Responses

Action alias deleted

null