v3

latestOpenAPI 3.0.12026-07-31240345599.7 KB
Alerts

Add attachment to alert

Adds a file attachment to an alert.

post/api/{cloudId}/v1/alerts/{alertId}/attachments

Path parameters

cloudIdstring required

The cloud ID of the Jira instance.

alertIdstring required

The ID of the alert.

Response

Returned if the attachment is successfully added.

idstring int64

Attachment identifier (timestamp).

attachmentNamestring

Name of the attached file.

insertedAtstring date-time

Date and time when the attachment was added.

Example response

{
  "id": "1234567890",
  "attachmentName": "error_log.txt",
  "insertedAt": "2024-01-05T07:06:47.958Z"
}