action ote_godaddy_create_ticket { label: "Create a new abuse ticket" provider: ote_godaddy method: POST path: "/v1/abuse/tickets" encoding: json input: { properties: { info: { type: "string" description: "Additional information that may assist the abuse investigator. ie: server logs or email headers/body for SPAM" } infoUrl: { type: "string" format: "url" description: "Reporter URL if housing additional information that may assist the abuse investigator" } intentional: { type: "boolean" description: "Do you believe this is intentional abuse by the domain holder?" } proxy: { type: "string" description: "The Proxy information required to view the abuse being reported. ie: Specific IP used, or country of IP viewing from" } source: { type: "string" description: "The URL or IP where live abuse content is located at. ie: https://www.example.com/bad_stuff/bad.php" } target: { type: "string" description: "The brand/company the abuse is targeting. ie: brand name/bank name" } type: { type: "string" description: "The type of abuse being reported." enum: ["A_RECORD", "CHILD_ABUSE", "CONTENT", "FRAUD_WIRE", "IP_BLOCK", "MALWARE", "NETWORK_ABUSE", "PHISHING", "SPAM"] } } } output: { type: "object" additionalProperties: true } }