Dataflows - Cancel Dataflow Transaction
指定したトランザクションを取り消そうとします。
必要なスコープ
Dataflow.ReadWrite.All
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows/transactions/{transactionId}/cancel
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
group
|
path | True |
string uuid |
ワークスペース ID |
transaction
|
path | True |
string uuid |
トランザクション ID |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
例
Example
Sample Request
POST https://api.powerbi.com/v1.0/myorg/groups/51e47fc5-48fd-4826-89f0-021111110abd/dataflows/transactions/2020-09-11T19:21:52.8778432Z@9cc7a369-6112-4dba-97b6-b07ff5699568$1374282/cancel
Sample Response
{
"transactionId": "2020-09-11T19:21:52.8778432Z@9cc7a369-6112-4dba-97b6-b07ff5699568$1374282",
"status": "SuccessfullyMarked"
}
定義
DataflowTransactionStatus
データフロー更新トランザクションの状態
名前 | 型 | 説明 |
---|---|---|
status |
enum:
|
トランザクションの状態 |
transactionId |
string |
トランザクション ID |