Named Value - List By Service
列出服務實例內定義的具名值集合。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues?api-version=2021-08-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues?$filter={$filter}&$top={$top}&$skip={$skip}&isKeyVaultRefreshFailed={isKeyVaultRefreshFailed}&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 |
要傳回的記錄數目。 |
|
is
|
query |
boolean |
當設定為 true 時,回應只會包含失敗重新整理的具名值實體。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
指定之 API 管理 服務實例之具名值實體的集合。 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
ApiManagementListNamedValues
範例要求
範例回覆
{
"value": [
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/namedValues/592f1174cc83890dc4f32686",
"type": "Microsoft.ApiManagement/service/namedValues",
"name": "592f1174cc83890dc4f32686",
"properties": {
"displayName": "Logger-Credentials-592f1174cc83890dc4f32687",
"value": "propValue",
"secret": false
}
},
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/namedValues/testprop6",
"type": "Microsoft.ApiManagement/service/namedValues",
"name": "testprop6",
"properties": {
"displayName": "prop6namekv",
"keyVault": {
"secretIdentifier": "https://contoso.vault.azure.net/secrets/aadSecret",
"identityClientId": "2d2df842-44d8-4885-8dec-77cc1a984a31",
"lastStatus": {
"code": "Success",
"timeStampUtc": "2020-09-11T00:54:31.8024882Z"
}
},
"tags": [
"foo",
"bar"
],
"secret": true
}
}
],
"count": 1,
"nextLink": ""
}
定義
名稱 | Description |
---|---|
Error |
錯誤欄位合約。 |
Error |
錯誤回應。 |
Key |
KeyVault 合約詳細數據。 |
Key |
發出合約更新屬性。 |
Named |
Paged NamedValue 清單表示法。 |
Named |
NamedValue 詳細數據。 |
ErrorFieldContract
錯誤欄位合約。
名稱 | 類型 | Description |
---|---|---|
code |
string |
屬性層級錯誤碼。 |
message |
string |
人類可讀取的屬性層級錯誤表示法。 |
target |
string |
屬性名稱。 |
ErrorResponse
錯誤回應。
名稱 | 類型 | Description |
---|---|---|
error.code |
string |
服務定義的錯誤碼。 此代碼會作為回應中指定之 HTTP 錯誤碼的子狀態。 |
error.details |
要求中傳送無效欄位的清單,以防發生驗證錯誤。 |
|
error.message |
string |
人類可閱讀的錯誤表示法。 |
KeyVaultContractProperties
KeyVault 合約詳細數據。
名稱 | 類型 | Description |
---|---|---|
identityClientId |
string |
SystemAssignedIdentity 的 Null 或 UserAssignedIdentity 的用戶端識別符,其將用來存取密鑰保存庫密碼。 |
lastStatus |
上次從金鑰保存庫同步處理和重新整理秘密狀態。 |
|
secretIdentifier |
string |
用於擷取秘密的金鑰保存庫秘密標識碼。 提供已設定版本的秘密會防止自動重新整理。 這需要 API 管理 服務設定 aka.ms/apimmsi |
KeyVaultLastAccessStatusContractProperties
發出合約更新屬性。
名稱 | 類型 | Description |
---|---|---|
code |
string |
上次從金鑰保存庫同步和重新整理秘密的狀態代碼。 |
message |
string |
錯誤的詳細數據,否則為空白。 |
timeStampUtc |
string |
上次存取秘密的時間。 日期符合下列格式: |
NamedValueCollection
Paged NamedValue 清單表示法。
名稱 | 類型 | Description |
---|---|---|
count |
integer |
所有頁面的記錄計數總數。 |
nextLink |
string |
如果有的話,下一頁連結。 |
value |
頁面值。 |
NamedValueContract
NamedValue 詳細數據。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源的完整資源識別碼。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
資源的名稱 |
properties.displayName |
string |
NamedValue 的唯一名稱。 只能包含字母、數字、句點、破折號和底線字元。 |
properties.keyVault |
namedValue的KeyVault位置詳細數據。 |
|
properties.secret |
boolean |
決定該值是否為密碼且是否應該加密。 預設值為 False。 |
properties.tags |
string[] |
選擇性標記,當提供時可用來篩選 NamedValue 清單。 |
properties.value |
string |
NamedValue 的值。 可以包含原則表達式。 不能是空白或只由空白字元組成。 此屬性不會填入 『GET』 作業! 使用 '/listSecrets' POST 要求來取得值。 |
type |
string |
資源類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” |