Search for OCI Connectors

Use the search tokens below to search for OCI connectors.

Note: These tokens are available only if you have enabled OCI connectors for your subscription.

andand

Use a boolean query to express your query using AND logic.

Example

Show findings with account ID 205767712438 and type Subnet

account.id: 205767712438 and resource.type: Subnet

notnot

Use a boolean query to express your query using NOT logic.

Example

Show findings that are not resource type Instance

not resource.type: Instance

oror

Use a boolean query to express your query using OR logic.

Example

Show findings with one of these tag values

tag.value: Finance or tag.value: Accounting

connector.application.nameconnector.application.name

Select the application (CSPM, AssetView) in which the connector is created.

Example

Show connectors that are created in AssetView

connector.application: AssetView

Show connectors that are created in CSPM

connector.application.name: CSPM

connector.nameconnector.name

Use values within quotes to help you find the connector name you're looking for.

Examples

Show any connectors with this name

connector.name: my-connector

Show any connectors that contain parts of name

connector.name: "my-connector"

connector.statusconnector.status

Select connector status (Queued, Synchronizing, Completed successfully, Completed with errors, Disabled, etc) to find connectors with a certain state. Select from names in the drop-down menu.

Example

Show OCI connectors that are successfully created

connector.status: Completed successfully

connector.tag.nameconnector.tag.name

Use a text value ##### to find connectors with a certain tag name.

Example

Find connectors with this tag name

connector.tag.name: abc

oci.tenantIdoci.tenantId

Use a text value ##### to search connectors created with specific tenant ID.

Example

Show all assets with the specific tenant ID

oci.tenantId: "ocid1.tenancy.oc1..aaaaaaaax2gwhq3hszjqhte5pgzijgyge6gvlsrqar6kxn7itwhk7keokamq"

connector.isDisabledconnector.isDisabled

Use values true | false to find the connectors that are in disabled/enabled state.

Example

Show connectors that are disabled

connector.isDisabled: true

Show connectors that are enabled

connector.isDisabled: false

connector.usernameconnector.username

Use values within quotes to help you find connectors created by users with a certain user name.

Examples

Show any connectors created by this username

connector.username: Jane

Show any connectors that contain parts of username

connector.username: "Jane"