For the complete documentation index, see llms.txt. This page is also available as Markdown.

IZ Eye Scan Patterns

IZ Eye | Pattern Matcher

The following section describes the pattern configurations to be used to filter (include / exclude) certain applications from being scanned from IZ Eye. By default all applications will be scanned by IZ Eye.

Examples:

  1. Scan Assets in Exchange which are tagged as "PRODUCTION"

  2. Scan Applications in Runtime Manager which follow a certain naming convention or which are updated after a certain date

Anypoint Mule Applications Pattern Matcher:

Anypoint Mule Applications pattern matcher settings can be updated in the Global Settings -> Settings -> Search for Anypoint Mule Applications Pattern Matcher

Mule applications can be filtered using following attributes -

  1. Application Name

  2. Last Updated Time of the Application

Pattern Configuration -

Attribute Name
Pattern Configuration

Application Name

{
    "name": {
      "includePattern": [".*"],
      "excludePattern": [] 
    }
}

| Last Updated Time of the Application | |

Anypoint Exchange APIs Pattern Matcher:

Anypoint Exchange APIs pattern matcher settings can be updated in the Global Settings -> Settings -> Search for Anypoint Exchange APIs Pattern Matcher

Anypoint Exchange APIs can be filtered using following attributes -

  1. API Name / Asset Id

  2. Tags attached to the Asset

  3. Categories attached to the Asset

  4. Last Updated Time of the Asset

  5. API Visibility

  6. API Status

  7. Custom Fields

Pattern Configuration -

Attribute Name
Pattern Configuration

API Name / Asset Id

| Tags attached to the Asset | |

| Categories attached to the Asset | |

| API Visibility | |

| API Status | |

| Custom Fields | |

| Last Updated Time of the Asset | |

Anypoint API Instance Pattern Matcher:

Anypoint API Instance pattern matcher settings can be updated in the Global Settings -> Settings -> Search for Anypoint API Instance Pattern Matcher

Anypoint API Instances can be filtered using following attributes -

  1. API Instance Name / Asset Id

  2. Tags attached to the Instance

  3. Last Updated Time of the Instance

  4. API Instance Visibility

  5. API Instance Status

  6. API Instance Deprecation Status

  7. API Instance Stage

Pattern Configuration -

Attribute Name
Pattern Configuration

API Instance Name / Asset Id

| Tags attached to the Instance | |

| API Instance Deprecation Status | |

| API Instance Visibility | |

| API Instance Status | |

| Last Updated Time of the Instance | |

See Also

Last updated

Was this helpful?