HttpManagementPayload class
インスタンス管理 HTTP エンドポイントを含むデータ構造。
プロパティ
| id | オーケストレーション インスタンスの ID。 |
| purge |
HTTP DELETE 消去エンドポイント URL。 |
| rewind |
HTTP POST インスタンスは、エンドポイント URL を巻き戻します。 |
| send |
エンドポイント URL を送信する HTTP POST 外部イベント。 |
| status |
HTTP GET 状態クエリ エンドポイント URL。 |
| terminate |
HTTP POST インスタンス終了エンドポイント URL。 |
プロパティの詳細
id
オーケストレーション インスタンスの ID。
id: string
プロパティ値
string
purgeHistoryDeleteUri
HTTP DELETE 消去エンドポイント URL。
purgeHistoryDeleteUri: string
プロパティ値
string
rewindPostUri
HTTP POST インスタンスは、エンドポイント URL を巻き戻します。
rewindPostUri: string
プロパティ値
string
sendEventPostUri
エンドポイント URL を送信する HTTP POST 外部イベント。
sendEventPostUri: string
プロパティ値
string
statusQueryGetUri
HTTP GET 状態クエリ エンドポイント URL。
statusQueryGetUri: string
プロパティ値
string
terminatePostUri
HTTP POST インスタンス終了エンドポイント URL。
terminatePostUri: string
プロパティ値
string