Find generators
Get a generator or all generators. You may query using field filters with asterisk (*) wildcards. You may also optionally specify sort, limit, offset, and a list of fields to include in the response. The global default limit will apply if no limit param is specified.
Query parameters
Comma-delimited list of field names to include in the response.
Specify the sort order using a field name, e.g. '...?sort=name'. Prepend the field name with a minus sign to specify descending order, e.g. '...?sort=-name'.
Maximum number of records to return in the response; also useful for pagination in the UI.
Offset for paginating the response.
Filter by the generator description; asterisk (*) wildcards ok.
Filter by the generator id; asterisk (*) wildcards ok.
Filter by whether or not the generator is active.
Interval (seconds) between each collection.
Filter by the generator name; asterisk (*) wildcards ok.
Filter by the query to append to GET subjects. Only "absolutePath", "name", "tags" are allowed in subjectQuery.
Filter by the names of the aspects.
Comma-separated list of tags to include/exclude. Tag names are case-insensitive. For example, ?tags=FOO,BAR will only return aspects with tags FOO and BAR. Prefix each of the tag name with a negative sign to indicate that a aspect with that tag should be excluded. For example, ?tags=-BAZ,FOO will return only the aspects with tag name not equal to BAZ or FOO. A mix of tag names with and without minus signs, for example ?tags=BAZ,-FOO are not allowed. Generators without tags are not included in the include result set.
Filter by time period when generators were created.
Filter by time period when generators were updated.
Response
Success, returns a list of generators