Método ticketCreate
volver al indice del grupo
ticketCreate
intticketCreate (
stringsession,
stringcomponentType,
stringdomain,
stringemail,
stringphone,
stringsubject,
stringincidentSummary,
stringincidentDetails,
stringincidentManip,
stringlevel
)
Descripción
create a new ticketParámetros
- stringsession : ID de la sesión
- stringcomponentType : a component type returned by ticketListContact
- stringdomain : el nombre del dominio
- stringemail : the contact email address
- stringphone : the contact phone number
- stringsubject : the subject of the ticket
- stringincidentSummary : the summary of the incident
- stringincidentDetails : the details of the incident
- stringincidentManip : the 'how-to' to recreate the incident
- stringlevel : the alert level (normal|high|critical)
Returns
the id of the created ticket