REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 12:38 AM
Hi All,
I need to trace below logs from the integrations done through REST API's:
·Failed Authentication: all occurances where user or application authentication fails during API interactions.
·Failed Authorization: any attempts to access APIs without proper authorization based on roles or identities.
·Failed Input Validation: all occurances where incoming API requests fail data validation checks within the HAM module.
·Failed Schema Validation: system should perform schema validation on incoming API messages and log all occurrences where messages do not adhere to defined schemas.
·Failed Source IP Restriction: system should enforce source IP restrictions and record any attempts to access APIs from unauthorized IP addresses.
How and where can I trace these in ServiceNow instance?