audit-rules

List all fired rules

get/audit-rules/

Query parameters

namestring

Filter by rule audit name.

orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

Response

Return a list of fired rules.

countinteger
nextstring uri nullable
previousstring uri nullable
page_sizeinteger nullable
pageinteger nullable

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 EDAJWTAuthentication was added to the API

      api-security-added

    • the endpoint scheme security jwtAuth was added to the API

      api-security-added

    • added the new optional query request parameter ordering

      new-optional-request-parameter

    • added the required property results/items/organization to the response with the 200 status

      response-required-property-added

    This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • c84b4813cab1353See the full diff
    • removed the required property results/items/activation_instance_id from the response with the 200 status

      response-required-property-removed

    • removed the required property results/items/created_at from the response with the 200 status

      response-required-property-removed

    • removed the required property results/items/job_instance_id from the response with the 200 status

      response-required-property-removed

    • removed the optional property results/items/definition from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/rule_uuid from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/ruleset_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/ruleset_uuid from the response with the 200 status

      response-optional-property-removed

    • the endpoint scheme security cookieAuth was added to the API

      api-security-added

    • added the new optional query request parameter name

      new-optional-request-parameter

    • added the required property results/items/activation_instance to the response with the 200 status

      response-required-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • f84d9240fdf223See the full diff
    • removed the optional property results/items/activation_instance from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/job_instance from the response with the 200 status

      response-optional-property-removed

    • the endpoint scheme security cookieAuth was removed from the API

      api-security-removed

    • added the required property results/items/activation_instance_id to the response with the 200 status

      response-required-property-added

    • added the required property results/items/job_instance_id to the response with the 200 status

      response-required-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 62d33b7908344410See the full diff
    • the response property results/items/activation_instance became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/activation_instance became optional for the status 200

      response-property-became-optional

    • the results/items/activation_instance response's property type/format changed from object/ to integer/ for status 200

      response-property-type-changed

    • removed the required property results/items/organization from the response with the 200 status

      response-required-property-removed

    • deleted the query request parameter name

      request-parameter-removed

    • deleted the query request parameter ordering

      request-parameter-removed

    • removed the optional property results/items/activation_instance/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/activation_instance/name from the response with the 200 status

      response-optional-property-removed

    • the endpoint scheme security EDAJWTAuthentication was removed from the API

      api-security-removed

    • the endpoint scheme security jwtAuth was removed from the API

      api-security-removed

    • added the optional property results/items/definition to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/description to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/job_instance to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/rule_uuid to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/ruleset_name to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/ruleset_uuid to the response with the 200 status

      response-optional-property-added

    • added the required property results/items/created_at to the response with the 200 status

      response-required-property-added

    • the response required property results/items/activation_instance became not read-only for the status 200

      response-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