GetTicketAttachmentNames
Use this method to retrieve the names of all files attached to a specific ticket. Available from DataMiner 10.0.10 onwards.
Note
DataMiner Ticketing requires a Cassandra database as well as a specific license. From DataMiner 10.0.13 onwards, it also requires an indexing database. For more information on acquiring a Ticketing license, contact the Skyline Sales department.
Caution
- DataMiner Ticketing is being retired. See DataMiner functionality evolution and retirement for more details.
- DataMiner Ticketing is not supported on systems using Storage as a Service (STaaS).
Input
Item | Format | Description |
---|---|---|
connection | String | The connection ID. See ConnectApp. |
dmaID | Integer | The DataMiner Agent ID. |
ticketID | Integer | The ticket ID. |
Output
Item | Format | Description |
---|---|---|
GetTicketAttachmentNamesResult | Array of string | The names of the attachments of the specified ticket. |