action ote_godaddy_get_ticket_info { label: "Return the abuse ticket data for a given ticket id" provider: ote_godaddy method: GET path: "/v1/abuse/tickets/{ticketId}" encoding: json input: { type: "object" properties: { ticketId: { type: "string" } } required: ["ticketId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }