Foreman API for ticket Entry and Reporting
Have the ability to create a ticket using an external program via the POST API . Add additional Information that is needed for a ticket similar to the API Get Tickets format.
ADD the ability to use a POST API to close a ticket.
"id": 1,
"name": "Miner has a Problem",
"creator": "email@gmail.com",
"clientName": "Client",
"clientId": 23,
"status": "Closed",
"diagnoses": "Bad Hashboard, Bad Power Supply",
"priority": "Normal",
"owners": "Unassigned",
"lastUpdated": "2024-06-17T14:44:15.561495Z",
"created": "2024-06-17T14:44:15.561495Z",
"description": "Description of a Ticket",
"attachedDevices": [
{
"id": 324,
"text": "Antminer S19 - 12.0.0.1",
"type": "ASIC Miner",
"location": null,
"deviceType": "Asset Item"
Comments
1 comment
I've been wanting this along with a POST API for tags. While looking at the API document for Tickets I was surprised to see the lack of an append feature.
Please sign in to leave a comment.