Create a new inventory action
Creates a new action document in the inventory management system.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
inventoryIdentifier
Inventory ID or name
Request
request body
name
The name of the action
action_type
The type of action that determines how it will be executed
Allowed values:
action_config
Configuration settings for the action
action_parameters
Runtime parameters for the action execution
Response
Response from creating an action
status
result
The created action document
message
Success message
Errors
500
Internal Server Error