{"type":"api","title":"Health check all the modules","meta":{"id":"/apps/pubhub/media/cisco-xdr-api-docs/fa9197522b1e6452b6dbfc472555dcc7ceeb71bd/0aedfab1-f4ca-36de-85d5-679dbd7db871","info":{"title":"IROH-INT Enrich","description":"IROH Integrations: configure and query Threat Response modules","contact":{"name":"Cisco Security Business Group -- Advanced Threat","email":"cisco-intel-api-support@cisco.com"},"license":{"name":"All Rights Reserved","url":"https://www.cisco.com"},"version":"1.0.107"},"security":[{"oAuth2":["integration:read","private-intel:read","profile:read","inspect:read","users:read","invite:read","enrich:read","oauth:read","response:read","global-intel:read","ao:read","playbook:read"]}],"tags":[{"name":"Health","description":"This set of routes allow to check the health of your integrations setup Verify if your modules are setup correctly and if your credentials are correct."},{"name":"Deliberate","description":"This set of routes allow to quickly get answers from your integrations You might use them at the start of any investigation to quickly get answers from your modules if something is bad."},{"name":"Observe","description":"This set of routes allow to get in depth investigation data about a threat You might use them at the start of any investigation to get the full picture and get to know if something has been seen in your environment."},{"name":"Refer","description":"This set of routes allow to get relevant Reference links and quickly pivot pursuing your investigation on a specific product interface. "}],"x-parser-conf":{"serverConfig":"select","overview":{"markdownPath":"reference/enrich/overview.md","uri":"enrich-api-guide"},"disableAuthEditing":true,"exampleAsDefault":true,"oAuth2":{"clientId":"client-546e34fc-c6bf-4951-ac69-f6d7987a7814","clientSecret":"MYw4_E_tBdFwUwrX6WFYKVD5LQrG2k7XrJ5J046wWE0s1gAKCxJ8VA","proxyEnabled":false},"meta":{"useProxy":true}},"openapi":"3.0.1","servers":[{"url":"https://visibility.amp.cisco.com"}],"securitySchemes":{"oAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://visibility.amp.cisco.com/iroh/oauth2/token","scopes":{"telemetry":"Collect application data for analytics","integration:read":"Manage your modules","private-intel:read":"Access Private Intelligence","admin":"Provide admin privileges","cognitive":"Cognitive Integration","profile:read":"Get your profile information","inspect:read":"Extract Observables and data from text","asset":"Access and modify your assets","event":"Read IROH Events","feedback":"Submit Customer Feedback","sse":"SSE Integration. Manage your Devices.","registry":"Manage registry entries","users:read":"Manage users of your organization","investigation":"Perform threat analysis investigation","invite:read":"Invite users into your organization","casebook":"Access and modify your casebooks","playbook":"Access and modify your playbooks","playbook:read":"Access and modify your playbooks","orbital":"Orbital Integration.","enrich:read":"Query your configured modules for threat intelligence","oauth:read":"Manage OAuth2 Clients","vault":"Grants access to Module Vaults","response:read":"List and execute response actions using configured modules","notification":"Receive notifications from integrations","global-intel:read":"Access AMP Global Intelligence","webhook":"Manage your Webhooks","ao:read":"AO Integration."}}}}}},"spec":{"tags":["Health"],"summary":"Health check all the modules","description":"[required scopes](/iroh/doc/iroh-auth/#scopes): `integration/health:read`\n\nRun a health check for all your configured modules","responses":{"200":{"description":"A list of Health Status for each module","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"required":["data","module","module_instance_id","module_type_id"],"type":"object","properties":{"module":{"type":"string"},"module_instance_id":{"type":"string"},"module_type_id":{"type":"string"},"module_instance_state":{"type":"string"},"data":{"required":["status"],"type":"object","properties":{"status":{"type":"string","enum":["unknown","ok","error"]},"quotas":{"type":"object","additionalProperties":{"required":["description","values"],"type":"object","properties":{"description":{"type":"string"},"values":{"type":"object","properties":{"bucket_unit":{"type":"string","enum":["day","hour","week","month","minute"]},"bucket_limit":{"type":"number","format":"double"},"current_bucket_consumption":{"type":"number","format":"double"},"current_bucket_start_time":{"type":"string","format":"date-time"},"current_bucket_end_time":{"type":"string","format":"date-time"},"current_bucket_limit_reached":{"type":"boolean"},"current_bucket_limit_reached_at":{"type":"string","format":"date-time"}},"additionalProperties":false,"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotasKeyword847132Values"}},"additionalProperties":false,"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotasKeyword847132"},"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotas"}},"additionalProperties":false,"$$ref":"#/components/schemas/ModuleHealthStatus"}},"additionalProperties":false,"$$ref":"#/components/schemas/HealthStatus"}},"errors":{"type":"array","items":{"required":["code","message","module_instance_id","module_type_id","type"],"type":"object","properties":{"module_instance_id":{"type":"string"},"module_type_id":{"type":"string"},"module_instance_state":{"type":"string"},"code":{"type":"string"},"message":{"type":"string"},"type":{"type":"string","enum":["fatal","warning","error"]},"module":{"type":"string"}},"additionalProperties":false,"$$ref":"#/components/schemas/ErrorMessage"}}},"additionalProperties":false,"example":{"data":[{"module":"Talos Intelligence","module_instance_id":"03ce55b5-225d-48ae-9654-c120654de377","module_type_id":"2460c99b-2f01-523b-a65d-30a3c6603245","data":{"status":"ok"}},{"module":"Private Intelligence","module_instance_id":"0e0a3818-0ed0-403f-943a-aca1ad05b99c","module_type_id":"2c8b4134-c521-5be5-aaf8-af06e5e27cbb","data":{"status":"ok"}},{"module":"SecureX Global Threat Intelligence","module_instance_id":"60852826-5ba1-4e8e-b2d7-f827186c100b","module_type_id":"87563e81-ddc5-5f61-b4f8-dbe71252c922","data":{"status":"ok"}},{"module":"Sample Rate Limit Module","module_instance_id":"8ed82c5a-c0c0-447b-8f69-3e45eb404d79","module_type_id":"544e6371-9f0c-573e-a31c-d44f7ae65c92","data":{"status":"ok","quotas":{"event_triggers":{"description":"No rate-limit mode in effect","values":{"bucket_unit":"minute","bucket_limit":600,"current_bucket_consumption":0,"current_bucket_start_time":"2023-02-09T18:07:00.135Z","current_bucket_end_time":"2023-02-09T18:08:00.135Z"}}}}}],"errors":[]},"$$ref":"#/components/schemas/EnvelopedHealth"}},"application/x-yaml":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"required":["data","module","module_instance_id","module_type_id"],"type":"object","properties":{"module":{"type":"string"},"module_instance_id":{"type":"string"},"module_type_id":{"type":"string"},"module_instance_state":{"type":"string"},"data":{"required":["status"],"type":"object","properties":{"status":{"type":"string","enum":["unknown","ok","error"]},"quotas":{"type":"object","additionalProperties":{"required":["description","values"],"type":"object","properties":{"description":{"type":"string"},"values":{"type":"object","properties":{"bucket_unit":{"type":"string","enum":["day","hour","week","month","minute"]},"bucket_limit":{"type":"number","format":"double"},"current_bucket_consumption":{"type":"number","format":"double"},"current_bucket_start_time":{"type":"string","format":"date-time"},"current_bucket_end_time":{"type":"string","format":"date-time"},"current_bucket_limit_reached":{"type":"boolean"},"current_bucket_limit_reached_at":{"type":"string","format":"date-time"}},"additionalProperties":false,"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotasKeyword847132Values"}},"additionalProperties":false,"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotasKeyword847132"},"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotas"}},"additionalProperties":false,"$$ref":"#/components/schemas/ModuleHealthStatus"}},"additionalProperties":false,"$$ref":"#/components/schemas/HealthStatus"}},"errors":{"type":"array","items":{"required":["code","message","module_instance_id","module_type_id","type"],"type":"object","properties":{"module_instance_id":{"type":"string"},"module_type_id":{"type":"string"},"module_instance_state":{"type":"string"},"code":{"type":"string"},"message":{"type":"string"},"type":{"type":"string","enum":["fatal","warning","error"]},"module":{"type":"string"}},"additionalProperties":false,"$$ref":"#/components/schemas/ErrorMessage"}}},"additionalProperties":false,"example":{"data":[{"module":"Talos Intelligence","module_instance_id":"03ce55b5-225d-48ae-9654-c120654de377","module_type_id":"2460c99b-2f01-523b-a65d-30a3c6603245","data":{"status":"ok"}},{"module":"Private Intelligence","module_instance_id":"0e0a3818-0ed0-403f-943a-aca1ad05b99c","module_type_id":"2c8b4134-c521-5be5-aaf8-af06e5e27cbb","data":{"status":"ok"}},{"module":"SecureX Global Threat Intelligence","module_instance_id":"60852826-5ba1-4e8e-b2d7-f827186c100b","module_type_id":"87563e81-ddc5-5f61-b4f8-dbe71252c922","data":{"status":"ok"}},{"module":"Sample Rate Limit Module","module_instance_id":"8ed82c5a-c0c0-447b-8f69-3e45eb404d79","module_type_id":"544e6371-9f0c-573e-a31c-d44f7ae65c92","data":{"status":"ok","quotas":{"event_triggers":{"description":"No rate-limit mode in effect","values":{"bucket_unit":"minute","bucket_limit":600,"current_bucket_consumption":0,"current_bucket_start_time":"2023-02-09T18:07:00.135Z","current_bucket_end_time":"2023-02-09T18:08:00.135Z"}}}}}],"errors":[]},"$$ref":"#/components/schemas/EnvelopedHealth"}},"application/edn":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"required":["data","module","module_instance_id","module_type_id"],"type":"object","properties":{"module":{"type":"string"},"module_instance_id":{"type":"string"},"module_type_id":{"type":"string"},"module_instance_state":{"type":"string"},"data":{"required":["status"],"type":"object","properties":{"status":{"type":"string","enum":["unknown","ok","error"]},"quotas":{"type":"object","additionalProperties":{"required":["description","values"],"type":"object","properties":{"description":{"type":"string"},"values":{"type":"object","properties":{"bucket_unit":{"type":"string","enum":["day","hour","week","month","minute"]},"bucket_limit":{"type":"number","format":"double"},"current_bucket_consumption":{"type":"number","format":"double"},"current_bucket_start_time":{"type":"string","format":"date-time"},"current_bucket_end_time":{"type":"string","format":"date-time"},"current_bucket_limit_reached":{"type":"boolean"},"current_bucket_limit_reached_at":{"type":"string","format":"date-time"}},"additionalProperties":false,"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotasKeyword847132Values"}},"additionalProperties":false,"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotasKeyword847132"},"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotas"}},"additionalProperties":false,"$$ref":"#/components/schemas/ModuleHealthStatus"}},"additionalProperties":false,"$$ref":"#/components/schemas/HealthStatus"}},"errors":{"type":"array","items":{"required":["code","message","module_instance_id","module_type_id","type"],"type":"object","properties":{"module_instance_id":{"type":"string"},"module_type_id":{"type":"string"},"module_instance_state":{"type":"string"},"code":{"type":"string"},"message":{"type":"string"},"type":{"type":"string","enum":["fatal","warning","error"]},"module":{"type":"string"}},"additionalProperties":false,"$$ref":"#/components/schemas/ErrorMessage"}}},"additionalProperties":false,"example":{"data":[{"module":"Talos Intelligence","module_instance_id":"03ce55b5-225d-48ae-9654-c120654de377","module_type_id":"2460c99b-2f01-523b-a65d-30a3c6603245","data":{"status":"ok"}},{"module":"Private Intelligence","module_instance_id":"0e0a3818-0ed0-403f-943a-aca1ad05b99c","module_type_id":"2c8b4134-c521-5be5-aaf8-af06e5e27cbb","data":{"status":"ok"}},{"module":"SecureX Global Threat Intelligence","module_instance_id":"60852826-5ba1-4e8e-b2d7-f827186c100b","module_type_id":"87563e81-ddc5-5f61-b4f8-dbe71252c922","data":{"status":"ok"}},{"module":"Sample Rate Limit Module","module_instance_id":"8ed82c5a-c0c0-447b-8f69-3e45eb404d79","module_type_id":"544e6371-9f0c-573e-a31c-d44f7ae65c92","data":{"status":"ok","quotas":{"event_triggers":{"description":"No rate-limit mode in effect","values":{"bucket_unit":"minute","bucket_limit":600,"current_bucket_consumption":0,"current_bucket_start_time":"2023-02-09T18:07:00.135Z","current_bucket_end_time":"2023-02-09T18:08:00.135Z"}}}}}],"errors":[]},"$$ref":"#/components/schemas/EnvelopedHealth"}},"application/transit+json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"required":["data","module","module_instance_id","module_type_id"],"type":"object","properties":{"module":{"type":"string"},"module_instance_id":{"type":"string"},"module_type_id":{"type":"string"},"module_instance_state":{"type":"string"},"data":{"required":["status"],"type":"object","properties":{"status":{"type":"string","enum":["unknown","ok","error"]},"quotas":{"type":"object","additionalProperties":{"required":["description","values"],"type":"object","properties":{"description":{"type":"string"},"values":{"type":"object","properties":{"bucket_unit":{"type":"string","enum":["day","hour","week","month","minute"]},"bucket_limit":{"type":"number","format":"double"},"current_bucket_consumption":{"type":"number","format":"double"},"current_bucket_start_time":{"type":"string","format":"date-time"},"current_bucket_end_time":{"type":"string","format":"date-time"},"current_bucket_limit_reached":{"type":"boolean"},"current_bucket_limit_reached_at":{"type":"string","format":"date-time"}},"additionalProperties":false,"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotasKeyword847132Values"}},"additionalProperties":false,"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotasKeyword847132"},"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotas"}},"additionalProperties":false,"$$ref":"#/components/schemas/ModuleHealthStatus"}},"additionalProperties":false,"$$ref":"#/components/schemas/HealthStatus"}},"errors":{"type":"array","items":{"required":["code","message","module_instance_id","module_type_id","type"],"type":"object","properties":{"module_instance_id":{"type":"string"},"module_type_id":{"type":"string"},"module_instance_state":{"type":"string"},"code":{"type":"string"},"message":{"type":"string"},"type":{"type":"string","enum":["fatal","warning","error"]},"module":{"type":"string"}},"additionalProperties":false,"$$ref":"#/components/schemas/ErrorMessage"}}},"additionalProperties":false,"example":{"data":[{"module":"Talos Intelligence","module_instance_id":"03ce55b5-225d-48ae-9654-c120654de377","module_type_id":"2460c99b-2f01-523b-a65d-30a3c6603245","data":{"status":"ok"}},{"module":"Private Intelligence","module_instance_id":"0e0a3818-0ed0-403f-943a-aca1ad05b99c","module_type_id":"2c8b4134-c521-5be5-aaf8-af06e5e27cbb","data":{"status":"ok"}},{"module":"SecureX Global Threat Intelligence","module_instance_id":"60852826-5ba1-4e8e-b2d7-f827186c100b","module_type_id":"87563e81-ddc5-5f61-b4f8-dbe71252c922","data":{"status":"ok"}},{"module":"Sample Rate Limit Module","module_instance_id":"8ed82c5a-c0c0-447b-8f69-3e45eb404d79","module_type_id":"544e6371-9f0c-573e-a31c-d44f7ae65c92","data":{"status":"ok","quotas":{"event_triggers":{"description":"No rate-limit mode in effect","values":{"bucket_unit":"minute","bucket_limit":600,"current_bucket_consumption":0,"current_bucket_start_time":"2023-02-09T18:07:00.135Z","current_bucket_end_time":"2023-02-09T18:08:00.135Z"}}}}}],"errors":[]},"$$ref":"#/components/schemas/EnvelopedHealth"}},"application/transit+msgpack":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"required":["data","module","module_instance_id","module_type_id"],"type":"object","properties":{"module":{"type":"string"},"module_instance_id":{"type":"string"},"module_type_id":{"type":"string"},"module_instance_state":{"type":"string"},"data":{"required":["status"],"type":"object","properties":{"status":{"type":"string","enum":["unknown","ok","error"]},"quotas":{"type":"object","additionalProperties":{"required":["description","values"],"type":"object","properties":{"description":{"type":"string"},"values":{"type":"object","properties":{"bucket_unit":{"type":"string","enum":["day","hour","week","month","minute"]},"bucket_limit":{"type":"number","format":"double"},"current_bucket_consumption":{"type":"number","format":"double"},"current_bucket_start_time":{"type":"string","format":"date-time"},"current_bucket_end_time":{"type":"string","format":"date-time"},"current_bucket_limit_reached":{"type":"boolean"},"current_bucket_limit_reached_at":{"type":"string","format":"date-time"}},"additionalProperties":false,"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotasKeyword847132Values"}},"additionalProperties":false,"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotasKeyword847132"},"$$ref":"#/components/schemas/EnvelopedHealthDataDataQuotas"}},"additionalProperties":false,"$$ref":"#/components/schemas/ModuleHealthStatus"}},"additionalProperties":false,"$$ref":"#/components/schemas/HealthStatus"}},"errors":{"type":"array","items":{"required":["code","message","module_instance_id","module_type_id","type"],"type":"object","properties":{"module_instance_id":{"type":"string"},"module_type_id":{"type":"string"},"module_instance_state":{"type":"string"},"code":{"type":"string"},"message":{"type":"string"},"type":{"type":"string","enum":["fatal","warning","error"]},"module":{"type":"string"}},"additionalProperties":false,"$$ref":"#/components/schemas/ErrorMessage"}}},"additionalProperties":false,"example":{"data":[{"module":"Talos Intelligence","module_instance_id":"03ce55b5-225d-48ae-9654-c120654de377","module_type_id":"2460c99b-2f01-523b-a65d-30a3c6603245","data":{"status":"ok"}},{"module":"Private Intelligence","module_instance_id":"0e0a3818-0ed0-403f-943a-aca1ad05b99c","module_type_id":"2c8b4134-c521-5be5-aaf8-af06e5e27cbb","data":{"status":"ok"}},{"module":"SecureX Global Threat Intelligence","module_instance_id":"60852826-5ba1-4e8e-b2d7-f827186c100b","module_type_id":"87563e81-ddc5-5f61-b4f8-dbe71252c922","data":{"status":"ok"}},{"module":"Sample Rate Limit Module","module_instance_id":"8ed82c5a-c0c0-447b-8f69-3e45eb404d79","module_type_id":"544e6371-9f0c-573e-a31c-d44f7ae65c92","data":{"status":"ok","quotas":{"event_triggers":{"description":"No rate-limit mode in effect","values":{"bucket_unit":"minute","bucket_limit":600,"current_bucket_consumption":0,"current_bucket_start_time":"2023-02-09T18:07:00.135Z","current_bucket_end_time":"2023-02-09T18:08:00.135Z"}}}}}],"errors":[]},"$$ref":"#/components/schemas/EnvelopedHealth"}}}},"401":{"description":"A `NormalizedError` including a `trace_id`","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"error_description":{"type":"string"},"error_uri":{"type":"string"},"trace_id":{"type":"string"},"schema.core.AnythingSchema@3c6f0b88":{"type":"object"}},"additionalProperties":{"type":"object"},"example":{"error":"invalid_request","error_description":"No JWT found in HTTP Authorization header"},"$$ref":"#/components/schemas/NormalizedError-401"}},"application/x-yaml":{"schema":{"type":"object","properties":{"error":{"type":"string"},"error_description":{"type":"string"},"error_uri":{"type":"string"},"trace_id":{"type":"string"},"schema.core.AnythingSchema@3c6f0b88":{"type":"object"}},"additionalProperties":{"type":"object"},"example":{"error":"invalid_request","error_description":"No JWT found in HTTP Authorization header"},"$$ref":"#/components/schemas/NormalizedError-401"}},"application/edn":{"schema":{"type":"object","properties":{"error":{"type":"string"},"error_description":{"type":"string"},"error_uri":{"type":"string"},"trace_id":{"type":"string"},"schema.core.AnythingSchema@3c6f0b88":{"type":"object"}},"additionalProperties":{"type":"object"},"example":{"error":"invalid_request","error_description":"No JWT found in HTTP Authorization header"},"$$ref":"#/components/schemas/NormalizedError-401"}},"application/transit+json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"error_description":{"type":"string"},"error_uri":{"type":"string"},"trace_id":{"type":"string"},"schema.core.AnythingSchema@3c6f0b88":{"type":"object"}},"additionalProperties":{"type":"object"},"example":{"error":"invalid_request","error_description":"No JWT found in HTTP Authorization header"},"$$ref":"#/components/schemas/NormalizedError-401"}},"application/transit+msgpack":{"schema":{"type":"object","properties":{"error":{"type":"string"},"error_description":{"type":"string"},"error_uri":{"type":"string"},"trace_id":{"type":"string"},"schema.core.AnythingSchema@3c6f0b88":{"type":"object"}},"additionalProperties":{"type":"object"},"example":{"error":"invalid_request","error_description":"No JWT found in HTTP Authorization header"},"$$ref":"#/components/schemas/NormalizedError-401"}}}},"500":{"description":"A `NormalizedError` including a `trace_id`","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"error_description":{"type":"string"},"error_uri":{"type":"string"},"trace_id":{"type":"string"},"schema.core.AnythingSchema@3c6f0b88":{"type":"object"}},"additionalProperties":{"type":"object"},"example":{"error":"unknown server error","error_description":"An unknown error has occurred during the enrichment","trace_id":"2e790e2c-e7fe-42ed-a18b-7413d9f1f4b0"},"$$ref":"#/components/schemas/NormalizedError-500"}},"application/x-yaml":{"schema":{"type":"object","properties":{"error":{"type":"string"},"error_description":{"type":"string"},"error_uri":{"type":"string"},"trace_id":{"type":"string"},"schema.core.AnythingSchema@3c6f0b88":{"type":"object"}},"additionalProperties":{"type":"object"},"example":{"error":"unknown server error","error_description":"An unknown error has occurred during the enrichment","trace_id":"2e790e2c-e7fe-42ed-a18b-7413d9f1f4b0"},"$$ref":"#/components/schemas/NormalizedError-500"}},"application/edn":{"schema":{"type":"object","properties":{"error":{"type":"string"},"error_description":{"type":"string"},"error_uri":{"type":"string"},"trace_id":{"type":"string"},"schema.core.AnythingSchema@3c6f0b88":{"type":"object"}},"additionalProperties":{"type":"object"},"example":{"error":"unknown server error","error_description":"An unknown error has occurred during the enrichment","trace_id":"2e790e2c-e7fe-42ed-a18b-7413d9f1f4b0"},"$$ref":"#/components/schemas/NormalizedError-500"}},"application/transit+json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"error_description":{"type":"string"},"error_uri":{"type":"string"},"trace_id":{"type":"string"},"schema.core.AnythingSchema@3c6f0b88":{"type":"object"}},"additionalProperties":{"type":"object"},"example":{"error":"unknown server error","error_description":"An unknown error has occurred during the enrichment","trace_id":"2e790e2c-e7fe-42ed-a18b-7413d9f1f4b0"},"$$ref":"#/components/schemas/NormalizedError-500"}},"application/transit+msgpack":{"schema":{"type":"object","properties":{"error":{"type":"string"},"error_description":{"type":"string"},"error_uri":{"type":"string"},"trace_id":{"type":"string"},"schema.core.AnythingSchema@3c6f0b88":{"type":"object"}},"additionalProperties":{"type":"object"},"example":{"error":"unknown server error","error_description":"An unknown error has occurred during the enrichment","trace_id":"2e790e2c-e7fe-42ed-a18b-7413d9f1f4b0"},"$$ref":"#/components/schemas/NormalizedError-500"}}}}},"x-no-doc":false,"security":[{"oAuth2":["integration:read","private-intel:read","profile:read","inspect:read","users:read","invite:read","enrich:read","oauth:read","response:read","global-intel:read","ao:read","playbook:read"]}],"method":"post","path":"/iroh/iroh-enrich/health"}}