1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Dblm
  5. getVulnerability
Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi

oci.Dblm.getVulnerability

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi

    This data source provides details about a specific Vulnerability resource in Oracle Cloud Infrastructure Dblm service.

    Gets a Vulnerability

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Dblm.DblmFunctions;
    import com.pulumi.oci.Dblm.inputs.GetVulnerabilityArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testVulnerability = DblmFunctions.getVulnerability(GetVulnerabilityArgs.builder()
                .compartmentId(compartmentId)
                .databaseRelease(vulnerabilityDatabaseRelease)
                .state(vulnerabilityState)
                .build());
    
        }
    }
    
    variables:
      testVulnerability:
        fn::invoke:
          function: oci:Dblm:getVulnerability
          arguments:
            compartmentId: ${compartmentId}
            databaseRelease: ${vulnerabilityDatabaseRelease}
            state: ${vulnerabilityState}
    

    Using getVulnerability

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVulnerability(args: GetVulnerabilityArgs, opts?: InvokeOptions): Promise<GetVulnerabilityResult>
    function getVulnerabilityOutput(args: GetVulnerabilityOutputArgs, opts?: InvokeOptions): Output<GetVulnerabilityResult>
    def get_vulnerability(compartment_id: Optional[str] = None,
                          database_release: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetVulnerabilityResult
    def get_vulnerability_output(compartment_id: Optional[pulumi.Input[str]] = None,
                          database_release: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetVulnerabilityResult]
    func GetVulnerability(ctx *Context, args *GetVulnerabilityArgs, opts ...InvokeOption) (*GetVulnerabilityResult, error)
    func GetVulnerabilityOutput(ctx *Context, args *GetVulnerabilityOutputArgs, opts ...InvokeOption) GetVulnerabilityResultOutput

    > Note: This function is named GetVulnerability in the Go SDK.

    public static class GetVulnerability 
    {
        public static Task<GetVulnerabilityResult> InvokeAsync(GetVulnerabilityArgs args, InvokeOptions? opts = null)
        public static Output<GetVulnerabilityResult> Invoke(GetVulnerabilityInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVulnerabilityResult> getVulnerability(GetVulnerabilityArgs args, InvokeOptions options)
    public static Output<GetVulnerabilityResult> getVulnerability(GetVulnerabilityArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Dblm/getVulnerability:getVulnerability
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The required ID of the compartment in which to list resources.
    DatabaseRelease string
    A filter to return only database that match the given release version.
    CompartmentId string
    The required ID of the compartment in which to list resources.
    DatabaseRelease string
    A filter to return only database that match the given release version.
    compartmentId String
    The required ID of the compartment in which to list resources.
    databaseRelease String
    A filter to return only database that match the given release version.
    compartmentId string
    The required ID of the compartment in which to list resources.
    databaseRelease string
    A filter to return only database that match the given release version.
    compartment_id str
    The required ID of the compartment in which to list resources.
    database_release str
    A filter to return only database that match the given release version.
    compartmentId String
    The required ID of the compartment in which to list resources.
    databaseRelease String
    A filter to return only database that match the given release version.

    getVulnerability Result

    The following output properties are available:

    CompartmentId string
    Compartment Identifier.
    FreeformTags Dictionary<string, string>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The provider-assigned unique ID for this managed resource.
    Message string
    A message describing the status of the feature's state.
    PatchRecommendationsSummaries List<GetVulnerabilityPatchRecommendationsSummary>
    Summary of the patch recommendations for databases.
    Resources List<GetVulnerabilityResource>
    Resources objects.
    ResourcesSummaries List<GetVulnerabilityResourcesSummary>
    Summary of dblm registered and unregistered resources.
    State string
    The current state of the feature.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeEnabled string
    The time the the Vulnerability was enabled. An RFC3339 formatted datetime string.
    VulnerabilitiesSummaries List<GetVulnerabilityVulnerabilitiesSummary>
    Summary of vulnerabilities found in registered resources grouped by severity.
    DatabaseRelease string
    CompartmentId string
    Compartment Identifier.
    FreeformTags map[string]string
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The provider-assigned unique ID for this managed resource.
    Message string
    A message describing the status of the feature's state.
    PatchRecommendationsSummaries []GetVulnerabilityPatchRecommendationsSummary
    Summary of the patch recommendations for databases.
    Resources []GetVulnerabilityResource
    Resources objects.
    ResourcesSummaries []GetVulnerabilityResourcesSummary
    Summary of dblm registered and unregistered resources.
    State string
    The current state of the feature.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeEnabled string
    The time the the Vulnerability was enabled. An RFC3339 formatted datetime string.
    VulnerabilitiesSummaries []GetVulnerabilityVulnerabilitiesSummary
    Summary of vulnerabilities found in registered resources grouped by severity.
    DatabaseRelease string
    compartmentId String
    Compartment Identifier.
    freeformTags Map<String,String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The provider-assigned unique ID for this managed resource.
    message String
    A message describing the status of the feature's state.
    patchRecommendationsSummaries List<GetVulnerabilityPatchRecommendationsSummary>
    Summary of the patch recommendations for databases.
    resources List<GetVulnerabilityResource>
    Resources objects.
    resourcesSummaries List<GetVulnerabilityResourcesSummary>
    Summary of dblm registered and unregistered resources.
    state String
    The current state of the feature.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeEnabled String
    The time the the Vulnerability was enabled. An RFC3339 formatted datetime string.
    vulnerabilitiesSummaries List<GetVulnerabilityVulnerabilitiesSummary>
    Summary of vulnerabilities found in registered resources grouped by severity.
    databaseRelease String
    compartmentId string
    Compartment Identifier.
    freeformTags {[key: string]: string}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    The provider-assigned unique ID for this managed resource.
    message string
    A message describing the status of the feature's state.
    patchRecommendationsSummaries GetVulnerabilityPatchRecommendationsSummary[]
    Summary of the patch recommendations for databases.
    resources GetVulnerabilityResource[]
    Resources objects.
    resourcesSummaries GetVulnerabilityResourcesSummary[]
    Summary of dblm registered and unregistered resources.
    state string
    The current state of the feature.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeEnabled string
    The time the the Vulnerability was enabled. An RFC3339 formatted datetime string.
    vulnerabilitiesSummaries GetVulnerabilityVulnerabilitiesSummary[]
    Summary of vulnerabilities found in registered resources grouped by severity.
    databaseRelease string
    compartment_id str
    Compartment Identifier.
    freeform_tags Mapping[str, str]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    The provider-assigned unique ID for this managed resource.
    message str
    A message describing the status of the feature's state.
    patch_recommendations_summaries Sequence[dblm.GetVulnerabilityPatchRecommendationsSummary]
    Summary of the patch recommendations for databases.
    resources Sequence[dblm.GetVulnerabilityResource]
    Resources objects.
    resources_summaries Sequence[dblm.GetVulnerabilityResourcesSummary]
    Summary of dblm registered and unregistered resources.
    state str
    The current state of the feature.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_enabled str
    The time the the Vulnerability was enabled. An RFC3339 formatted datetime string.
    vulnerabilities_summaries Sequence[dblm.GetVulnerabilityVulnerabilitiesSummary]
    Summary of vulnerabilities found in registered resources grouped by severity.
    database_release str
    compartmentId String
    Compartment Identifier.
    freeformTags Map<String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The provider-assigned unique ID for this managed resource.
    message String
    A message describing the status of the feature's state.
    patchRecommendationsSummaries List<Property Map>
    Summary of the patch recommendations for databases.
    resources List<Property Map>
    Resources objects.
    resourcesSummaries List<Property Map>
    Summary of dblm registered and unregistered resources.
    state String
    The current state of the feature.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeEnabled String
    The time the the Vulnerability was enabled. An RFC3339 formatted datetime string.
    vulnerabilitiesSummaries List<Property Map>
    Summary of vulnerabilities found in registered resources grouped by severity.
    databaseRelease String

    Supporting Types

    GetVulnerabilityPatchRecommendationsSummary

    patchAvailable Integer
    total Integer
    upToDate Integer
    patchAvailable number
    total number
    upToDate number
    patchAvailable Number
    total Number
    upToDate Number

    GetVulnerabilityResource

    ConnectorId string
    The connector Id of the resource.
    DbPlatformType string
    The platform type of the resource.
    DbVersion string
    The version of the resource.
    DeploymentType string
    The deployment type of the resource.
    HostInfos List<GetVulnerabilityResourceHostInfo>
    host info objects
    IsClusterDb bool
    True if it is a cluster db.
    LicenseType string
    The License Type of the resource.
    ResourceCompartmentId string
    The compartmentId of the resource.
    ResourceId string
    The Id of the resource.
    ResourceName string
    The name of the resource.
    ResourceType string
    The type of the resource.
    ConnectorId string
    The connector Id of the resource.
    DbPlatformType string
    The platform type of the resource.
    DbVersion string
    The version of the resource.
    DeploymentType string
    The deployment type of the resource.
    HostInfos []GetVulnerabilityResourceHostInfo
    host info objects
    IsClusterDb bool
    True if it is a cluster db.
    LicenseType string
    The License Type of the resource.
    ResourceCompartmentId string
    The compartmentId of the resource.
    ResourceId string
    The Id of the resource.
    ResourceName string
    The name of the resource.
    ResourceType string
    The type of the resource.
    connectorId String
    The connector Id of the resource.
    dbPlatformType String
    The platform type of the resource.
    dbVersion String
    The version of the resource.
    deploymentType String
    The deployment type of the resource.
    hostInfos List<GetVulnerabilityResourceHostInfo>
    host info objects
    isClusterDb Boolean
    True if it is a cluster db.
    licenseType String
    The License Type of the resource.
    resourceCompartmentId String
    The compartmentId of the resource.
    resourceId String
    The Id of the resource.
    resourceName String
    The name of the resource.
    resourceType String
    The type of the resource.
    connectorId string
    The connector Id of the resource.
    dbPlatformType string
    The platform type of the resource.
    dbVersion string
    The version of the resource.
    deploymentType string
    The deployment type of the resource.
    hostInfos GetVulnerabilityResourceHostInfo[]
    host info objects
    isClusterDb boolean
    True if it is a cluster db.
    licenseType string
    The License Type of the resource.
    resourceCompartmentId string
    The compartmentId of the resource.
    resourceId string
    The Id of the resource.
    resourceName string
    The name of the resource.
    resourceType string
    The type of the resource.
    connector_id str
    The connector Id of the resource.
    db_platform_type str
    The platform type of the resource.
    db_version str
    The version of the resource.
    deployment_type str
    The deployment type of the resource.
    host_infos Sequence[dblm.GetVulnerabilityResourceHostInfo]
    host info objects
    is_cluster_db bool
    True if it is a cluster db.
    license_type str
    The License Type of the resource.
    resource_compartment_id str
    The compartmentId of the resource.
    resource_id str
    The Id of the resource.
    resource_name str
    The name of the resource.
    resource_type str
    The type of the resource.
    connectorId String
    The connector Id of the resource.
    dbPlatformType String
    The platform type of the resource.
    dbVersion String
    The version of the resource.
    deploymentType String
    The deployment type of the resource.
    hostInfos List<Property Map>
    host info objects
    isClusterDb Boolean
    True if it is a cluster db.
    licenseType String
    The License Type of the resource.
    resourceCompartmentId String
    The compartmentId of the resource.
    resourceId String
    The Id of the resource.
    resourceName String
    The name of the resource.
    resourceType String
    The type of the resource.

    GetVulnerabilityResourceHostInfo

    HostCores int
    Number of host cores.
    HostName string
    The name of the host.
    HostCores int
    Number of host cores.
    HostName string
    The name of the host.
    hostCores Integer
    Number of host cores.
    hostName String
    The name of the host.
    hostCores number
    Number of host cores.
    hostName string
    The name of the host.
    host_cores int
    Number of host cores.
    host_name str
    The name of the host.
    hostCores Number
    Number of host cores.
    hostName String
    The name of the host.

    GetVulnerabilityResourcesSummary

    GetVulnerabilityVulnerabilitiesSummary

    Critical int
    High int
    Info int
    Low int
    Medium int
    Total int
    Critical int
    High int
    Info int
    Low int
    Medium int
    Total int
    critical Integer
    high Integer
    info Integer
    low Integer
    medium Integer
    total Integer
    critical number
    high number
    info number
    low number
    medium number
    total number
    critical int
    high int
    info int
    low int
    medium int
    total int
    critical Number
    high Number
    info Number
    low Number
    medium Number
    total Number

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi