The Ignored Resources Policy enables you to shield some of an API’s resources from being accessed, without blocking access to all the API’s resources. Requests made to access to API resources designated as ignored result in an HTTP 404 (not found) error code.

Configuration Options

Basic Configuration

OptionDescriptionPossible ValuesDefault
Path

Enter an URL that should be ignored. You can also enter regular expressions to match the REST resource that should be hidden.


a string-
Method The HTTP verb to be controlled by the rule.
  • *
  • GET
  • POST
  • PUT
  • DELETE
  • OPTIONS
  • PATCH
  • HEAD
  • TRACE
  • CONNECT
*