This project has retired. For details please refer to its Attic page.
Falcon - GET api/metadata/discovery/:type/list

GET api/metadata/discovery/:type/list

Description

Get all dimensions of specified type.

Parameters

  • :type Valid dimension types are cluster_entity,feed_entity, process_entity, user, colo, tags, groups, pipelines
  • cluster <optional query param> Show dimensions related to this cluster.

Results

List of dimensions that match requested type [and cluster].

Examples

Rest Call

GET http://localhost:15000/api/metadata/discovery/process_entity/list?cluster=primary-cluster

Result

{
    "results": ["sampleIngestProcess","testProcess","anotherProcess"],
    "totalSize": 3
}