Share via


ManagementAction interface

Defines the action properties.

Properties

actionConfiguration

Stringified JSON that contains connector-specific configuration for the action.

actionType

The type of the action.

name

Name of the action.

targetUri

The target URI on which a client can invoke the specific action.

timeoutInSeconds

Response timeout for the action.

topic

The MQTT topic path on which a client will receive the request for the action.

typeRef

URI or type definition ID.

Property Details

actionConfiguration

Stringified JSON that contains connector-specific configuration for the action.

actionConfiguration?: string

Property Value

string

actionType

The type of the action.

actionType?: string

Property Value

string

name

Name of the action.

name: string

Property Value

string

targetUri

The target URI on which a client can invoke the specific action.

targetUri: string

Property Value

string

timeoutInSeconds

Response timeout for the action.

timeoutInSeconds?: number

Property Value

number

topic

The MQTT topic path on which a client will receive the request for the action.

topic?: string

Property Value

string

typeRef

URI or type definition ID.

typeRef?: string

Property Value

string