Description | : Gets the list of metadata entities. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "RecommendationMetadata_List", "$parameters": [ { "#name": "$filter", "Description": { "new": "The filter to apply to the recommendation metadata.
Filter can be applied to properties ['[recommendationCategory](#category)', '[recommendationSubCategory](#recommendationSubCategory)', 'RetirementDate'] with operators ['eq', 'and', 'le', 'ge'].
\u26a0 **Note:** `recommendationControl` is a legacy filter property and will be deprecated in the future. Please use `recommendationSubCategory` for filtering recommendation subcategory.
Valid options for recommendationSubCategory: ['BusinessContinuity', 'DisasterRecovery', 'HighAvailability', 'MonitoringAndAlerting', 'Other', 'Personalized', 'PrioritizedRecommendations', 'Scalability', 'ServiceUpgradeAndRetirement', 'Validation']
Example:
- $filter=recommendationCategory eq 'HighAvailability' and recommendationSubCategory eq 'ServiceUpgradeAndRetirement' and retirementDate ge '2024-01-01' and retirementDate le '2028-01-01'", "old": "The filter to apply to the recommendation metadata.
Filter can be applied to properties ['[Category](#category)', '[Control](#control)', 'RetirementDate'] with operators ['eq', 'and', 'le', 'ge'].
Example:
- $filter=recommendationCategory eq 'HighAvailability' and recommendationControl eq 'ServiceUpgradeAndRetirement' and retirementDate ge '2024-01-01' and retirementDate le '2028-01-01'" } } ] }
⚼ Request
GET:
/providers/Microsoft.Advisor/metadata
{
api-version:
string
,
$filter:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
type:
string
,
name:
string
,
properties:
}
{
,
displayName:
string
,
dependsOn:
[
,
string
,
]
applicableScenarios:
[
,
string
,
]
supportedValues:
}
[
]
,
{
,
id:
string
,
displayName:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
message:
string
,
code:
string
,
}