Waiting for engine...
Skip to main content

Boomi Platform API Reference (1.0.0) - AtomAS2Artifacts

Toggle Pane

Download OpenAPI Specification: Download

Download Atom AS2 artifacts log

You can use the Download AS2 Artifacts Log operation to request and download AS2 artifacts logs. Because large AS2 artifacts logs can take time to download, the Platform API provides an asynchronous technique for downloading them:

  1. The client sends an Atom AS2 Artifacts request to the Boomi Enterprise Platform API that specifies the Runtime ID and the date of the logged events.
  2. The Enterprise platform returns a Log Download object that contains a URL with a unique AS2 artifacts log ID.
  3. The client opens the URL to download the log.

Note: Purging of the AS2 artifacts logs occurs 30 days after creation. You must have the Runtime Management privilege to download AS2 artifacts logs. If you have the Runtime Management Read Access privilege, you cannot perform this action.

Creates an AtomAS2Artifacts object

You can use the Download AS2 Artifacts Log operation to request and download AS2 artifacts logs.

Authorizations:
basicAuth
Request Body schema:
optional
atomId
string

The ID of the Runtime.

logDate
string

The date of the logged events.

Responses

Response Schema:
statusCode
string

The status code as one of the following:

  • 202 — status message: Beginning download.
  • 504 — status message: Runtime is unavailable.
message
string

The status message.

url
string

(statusCode 202 only) The URL for the download.

Request samples

Content type
{
  • "atomId": "3456789a-bcde-f012-3456-789abcdef012",
  • "logDate": "2016-02-05"
}

Response samples

Content type
{}