id uuid — OPTIONALUnique identifier for the entity represented as a UUID |
name string — OPTIONALPossible values: 1 ≤ length Name of the entity. Must be a non-empty string and not equal to null |
slug string — OPTIONALPossible values: 1 ≤ length Slug of the entity. Automatically generated from "name" |
specification_id uuid — OPTIONALUnique identifier for the entity represented as a UUID |
desired_specification_id — OPTIONALDesired unique identifier for the associated specification |
messages object[] — OPTIONALlevel string — OPTIONALPossible values: [debug , info , information , warn , warning , error , fatal ] Message severity level. Defaults to "info" | message stringThe actual message content |
|
created_at date — OPTIONAL |
updated_at date — OPTIONAL |
status string — OPTIONALPossible values: [pending_create , pending , in_progress , success , failed ] Status of the action. Should be one of the specified values in the ActionStatus enumeration |
parameters object — OPTIONALParameters associated with the action |
results object — OPTIONALResults produced by the action |
service_id uuid — OPTIONALUnique identifier for the entity represented as a UUID |
link_id uuid — OPTIONALUnique identifier for the entity represented as a UUID |