共用方式為


Datasets - Get Refresh Schedule

[我的工作區] 傳回指定資料集的重新整理排程。

必要範圍

Dataset.ReadWrite.All 或 Dataset.Read.All

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

URI 參數

名稱 位於 必要 類型 Description
datasetId
path True

string

資料集識別碼

回應

名稱 類型 Description
200 OK

RefreshSchedule

確定

範例

Refresh schedule example

Sample Request

GET https://api.powerbi.com/v1.0/myorg/datasets/cfafbeb1-8037-4d0c-896e-a46fb27ff229/refreshSchedule

Sample Response

{
  "days": [
    "Sunday",
    "Friday",
    "Saturday"
  ],
  "times": [
    "05:00",
    "11:30",
    "17:30",
    "23:00"
  ],
  "enabled": true,
  "localTimeZoneId": "UTC",
  "notifyOption": "MailOnFailure"
}

定義

名稱 Description
days

要執行重新整理的天數

RefreshSchedule

入模型的Power BI 重新整理排程

ScheduleNotifyOption

排程重新整理終止的通知選項。 服務主體僅支援 NoNotification 值。

days

要執行重新整理的天數

名稱 類型 Description
Friday

string

Monday

string

Saturday

string

Sunday

string

Thursday

string

Tuesday

string

Wednesday

string

RefreshSchedule

入模型的Power BI 重新整理排程

名稱 類型 Description
NotifyOption

ScheduleNotifyOption

排程重新整理終止的通知選項。 服務主體僅支援 NoNotification 值。

days

days[]

要執行重新整理的天數

enabled

boolean

是否啟用重新整理

localTimeZoneId

string

要使用的時區識別碼。 如需詳細資訊,請參閱 時區資訊

times

string[]

執行重新整理的一天時間

ScheduleNotifyOption

排程重新整理終止的通知選項。 服務主體僅支援 NoNotification 值。

名稱 類型 Description
MailOnFailure

string

重新整理失敗時,將會傳送郵件通知

NoNotification

string

不會傳送任何通知