DevOps Configurations - List
列出DevOps組態。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}/devops?api-version=2024-05-15-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
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 | 模擬您的用戶帳戶 |
範例
List_DevOpsConfigurations
範例要求
範例回覆
{
"value": [
{
"properties": {
"autoDiscovery": "Enabled",
"provisioningState": "Succeeded"
},
"id": "/subscriptions/0806e1cd-cfda-4ff8-b99c-2b0af42cffd3/resourceGroups/myRg/providers/Microsoft.Security/securityConnectors/mySecurityConnectorName/devops/default",
"name": "default",
"type": "Microsoft.Security/securityConnectors/devops"
}
]
}
定義
名稱 | Description |
---|---|
Authorization |
授權承載。 |
Auto |
自動探索狀態。 |
created |
建立資源的身分識別類型。 |
Dev |
DevOps 功能的詳細數據。 |
Dev |
DevOps 組態資源。 |
Dev |
支援分頁的 RP 資源清單。 |
Dev |
DevOps 組態屬性。 |
Dev |
資源的布建狀態。 擱置 - 布建擱置中。 失敗 - 布建失敗。 成功 - 布建成功。 已取消 - 已取消布建。 PendingDeletion - 刪除擱置中。 DeletionSuccess - 刪除成功。 DeletionFailure - 刪除失敗。 |
Error |
資源管理錯誤其他資訊。 |
Error |
錯誤詳細數據。 |
Error |
錯誤回應 |
system |
與建立和上次修改資源相關的元數據。 |
Authorization
授權承載。
名稱 | 類型 | Description |
---|---|---|
code |
string |
取得或設定一次性 OAuth 程式代碼,以交換重新整理和存取令牌。 僅適用於 PUT/PATCH 作業期間。 GET 期間會清除秘密。 |
AutoDiscovery
自動探索狀態。
名稱 | 類型 | Description |
---|---|---|
Disabled |
string |
|
Enabled |
string |
|
NotApplicable |
string |
createdByType
建立資源的身分識別類型。
名稱 | 類型 | Description |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
DevOpsCapability
DevOps 功能的詳細數據。
名稱 | 類型 | Description |
---|---|---|
name |
string |
取得DevOps功能的名稱。 |
value |
string |
取得 DevOps 功能的值。 |
DevOpsConfiguration
DevOps 組態資源。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
資源的名稱 |
properties |
DevOps 組態屬性。 |
|
systemData |
與建立和上次修改資源相關的元數據。 |
|
type |
string |
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” |
DevOpsConfigurationListResponse
支援分頁的 RP 資源清單。
名稱 | 類型 | Description |
---|---|---|
nextLink |
string |
取得或設定下一個連結,以捲動結果。 |
value |
取得或設定資源清單。 |
DevOpsConfigurationProperties
DevOps 組態屬性。
名稱 | 類型 | Description |
---|---|---|
authorization |
授權承載。 |
|
autoDiscovery |
自動探索狀態。 |
|
capabilities |
探索程式期間指派給 DevOps 組態的功能清單。 |
|
provisioningState |
資源的布建狀態。 擱置 - 布建擱置中。 失敗 - 布建失敗。 成功 - 布建成功。 已取消 - 已取消布建。 PendingDeletion - 刪除擱置中。 DeletionSuccess - 刪除成功。 DeletionFailure - 刪除失敗。 |
|
provisioningStatusMessage |
string |
取得資源狀態消息。 |
provisioningStatusUpdateTimeUtc |
string |
取得上次檢查資源的時間。 |
topLevelInventoryList |
string[] |
停用自動探索時要選取的最上層清查清單。 啟用 AutoDiscovery 時,會忽略此欄位。 |
DevOpsProvisioningState
資源的布建狀態。
擱置 - 布建擱置中。 失敗 - 布建失敗。 成功 - 布建成功。 已取消 - 已取消布建。 PendingDeletion - 刪除擱置中。 DeletionSuccess - 刪除成功。 DeletionFailure - 刪除失敗。
名稱 | 類型 | Description |
---|---|---|
Canceled |
string |
|
DeletionFailure |
string |
|
DeletionSuccess |
string |
|
Failed |
string |
|
Pending |
string |
|
PendingDeletion |
string |
|
Succeeded |
string |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
ErrorDetail
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細數據。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorResponse
錯誤回應
名稱 | 類型 | Description |
---|---|---|
error |
error 物件。 |
systemData
與建立和上次修改資源相關的元數據。
名稱 | 類型 | Description |
---|---|---|
createdAt |
string |
資源建立的時間戳(UTC)。 |
createdBy |
string |
建立資源的身分識別。 |
createdByType |
建立資源的身分識別類型。 |
|
lastModifiedAt |
string |
上次修改的資源時間戳 (UTC) |
lastModifiedBy |
string |
上次修改資源的身分識別。 |
lastModifiedByType |
上次修改資源的身分識別類型。 |