Datasets - Get Direct Query Refresh Schedule In Group
指定したワークスペースから、指定した DirectQuery データセットまたは LiveConnection データセットの更新スケジュールを返します。
アクセス許可
この API 呼び出しは、サービス プリンシパル プロファイルによって呼び出すことができます。 詳細については、「Power BI Embeddedのサービス プリンシパル プロファイル」を参照してください。
必要なスコープ
Dataset.ReadWrite.All または Dataset.Read.All
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/directQueryRefreshSchedule
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
dataset
|
path | True |
string |
データセット ID |
group
|
path | True |
string uuid |
ワークスペース ID |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
例
Days and times schedule example |
Frequency schedule example |
Days and times schedule example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/groups/f089354e-8366-4e18-aea3-4cb4a3a50b48/datasets/cfafbeb1-8037-4d0c-896e-a46fb27ff229/directQueryRefreshSchedule
Sample Response
{
"days": [
"Sunday",
"Friday",
"Saturday"
],
"times": [
"05:00",
"11:30",
"17:30",
"23:00"
],
"localTimeZoneId": "UTC"
}
Frequency schedule example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/groups/f089354e-8366-4e18-aea3-4cb4a3a50b48/datasets/cfafbeb1-8037-4d0c-896e-a46fb27ff229/directQueryRefreshSchedule
Sample Response
{
"frequency": 15,
"days": [],
"times": [],
"localTimeZoneId": "UTC"
}
定義
名前 | 説明 |
---|---|
days |
更新を実行する日 |
Direct |
DirectQuery または LiveConnection の Power BI 更新スケジュール。頻度または日と時刻の組み合わせを指定します。 |
days
更新を実行する日
名前 | 型 | 説明 |
---|---|---|
Friday |
string |
|
Monday |
string |
|
Saturday |
string |
|
Sunday |
string |
|
Thursday |
string |
|
Tuesday |
string |
|
Wednesday |
string |
DirectQueryRefreshSchedule
DirectQuery または LiveConnection の Power BI 更新スケジュール。頻度または日と時刻の組み合わせを指定します。
名前 | 型 | 説明 |
---|---|---|
days |
days[] |
更新を実行する日 |
frequency |
integer |
連続する更新の間隔 (分単位)。 サポートされる値は 、15、 30、 60、 120、 および 180 です。 |
localTimeZoneId |
string |
使用するタイム ゾーンの ID。 詳細については、「タイム ゾーン情報」を参照してください。 |
times |
string[] |
更新を実行する時刻 |