ManagedIntegrationRuntimeOperationResult Class

Properties of managed integration runtime operation result.

Constructor

ManagedIntegrationRuntimeOperationResult(*args: Any, **kwargs: Any)

Variables

Name Description
type
str

The operation type. Could be start or stop.

start_time

The start time of the operation.

result
str

The operation result.

error_code
str

The error code.

parameters

Managed integration runtime error parameters.

activity_id
str

The activity id for the operation request.

Attributes

activity_id

The activity id for the operation request.

activity_id: str | None

error_code

The error code.

error_code: str | None

parameters

Managed integration runtime error parameters.

parameters: list[str] | None

result

The operation result.

result: str | None

start_time

The start time of the operation.

start_time: datetime | None

type

The operation type. Could be start or stop.

type: str | None