Goals (Preview) - Get Refresh History
Bağlı hedefin yenileme geçmişini okur.
Dataset.Read.All veya Dataset.ReadWrite.All
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/scorecards({scorecardId})/goals({goalId})/GetRefreshHistory()
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
goal
|
path | True |
string uuid |
Hedefin benzersiz tanımlayıcısı |
group
|
path | True |
string uuid |
Çalışma alanının benzersiz tanımlayıcısı |
scorecard
|
path | True |
string uuid |
Karnenin benzersiz tanımlayıcısı |
Name | Tür | Description |
---|---|---|
200 OK |
Hedef yenileme geçmişi nesnelerinin listesi. |
Sample Request
GET https://api.powerbi.com/v1.0/myorg/groups/bc390256-fa54-4bd8-96a1-2c80df0cf704/scorecards(c3ac3850-5d7f-4a43-a9db-549e1a44ad62)/goals(c26e60d6-58a4-41d0-a0b1-a24127bbbffb)/GetRefreshHistory()
Sample Response
{
"@odata.context": "http://someserver.analysis.windows.net/v1.0/myorg/groups/bc390256-fa54-4bd8-96a1-2c80df0cf704/$metadata#Collection(Microsoft.PowerBI.ServiceContracts.Api.GoalRefreshHistory)",
"value": [
{
"goalId": "c26e60d6-58a4-41d0-a0b1-a24127bbbffb",
"connectionType": "Current",
"status": "Succeeded",
"timestamp": "2021-12-13T20:14:55.9533333Z",
"rootActivityId": "d01c3346-2275-453a-8107-c4b8c3687c1d",
"message": "Goal processing succeeded."
},
{
"goalId": "c26e60d6-58a4-41d0-a0b1-a24127bbbffb",
"connectionType": "Target",
"status": "Succeeded",
"timestamp": "2021-12-13T20:14:56.7066667Z",
"rootActivityId": "74f053e9-f055-482f-bb52-fc506d1ff304",
"message": "Goal processing succeeded."
},
{
"goalId": "c26e60d6-58a4-41d0-a0b1-a24127bbbffb",
"connectionType": "Current",
"status": "Succeeded",
"timestamp": "2021-12-13T21:18:31.5433333Z",
"rootActivityId": "5cb886b8-ae64-49f8-8efc-4c3f9aeec892",
"message": "Goal processing succeeded."
},
{
"goalId": "c26e60d6-58a4-41d0-a0b1-a24127bbbffb",
"connectionType": "Target",
"status": "Succeeded",
"timestamp": "2021-12-13T21:18:31.8Z",
"rootActivityId": "d24a78c6-6c3b-4cd8-87b3-500eebffe8f5",
"message": "Goal processing succeeded."
},
{
"goalId": "c26e60d6-58a4-41d0-a0b1-a24127bbbffb",
"connectionType": "Current",
"status": "Succeeded",
"timestamp": "2021-12-13T21:41:11.9166667Z",
"rootActivityId": "85c6cb1c-729e-482d-ba70-0dc42a93f504",
"message": "Goal processing succeeded."
},
{
"goalId": "c26e60d6-58a4-41d0-a0b1-a24127bbbffb",
"connectionType": "Target",
"status": "Succeeded",
"timestamp": "2021-12-13T21:41:12.5033333Z",
"rootActivityId": "bf040071-9ba0-4830-8835-db847fef1caf",
"message": "Goal processing succeeded."
}
]
}
Name | Description |
---|---|
Goal |
Yenileme işleminin durumu. |
Goal |
Power BI hedef yenileme geçmişi girdileri koleksiyonu için OData yanıt sarmalayıcısı |
Goal |
Power BI hedefi için yenileme geçmişi girdisi |
Goal |
Yenileme bağlantı türü |
Yenileme işleminin durumu.
Name | Tür | Description |
---|---|---|
BadQueryResultMetadata |
string |
Hatalı sorgu sonucu meta verileri |
ConnectedDatasetDeleted |
string |
Bağlı veri kümesi silindi |
EmptyGoalValues |
string |
Boş hedef değerleri |
Failed |
string |
Başarısız |
ModelNotFound |
string |
Model bulunamadı |
NotProcessed |
string |
İşlenmedi |
QueryExecutionError |
string |
Sorgu yürütme hatası |
QueryResultError |
string |
Sorgu sonucu hatası |
ScorecardNotFound |
string |
Karne bulunamadı |
Succeeded |
string |
Başarılı |
UserNotAuthorized |
string |
Kullanıcı yetkilendirilmedi |
UserNotFound |
string |
Kullanıcı bulunamadı |
Power BI hedef yenileme geçmişi girdileri koleksiyonu için OData yanıt sarmalayıcısı
Name | Tür | Description |
---|---|---|
@odata.context |
string |
OData bağlamı |
value |
Hedef yenileme geçmişi girdileri |
Power BI hedefi için yenileme geçmişi girdisi
Name | Tür | Description |
---|---|---|
connectionType |
Yenileme bağlantı türü |
|
goalId |
string |
Hedef kimliği |
message |
string |
Yenileme işleminin durumunun sözlü açıklaması |
rootActivityId |
string |
Kök etkinlik kimliği |
status |
Yenileme işleminin durumu. |
|
timestamp |
string |
Yenileme işleminin UTC zaman damgası |
Yenileme bağlantı türü
Name | Tür | Description |
---|---|---|
Current |
string |
Hedefin geçerli değeri hakkında bilgi |
Status |
string |
Hedefin durumu hakkında bilgi |
Target |
string |
Hedefin hedef değeri hakkında bilgi |