Datasets - Get Direct Query Refresh Schedule

指定した DirectQuery または LiveConnection データセットの更新スケジュールを マイ ワークスペースから返します。

必要なスコープ

Dataset.ReadWrite.All または Dataset.Read.All

GET https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/directQueryRefreshSchedule

URI パラメーター

名前 / 必須 説明
datasetId
path True

string

データセット ID

応答

名前 説明
200 OK

DirectQueryRefreshSchedule

OK

Days and times schedule example
Frequency schedule example

Days and times schedule example

Sample Request

GET https://api.powerbi.com/v1.0/myorg/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/datasets/cfafbeb1-8037-4d0c-896e-a46fb27ff229/directQueryRefreshSchedule

Sample Response

{
  "frequency": 15,
  "days": [],
  "times": [],
  "localTimeZoneId": "UTC"
}

定義

名前 説明
days

更新を実行する日

DirectQueryRefreshSchedule

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

連続する更新の間隔 (分単位)。 サポートされる値は 、153060120180 です

localTimeZoneId

string

使用するタイム ゾーンの ID。 詳細については、「タイム ゾーン情報」を参照してください。

times

string[]

更新を実行する時刻