IP Filters

List all IP filters

Retrieves a list of all IP filters

get/api/ip-filters

Response

Array of IP filter objects

idstring required

The unique identifier of the entity.

createdAtstring required

Represents an instant in time as an ISO 8601 string.

updatedAtstring required

Represents an instant in time as an ISO 8601 string.

addressstring required

A regex pattern matched against the remote client's IP address. A plain IP address (e.g. 192.168.1.1) is treated as a literal pattern. Use * to allow all addresses, or a regex prefix like 192\.168\. to allow an entire subnet. Both IPv4 and IPv6 addresses (including IPv4-mapped IPv6) are supported.

descriptionstring required

A description of the purpose or reason for this IP filter.

Example response

[
  {
    "id": "entity123",
    "createdBy": {
      "id": "abc123",
      "friendlyName": "John Doe (john.doe)"
    },
    "updatedBy": {
      "id": "abc123",
      "friendlyName": "John Doe (john.doe)"
    },
    "createdAt": "2023-10-31T12:34:56.789Z",
    "updatedAt": "2023-10-31T12:34:56.789Z",
    "address": "192\\.168\\.1\\..*",
    "description": "Allow traffic from the local admin workstation"
  }
]

Changes

Changed in 8 of the 73 revisions of this API.121224

  • cdb5b7ea719924See the full diff
    • removed the optional property items/creationDate from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

  • 108013c9462942See the full diff
    • removed the required property items/createdAt from the response with the 200 status

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-optional-property-added

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

      response-optional-property-added

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

  • fb56929c067524See the full diff
    • removed the optional property items/creationDate from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

  • d6e364e3cd4e42See the full diff
    • removed the required property items/createdAt from the response with the 200 status

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-optional-property-added

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

      response-optional-property-added

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

  • 3bf1b221f6ef24See the full diff
    • removed the optional property items/creationDate from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

  • 88f262299d5e42See the full diff
    • removed the optional property items/createdAt from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-optional-property-added

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

      response-optional-property-added

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

  • 76d90b88c3e524See the full diff
    • removed the optional property items/creationDate from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-optional-property-added

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

      response-optional-property-added

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