Function searchLineageGraphImpact

  • Search all labels within a impact graph on all available levels. Returns result per level

    Parameters

    • id: string

      The qri for root node.

    • query: { down?: number; filter: string }

      an object with query parameters

      • Optionaldown?: number

        The number of downstream resource levels nodes to search. (5 if not provided, -1 means unlimited) and 1 means direct lineage.

      • filter: string

        The expression that matches the SCIM filter format. The filter has to be encoded. The currently supported attribute is "label", attribute operator "co" (contains), and grouping operator "or". Example: 'label co "label1" or label co "label2"'. The search queries are case insensetive.

    • Optionaloptions: ApiCallOptions

    Returns Promise<SearchLineageGraphImpactHttpResponse>

    searchLineageGraphImpact(
    "qri:app:sense://e5c651d5-1198-45a2-be5d-f016cee0baf5",
    {
    filter: "label co \"label1\" or label co \"label2\""
    }
    )

    SearchLineageGraphImpactHttpError