Skip to main content
Ids below reuse the same convention as the other filter-discovery endpoints on this site: organization ids are shown as the same 8-character placeholders already assigned on the Organizations page, matched by name. errorType and status are catalog-style string enums and are kept as given.

Endpoint

Returns the filter facets used to filter the data source instance listing — by organization, error type, and status. This is a different resource from data source type: a “type” is the integration (Obvius, CSV, OneDrive, and so on), an “instance” is a specific configured connection of that type. No instance-listing endpoint itself has been documented yet — only this filter-discovery endpoint has been provided so far, the same situation Get Filters was in before Type Listing existed.

Parameters

Example request

Response shape

The response is a tree of facet groups — organizations, errorType, and status:

Facet groups returned

Open — not fully decided:
  • Whether orgIds is really the query parameter (inferred from every sibling filter endpoint, not confirmed here specifically), and its multi-value encoding.
  • No data source instance listing endpoint has been documented yet, so it isn’t confirmed how these facet ids get sent back as filters (though the pattern established by Type Listing and Monitored Entity List suggests a POST /data-source/instance-style endpoint accepting organizations, errorType, and status arrays is likely).
  • Whether status for instances really excludes a historical-equivalent state, or this example is just incomplete.
See Organizations for valid orgIds values, and Type Listing for the parallel, already-documented type-level listing endpoint.