Data Source: oci_apigateway_api_validation
This data source provides details about a specific Api Validation resource in Oracle Cloud Infrastructure API Gateway service.
Gets the API validation results.
Example Usage
data "oci_apigateway_api_validation" "test_api_validation" {
#Required
api_id = oci_apigateway_api.test_api.id
}
Argument Reference
The following arguments are supported:
api_id- (Required) The ocid of the API.
Attributes Reference
The following attributes are exported:
validations- API validation results.details- Details of validation.msg- Description of the warning/error.severity- Severity of the issue.src- Position of the issue in the specification file (line, column).
name- Name of the validation.result- Result of the validation.