{"$id":"https://events-schemas.twilio.com/Iam.IPDryRunBlocked/2","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"IP blocked during IPAM dry-run event definition","examples":[{"account_sid":"AC0000000000000000000000000000001","action":"POST","address":"172.253.115.138","auth_sid":"SK0000000000000000000000000000001","authentication_method":"API Key","request_sid":"RQ0000000000000000000000000000001","resource":"/v1/Sinks","timestamp":"1756056832164"},{"account_sid":"AC0000000000000000000000000000001","action":"POST","address":"172.253.115.138","authentication_method":"Auth Token","request_sid":"RQ0000000000000000000000000000001","resource":"/v1/Sinks","timestamp":"1756056832164"}],"properties":{"account_sid":{"description":"Id of the Twilio account which was used to authenticate","type":"string"},"action":{"description":"Action of the API call","type":"string"},"address":{"description":"IP address of the caller","type":"string"},"auth_sid":{"description":"Id of the API key or other method used to authenticate","type":"string"},"authentication_method":{"description":"Method used to authenticate (Auth Token, API Key)","type":"string"},"request_sid":{"description":"Id of the request","type":"string"},"resource":{"description":"Resource path of the API call","type":"string"},"timestamp":{"description":"Time of the event in epoch millisecond format.","type":"string"}},"required":["timestamp","account_sid","request_sid","address","action","resource","authentication_method"],"title":"IPDryRunBlocked","type":"object"}