DevOps Operation Results - Get
取得 Devops 長時間執行的作業結果。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}/devops/default/operationResults/{operationResultId}?api-version=2024-05-15-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
operation
|
path | True |
string |
作業結果標識碼。 |
resource
|
path | True |
string |
資源群組的名稱。 名稱不區分大小寫。 |
security
|
path | True |
string |
安全性連接器名稱。 |
subscription
|
path | True |
string |
目標訂用帳戶的標識碼。 |
api-version
|
query | True |
string |
要用於這項作業的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
還行 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Get_Dev |
Get_Dev |
Get_DevOpsOperationResults_Failed
範例要求
範例回覆
{
"id": "/subscriptions/0806e1cd-cfda-4ff8-b99c-2b0af42cffd3/resourceGroups/myRg/providers/Microsoft.Security/securityConnectors/mySecurityConnectorName/devops/default/operationResults/8d4caace-e7b3-4b3e-af99-73f76829ebcf?api-version=2024-05-15-preview",
"name": "8d4caace-e7b3-4b3e-af99-73f76829ebcf",
"status": "Failed",
"startTime": "2023-06-21T03:23:15Z",
"endTime": "2023-06-21T03:25:15Z",
"percentComplete": 100,
"error": {
"code": "TokenExchangeFailed",
"message": "AzureDevOps OAuth token exchange failed"
}
}
Get_DevOpsOperationResults_Succeeded
範例要求
範例回覆
{
"id": "/subscriptions/0806e1cd-cfda-4ff8-b99c-2b0af42cffd3/resourceGroups/myRg/providers/Microsoft.Security/securityConnectors/mySecurityConnectorName/devops/default/operationResults/4e826cf1-5c36-4808-a7d2-fb4f5170978b?api-version=2024-05-15-preview",
"name": "4e826cf1-5c36-4808-a7d2-fb4f5170978b",
"status": "Succeeded",
"startTime": "2023-06-21T03:23:15Z",
"endTime": "2023-06-21T03:25:15Z",
"percentComplete": 100
}
定義
名稱 | Description |
---|---|
Error |
資源管理錯誤其他資訊。 |
Error |
錯誤詳細數據。 |
Error |
錯誤回應 |
Operation |
異步操作的目前狀態。 |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
ErrorDetail
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細數據。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorResponse
錯誤回應
名稱 | 類型 | Description |
---|---|---|
error |
error 物件。 |
OperationStatusResult
異步操作的目前狀態。
名稱 | 類型 | Description |
---|---|---|
endTime |
string |
作業的結束時間。 |
error |
如果有,作業錯誤的詳細數據。 |
|
id |
string |
異步作業的完整標識碼。 |
name |
string |
異步作業的名稱。 |
operations |
作業清單。 |
|
percentComplete |
number |
完成的作業百分比。 |
startTime |
string |
作業的開始時間。 |
status |
string |
作業狀態。 |