List all fired rules
Query parameters
Filter by rule audit name.
Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
Response
Return a list of fired rules.
Example response
{
"count": 123,
"next": "/eda/api/v1/example/?page=51&page_size=100",
"previous": "/eda/api/v1/example/?page=49&page_size=100",
"page_size": 100,
"page": 50,
"results": [
{
"activation_instance": {
"id": 0,
"name": "string"
},
"organization": {
"id": 0,
"name": "string",
"description": "string"
}
}
]
}Changes
Changed in 4 of the 8 revisions of this API.71120
- ○
the endpoint scheme security
EDAJWTAuthenticationwas added to the APIapi-security-added
- ○
the endpoint scheme security
jwtAuthwas added to the APIapi-security-added
- ○
added the new optional
queryrequest parameterorderingnew-optional-request-parameter
- ○
added the required property
results/items/organizationto the response with the200statusresponse-required-property-added
This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
results/items/activation_instance_idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
results/items/created_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
results/items/job_instance_idfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
results/items/definitionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
results/items/descriptionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
results/items/rule_uuidfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
results/items/ruleset_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
results/items/ruleset_uuidfrom the response with the200statusresponse-optional-property-removed
- ○
the endpoint scheme security
cookieAuthwas added to the APIapi-security-added
- ○
added the new optional
queryrequest parameternamenew-optional-request-parameter
- ○
added the required property
results/items/activation_instanceto the response with the200statusresponse-required-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
results/items/activation_instancefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
results/items/job_instancefrom the response with the200statusresponse-optional-property-removed
- ○
the endpoint scheme security
cookieAuthwas removed from the APIapi-security-removed
- ○
added the required property
results/items/activation_instance_idto the response with the200statusresponse-required-property-added
- ○
added the required property
results/items/job_instance_idto the response with the200statusresponse-required-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response property
results/items/activation_instancebecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/activation_instancebecame optional for the status200response-property-became-optional
- ▲
the
results/items/activation_instanceresponse's property type/format changed fromobject/tointeger/for status200response-property-type-changed
- ▲
removed the required property
results/items/organizationfrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parameternamerequest-parameter-removed
- ●
deleted the
queryrequest parameterorderingrequest-parameter-removed
- ●
removed the optional property
results/items/activation_instance/idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
results/items/activation_instance/namefrom the response with the200statusresponse-optional-property-removed
- ○
the endpoint scheme security
EDAJWTAuthenticationwas removed from the APIapi-security-removed
- ○
the endpoint scheme security
jwtAuthwas removed from the APIapi-security-removed
- ○
added the optional property
results/items/definitionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/job_instanceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/rule_uuidto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/ruleset_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/ruleset_uuidto the response with the200statusresponse-optional-property-added
- ○
added the required property
results/items/created_atto the response with the200statusresponse-required-property-added
- ○
the response required property
results/items/activation_instancebecame not read-only for the status200response-required-property-became-not-read-only
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲