audit-rules

Action list of a fired rule by its id

get/audit-rules/{id}/actions/

Path parameters

idinteger required

A unique integer value identifying this rule audit.

Query parameters

namestring

Filter by rule audit action 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

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
}

Changes

Changed in 4 of the 8 revisions of this API.1411

    • 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 optional property results/items/status_message to the response with the 200 status

      response-optional-property-added

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

    • 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

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

  • f84d9240fdf212See the full diff
    • removed the optional property results/items/audit_rule 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/audit_rule_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

  • 62d33b790834133See the full diff
    • removed the required property results/items/audit_rule_id 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/status_message 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/audit_rule to the response with the 200 status

      response-optional-property-added

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