Share via


NamespaceAssetStatusManagementAction interface

Defines the asset status action properties.

Properties

error

Object to transfer and persist errors that originate from the edge.

name

The name of the action. Must be unique within the status.actions array. This name is used to correlate between the spec and status event information.

requestMessageSchemaReference

The request message schema reference object for the action.

responseMessageSchemaReference

The response message schema reference object for the action.

Property Details

error

Object to transfer and persist errors that originate from the edge.

error?: StatusError

Property Value

name

The name of the action. Must be unique within the status.actions array. This name is used to correlate between the spec and status event information.

name: string

Property Value

string

requestMessageSchemaReference

The request message schema reference object for the action.

requestMessageSchemaReference?: NamespaceMessageSchemaReference

Property Value

responseMessageSchemaReference

The response message schema reference object for the action.

responseMessageSchemaReference?: NamespaceMessageSchemaReference

Property Value