從規則維度查詢規則對資源的評估結果。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
config:ListConfigRuleEvaluationResults | list | *全部資源 * |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ComplianceType | string | 否 | 合規評估結果。取值:
| NON_COMPLIANT |
NextToken | string | 否 | 當請求的返回結果被截斷時,您可以使用 | IWBjqMYSy0is7zSMGu16**** |
MaxResults | integer | 否 | 單次請求返回結果的最大條數。取值范圍:1~100。 | 10 |
ConfigRuleId | string | 否 | 規則 ID。 關于如何獲取規則 ID,請參見 ListConfigRules 。 | cr-cac56457e0d900d3**** |
CompliancePackId | string | 否 | 合規包 ID。 關于如何獲取合規包 ID,請參見 ListCompliancePacks 。 | cp-f1e3326622af00cb**** |
Regions | string | 否 | 評估資源所屬地域,多個地域之間用半角逗號(,)分隔。 | cn-shanghai |
ResourceTypes | string | 否 | 評估資源的資源類型,多個資源類型之間用半角逗號(,)分隔。 | ACS::ECS::Instane |
ResourceGroupIds | string | 否 | 評估資源所屬的資源組 ID,多個資源組 ID 之間用半角逗號(,)分隔。 | rg-aek2indxn3g**** |
關于公共請求參數的詳情,請參見公共參數。
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "2A4A33BD-8186-4D60-91B9-42174EED75B5",
"EvaluationResults": {
"NextToken": "IWBjqMYSy0is7zSMGu16****",
"MaxResults": 10,
"EvaluationResultList": [
{
"RiskLevel": 1,
"ComplianceType": "NON_COMPLIANT",
"ResultRecordedTimestamp": 1622802307150,
"Annotation": "{\\\"configuration\\\":\\\"\\\",\\\"desiredValue\\\":\\\"\\\",\\\"operator\\\":\\\"IsNotStringEmpty\\\",\\\"property\\\":\\\"$.KeyPairName\\\",\\\"reason\\\":\\\"No property contains.\\\"}",
"ConfigRuleInvokedTimestamp": 1622802307081,
"InvokingEventMessageType": "ConfigurationItemChangeNotification",
"EvaluationResultIdentifier": {
"OrderingTimestamp": 1622802307081,
"EvaluationResultQualifier": {
"ResourceOwnerId": 0,
"ConfigRuleArn": "acs:config::120886317861****:rule/cr-cac56457e0d900d3****",
"ResourceType": "ACS::ECS::Instance",
"ConfigRuleName": "ECS實例CPU核數滿足最低要求",
"ResourceId": "i-hp3e4kvhzqn2s11t****",
"ConfigRuleId": "cr-cac56457e0d900d3****",
"ResourceName": "iZuf6j91r34rnwawoox****",
"RegionId": "cn-hangzhou",
"CompliancePackId": "cp-bcc33457e0d900d5****",
"IgnoreDate": "2022-06-01"
}
},
"RemediationEnabled": false
}
]
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | NoPermission | You are not authorized to perform this operation. | 您無權執行此操作。 |
404 | CloudConfigServiceRoleNotExisted | The CloudConfigServiceRole does not exist. | - |
404 | AccountNotExisted | Your account does not exist. | - |
503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | 服務不可用。 |
訪問錯誤中心查看更多錯誤碼。