HttpManagementPayload class

Data structure containing instance management HTTP endpoints.

Properties

id

The ID of the orchestration instance.

purgeHistoryDeleteUri

The HTTP DELETE purge endpoint URL.

rewindPostUri

The HTTP POST instance rewind endpoint URL.

sendEventPostUri

The HTTP POST external event sending endpoint URL.

statusQueryGetUri

The HTTP GET status query endpoint URL.

terminatePostUri

The HTTP POST instance termination endpoint URL.

Property Details

id

The ID of the orchestration instance.

id: string

Property Value

string

purgeHistoryDeleteUri

The HTTP DELETE purge endpoint URL.

purgeHistoryDeleteUri: string

Property Value

string

rewindPostUri

The HTTP POST instance rewind endpoint URL.

rewindPostUri: string

Property Value

string

sendEventPostUri

The HTTP POST external event sending endpoint URL.

sendEventPostUri: string

Property Value

string

statusQueryGetUri

The HTTP GET status query endpoint URL.

statusQueryGetUri: string

Property Value

string

terminatePostUri

The HTTP POST instance termination endpoint URL.

terminatePostUri: string

Property Value

string