Logger - List By Service
列出指定之服務實例中的記錄器集合。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/loggers?api-version=2021-08-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/loggers?$filter={$filter}&$top={$top}&$skip={$skip}&api-version=2021-08-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
resource
|
path | True |
string |
資源群組的名稱。 |
service
|
path | True |
string |
API 管理 服務的名稱。 Regex 模式: |
subscription
|
path | True |
string |
可唯一識別 Microsoft Azure 訂用帳戶的訂用帳戶認證。 訂用帳戶識別碼會構成每個服務呼叫 URI 的一部分。 |
api-version
|
query | True |
string |
要與用戶端要求搭配使用的 API 版本。 |
$filter
|
query |
string |
|欄位 |使用量 |支持的運算子 |支援的函式 | |
|
$skip
|
query |
integer int32 |
要略過的記錄數目。 |
|
$top
|
query |
integer int32 |
要傳回的記錄數目。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
列出Logger實體的集合。 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
ApiManagementListLoggers
範例要求
範例回覆
{
"value": [
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/loggers/azuremonitor",
"type": "Microsoft.ApiManagement/service/loggers",
"name": "azuremonitor",
"properties": {
"loggerType": "azureMonitor",
"isBuffered": true
}
},
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/loggers/vvktest",
"type": "Microsoft.ApiManagement/service/loggers",
"name": "vvktest",
"properties": {
"loggerType": "applicationInsights",
"credentials": {
"instrumentationKey": "{{Logger-Credentials-5b1a17ef2b3f91153004b10d}}"
},
"isBuffered": true
}
},
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/loggers/applicationinsights",
"type": "Microsoft.ApiManagement/service/loggers",
"name": "applicationinsights",
"properties": {
"loggerType": "applicationInsights",
"description": "miaoappinsight",
"credentials": {
"instrumentationKey": "{{Logger-Credentials-5b2056062b3f911ae84a3069}}"
},
"isBuffered": true
}
}
],
"count": 3,
"nextLink": ""
}
定義
名稱 | Description |
---|---|
Error |
錯誤欄位合約。 |
Error |
錯誤回應。 |
Logger |
分頁記錄器清單表示。 |
Logger |
記錄器詳細數據。 |
Logger |
記錄器類型。 |
ErrorFieldContract
錯誤欄位合約。
名稱 | 類型 | Description |
---|---|---|
code |
string |
屬性層級錯誤碼。 |
message |
string |
人類可讀取的屬性層級錯誤表示法。 |
target |
string |
屬性名稱。 |
ErrorResponse
錯誤回應。
名稱 | 類型 | Description |
---|---|---|
error.code |
string |
服務定義的錯誤碼。 此代碼會作為回應中指定之 HTTP 錯誤碼的子狀態。 |
error.details |
要求中傳送無效欄位的清單,以防發生驗證錯誤。 |
|
error.message |
string |
人類可閱讀的錯誤表示法。 |
LoggerCollection
分頁記錄器清單表示。
名稱 | 類型 | Description |
---|---|---|
count |
integer |
所有頁面的記錄計數總數。 |
nextLink |
string |
如果有的話,下一頁連結。 |
value |
記錄器值。 |
LoggerContract
記錄器詳細數據。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源的完整資源識別碼。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
資源的名稱 |
properties.credentials |
object |
azureEventHub 記錄器之事件中樞的名稱和 SendRule 連接字串。 applicationInsights 記錄器的檢測密鑰。 |
properties.description |
string |
記錄器描述。 |
properties.isBuffered |
boolean |
是否在發佈之前,記錄器中是否緩衝處理記錄。 默認值假設為 true。 |
properties.loggerType |
記錄器類型。 |
|
properties.resourceId |
string |
Azure 事件中樞資源或 Azure 應用程式 Insights 資源) 記錄目標 (Azure 資源識別符。 |
type |
string |
資源類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” |
LoggerType
記錄器類型。
名稱 | 類型 | Description |
---|---|---|
applicationInsights |
string |
Azure 應用程式 Insights 作為記錄目的地。 |
azureEventHub |
string |
Azure 事件中樞作為記錄目的地。 |
azureMonitor |
string |
Azure 監視器 |