GRR API

Below is the list of HTTP API calls that the GRR Admin UI can handle. For every supported route you'll find a list of supported query parameters (if any). These parameters are passed either as URL query parameters or as parts of URL path.
For example:

/api/hunts?offset=100&count=20
/api/aff4/foo/bar/collection?RDFValueCollection.filter=blah

If special permissions are required to access certain resources, "reason" query parameter may be specified. For example:

/api/aff4/foo/bar/collection?RDFValueCollection.filter=blah&reason=testreason


{$ ::apiCallRenderer.methods.join(', ') $}

Examples:

{$ ::example.response | json:2 $}

AFF4 object renderers

When using /api/aff4/... API, set of accepted query parameters changes depending on the type of the accessed objects.

You can influence the output by providing object-type-specific query parameters. Below is the list of such parameters, grouped by object types.

{$ ::name $}