Package version:

Interface ManagedIntegrationRuntimeNode

Properties of integration runtime node.

interface ManagedIntegrationRuntimeNode {
    errors?: ManagedIntegrationRuntimeError[];
    nodeId?: string;
    status?: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

The errors that occurred on this integration runtime node.

nodeId?: string

The managed integration runtime node id. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

The managed integration runtime node status. NOTE: This property will not be serialized. It can only be populated by the server.