image.send
The payload for INFO, WARN, and ERROR events contain the following:
- image_id
ID of the image (UUID)
- owner_id
Tenant or User ID that owns this image (string)
- receiver_tenant_id
Tenant ID of the account receiving the image (string)
- receiver_user_id
User ID of the account receiving the image (string)
- destination_ip
The receiver’s IP address to which the image was sent (string)
- bytes_sent
The number of bytes actually sent
image.create
For INFO events, it is the image metadata.
WARN and ERROR events contain a text message in the payload.
image.prepare
For INFO events, it is the image metadata.
WARN and ERROR events contain a text message in the payload.
image.upload
For INFO events, it is the image metadata.
WARN and ERROR events contain a text message in the payload.
image.activate
For INFO events, it is the image metadata.
WARN and ERROR events contain a text message in the payload.
image.update
For INFO events, it is the image metadata.
WARN and ERROR events contain a text message in the payload.
image.delete
For INFO events, it is the image id.
WARN and ERROR events contain a text message in the payload.
task.create
For INFO events, it is the task dict with result and message as None.
WARN and ERROR events contain a text message in the payload.
task.delete
For INFO events, it is the task dict with deleted set to True
and deleted_at set to the deletion timestamp.
WARN and ERROR events contain a text message in the payload.
task.run
The payload for INFO, WARN, and ERROR events contain the following:
- task_id
ID of the task (UUID)
- owner
Tenant or User ID that created this task (string)
- task_type
Type of the task. Example, task_type is “import”. (string)
- status,
status of the task. Status can be “pending”, “processing”,
“success” or “failure”. (string)
- task_input
Input provided by the user when attempting to create a task. (dict)
- result
Resulting output from a successful task. (dict)
- message
Message shown in the task if it fails. None if task succeeds. (string)
- expires_at
UTC time at which the task would not be visible to the user. (string)
- created_at
UTC time at which the task was created. (string)
- updated_at
UTC time at which the task was latest updated. (string)
- The exceptions are:-
For INFO events, it is the task dict with result and message as None.
WARN and ERROR events contain a text message in the payload.
task.processing
For INFO events, it is the task dict with result and message as None.
WARN and ERROR events contain a text message in the payload.
task.success
For INFO events, it is the task dict with message as None and result is a
dict.
WARN and ERROR events contain a text message in the payload.
task.failure
For INFO events, it is the task dict with result as None and message is
text.
WARN and ERROR events contain a text message in the payload.
image.member.create
For INFO events, it is the image member metadata (e.g. image_id,
member_id, status, created_at, updated_at).
WARN and ERROR events contain a text message in the payload.
image.member.update
For INFO events, it is the image member metadata.
WARN and ERROR events contain a text message in the payload.
image.member.delete
For INFO events, it is the image member metadata.
WARN and ERROR events contain a text message in the payload.
metadef_namespace.create
metadef_namespace.update
metadef_namespace.delete
metadef_namespace.delete_objects
metadef_namespace.delete_properties
metadef_namespace.delete_tags
For INFO events, the payload is the relevant metadata definition
namespace or operation context (e.g. namespace, display_name,
visibility, created_at, updated_at).
WARN and ERROR events contain a text message in the payload.
metadef_object.create
metadef_object.update
metadef_object.delete
For INFO events, the payload is the metadata definition object
(e.g. namespace, name, description, properties).
WARN and ERROR events contain a text message in the payload.
metadef_property.create
metadef_property.update
metadef_property.delete
For INFO events, the payload is the metadata definition property
(e.g. namespace, name, type, title, description).
WARN and ERROR events contain a text message in the payload.
metadef_resource_type.create
metadef_resource_type.delete
For INFO events, the payload is the metadata definition resource type
or association (e.g. namespace, name, prefix, properties_target).
WARN and ERROR events contain a text message in the payload.
metadef_tag.create
metadef_tag.update
metadef_tag.delete
For INFO events, the payload is the metadata definition tag
(e.g. namespace, name, created_at, updated_at).
WARN and ERROR events contain a text message in the payload.