Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace GetManagedInstanceContentRequest

example

Click here to see how to use GetManagedInstanceContentRequest.

Properties

Optional advisoryName

advisoryName: Array<string>

The assigned erratum name. It's unique and not changeable.

Example: {@code ELSA-2020-5804}

Optional advisoryNameContains

advisoryNameContains: undefined | string

A filter to return resources that may partially match the erratum advisory name given.

Optional advisoryType

advisoryType: Array<AdvisoryTypes>

A filter to return only errata that match the given advisory types.

managedInstanceId

managedInstanceId: string

The OCID of the managed instance.

Optional opcRequestId

opcRequestId: undefined | string

Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

Optional reportFormat

reportFormat: ReportFormat

The format of the report to download. Default is CSV.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional vulnerabilityName

vulnerabilityName: Array<string>

A filter to return vulnerabilities that match the given name. For Linux instances, this refers to the advisory name. For Windows instances, this refers to the Windows update display name.

Optional vulnerabilityNameContains

vulnerabilityNameContains: undefined | string

A filter to return vulnerabilities that partially match the given name. For Linux instances, this refers to the advisory name. For Windows instances, this refers to the Windows update display name.

vulnerabilityType

vulnerabilityType: Array<VulnerabilityTypes>

A filter to return only vulnerabilities matching the given types.